2025-09-08T13:31:17,867 Created temporary directory: /tmp/pip-build-tracker-t8x103ou 2025-09-08T13:31:17,868 Initialized build tracking at /tmp/pip-build-tracker-t8x103ou 2025-09-08T13:31:17,868 Created build tracker: /tmp/pip-build-tracker-t8x103ou 2025-09-08T13:31:17,868 Entered build tracker: /tmp/pip-build-tracker-t8x103ou 2025-09-08T13:31:17,869 Created temporary directory: /tmp/pip-wheel-n_t26e5x 2025-09-08T13:31:17,872 Created temporary directory: /tmp/pip-ephem-wheel-cache-6nmutaej 2025-09-08T13:31:17,933 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-09-08T13:31:17,935 2 location(s) to search for versions of midaxdealerportal: 2025-09-08T13:31:17,935 * https://pypi.org/simple/midaxdealerportal/ 2025-09-08T13:31:17,935 * https://www.piwheels.org/simple/midaxdealerportal/ 2025-09-08T13:31:17,935 Fetching project page and analyzing links: https://pypi.org/simple/midaxdealerportal/ 2025-09-08T13:31:17,936 Getting page https://pypi.org/simple/midaxdealerportal/ 2025-09-08T13:31:17,937 Found index url https://pypi.org/simple/ 2025-09-08T13:31:18,082 Fetched page https://pypi.org/simple/midaxdealerportal/ as application/vnd.pypi.simple.v1+json 2025-09-08T13:31:18,084 Fetching project page and analyzing links: https://www.piwheels.org/simple/midaxdealerportal/ 2025-09-08T13:31:18,084 Getting page https://www.piwheels.org/simple/midaxdealerportal/ 2025-09-08T13:31:18,086 Found index url https://www.piwheels.org/simple/ 2025-09-08T13:31:18,212 Fetched page https://www.piwheels.org/simple/midaxdealerportal/ as text/html 2025-09-08T13:31:18,214 Skipping link: No binaries permitted for midaxdealerportal: https://archive1.piwheels.org/simple/midaxdealerportal/MidaxDealerPortal-0.12.0.23-py3-none-any.whl#sha256=4d48db01e48d2211044db95f0a459c9374281afa1df17bda8a66a80b06b36531 (from https://www.piwheels.org/simple/midaxdealerportal/) 2025-09-08T13:31:18,214 Skipping link: No binaries permitted for midaxdealerportal: https://archive1.piwheels.org/simple/midaxdealerportal/MidaxDealerPortal-0.11.0.23-py3-none-any.whl#sha256=636b105bb3573c1284e79467d25e3893cb0847a5a949af591b413d1cbb00a08e (from https://www.piwheels.org/simple/midaxdealerportal/) 2025-09-08T13:31:18,214 Skipping link: No binaries permitted for midaxdealerportal: https://archive1.piwheels.org/simple/midaxdealerportal/MidaxDealerPortal-0.10.0.23-py3-none-any.whl#sha256=9328ebabce5cb6dc9a344a7ebda2cb333c88f74b770d9388222e7ef44f27b81e (from https://www.piwheels.org/simple/midaxdealerportal/) 2025-09-08T13:31:18,214 Skipping link: No binaries permitted for midaxdealerportal: https://archive1.piwheels.org/simple/midaxdealerportal/MidaxDealerPortal-0.9.0.22-py3-none-any.whl#sha256=c98a94ef2b7ba3427f034aad07e000882ae521830b2e62f942b65ee88c68177b (from https://www.piwheels.org/simple/midaxdealerportal/) 2025-09-08T13:31:18,215 Skipping link: No binaries permitted for midaxdealerportal: https://archive1.piwheels.org/simple/midaxdealerportal/MidaxDealerPortal-0.8.0.21-py3-none-any.whl#sha256=ab85f9b5a5fd4f044047e39065c3dedbcf4cc76ac0eef73cc8fe289250ee008b (from https://www.piwheels.org/simple/midaxdealerportal/) 2025-09-08T13:31:18,215 Skipping link: No binaries permitted for midaxdealerportal: https://archive1.piwheels.org/simple/midaxdealerportal/MidaxDealerPortal-0.6.0.18-py3-none-any.whl#sha256=8a281ce28f361aa51ee99be0a38ee8add09a70ee725df12b3dac55b6c925216e (from https://www.piwheels.org/simple/midaxdealerportal/) 2025-09-08T13:31:18,215 Skipping link: not a file: https://www.piwheels.org/simple/midaxdealerportal/ 2025-09-08T13:31:18,215 Skipping link: not a file: https://pypi.org/simple/midaxdealerportal/ 2025-09-08T13:31:18,239 Given no hashes to check 0 links for project 'midaxdealerportal': discarding no candidates 2025-09-08T13:31:18,240 ERROR: Could not find a version that satisfies the requirement midaxdealerportal==0.7.0.18 (from versions: none) 2025-09-08T13:31:18,241 ERROR: No matching distribution found for midaxdealerportal==0.7.0.18 2025-09-08T13:31:18,242 Exception information: 2025-09-08T13:31:18,242 Traceback (most recent call last): 2025-09-08T13:31:18,242 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 388, in resolve 2025-09-08T13:31:18,242 self._add_to_criteria(self.state.criteria, r, parent=None) 2025-09-08T13:31:18,242 ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-08T13:31:18,242 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 142, in _add_to_criteria 2025-09-08T13:31:18,242 raise RequirementsConflicted(criterion) 2025-09-08T13:31:18,242 pip._vendor.resolvelib.resolvers.exceptions.RequirementsConflicted: Requirements conflict: SpecifierRequirement('midaxdealerportal==0.7.0.18') 2025-09-08T13:31:18,242 2025-09-08T13:31:18,242 The above exception was the direct cause of the following exception: 2025-09-08T13:31:18,242 2025-09-08T13:31:18,242 Traceback (most recent call last): 2025-09-08T13:31:18,242 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 96, in resolve 2025-09-08T13:31:18,242 result = self._result = resolver.resolve( 2025-09-08T13:31:18,242 ~~~~~~~~~~~~~~~~^ 2025-09-08T13:31:18,242 collected.requirements, max_rounds=limit_how_complex_resolution_can_be 2025-09-08T13:31:18,242 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-08T13:31:18,242 ) 2025-09-08T13:31:18,242 ^ 2025-09-08T13:31:18,242 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 515, in resolve 2025-09-08T13:31:18,242 state = resolution.resolve(requirements, max_rounds=max_rounds) 2025-09-08T13:31:18,242 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 390, in resolve 2025-09-08T13:31:18,242 raise ResolutionImpossible(e.criterion.information) from e 2025-09-08T13:31:18,242 pip._vendor.resolvelib.resolvers.exceptions.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('midaxdealerportal==0.7.0.18'), parent=None)] 2025-09-08T13:31:18,242 2025-09-08T13:31:18,242 The above exception was the direct cause of the following exception: 2025-09-08T13:31:18,242 2025-09-08T13:31:18,242 Traceback (most recent call last): 2025-09-08T13:31:18,242 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2025-09-08T13:31:18,242 status = _inner_run() 2025-09-08T13:31:18,242 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2025-09-08T13:31:18,242 return self.run(options, args) 2025-09-08T13:31:18,242 ~~~~~~~~^^^^^^^^^^^^^^^ 2025-09-08T13:31:18,242 File "/usr/lib/python3/dist-packages/pip/_internal/cli/req_command.py", line 68, in wrapper 2025-09-08T13:31:18,242 return func(self, options, args) 2025-09-08T13:31:18,242 File "/usr/lib/python3/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2025-09-08T13:31:18,242 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2025-09-08T13:31:18,242 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 105, in resolve 2025-09-08T13:31:18,242 raise error from e 2025-09-08T13:31:18,242 pip._internal.exceptions.DistributionNotFound: No matching distribution found for midaxdealerportal==0.7.0.18 2025-09-08T13:31:18,252 Removed build tracker: '/tmp/pip-build-tracker-t8x103ou'