2022-07-26T19:07:28,371 Created temporary directory: /tmp/pip-ephem-wheel-cache-3dz1384v 2022-07-26T19:07:28,376 Created temporary directory: /tmp/pip-build-tracker-n457s2ea 2022-07-26T19:07:28,377 Initialized build tracking at /tmp/pip-build-tracker-n457s2ea 2022-07-26T19:07:28,378 Created build tracker: /tmp/pip-build-tracker-n457s2ea 2022-07-26T19:07:28,378 Entered build tracker: /tmp/pip-build-tracker-n457s2ea 2022-07-26T19:07:28,379 Created temporary directory: /tmp/pip-wheel-pbcze3y6 2022-07-26T19:07:28,452 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-07-26T19:07:28,460 2 location(s) to search for versions of vertudo-project09090909: 2022-07-26T19:07:28,460 * https://pypi.org/simple/vertudo-project09090909/ 2022-07-26T19:07:28,460 * https://www.piwheels.org/simple/vertudo-project09090909/ 2022-07-26T19:07:28,461 Fetching project page and analyzing links: https://pypi.org/simple/vertudo-project09090909/ 2022-07-26T19:07:28,462 Getting page https://pypi.org/simple/vertudo-project09090909/ 2022-07-26T19:07:28,466 Found index url https://pypi.org/simple 2022-07-26T19:07:28,657 Skipping link: Missing project version for vertudo-project09090909: https://files.pythonhosted.org/packages/98/db/469d278265296771078e6c92fc6ca2407b346aa74c3694b34f708e515bf0/Vertudo%20-%20Project09090909-1.0.tar.gz#sha256=e65f6231399cf9cd4279aeb4dc1aa036ee9e8c98c191817b90591df147612d25 (from https://pypi.org/simple/vertudo-project09090909/) 2022-07-26T19:07:28,658 Fetching project page and analyzing links: https://www.piwheels.org/simple/vertudo-project09090909/ 2022-07-26T19:07:28,659 Getting page https://www.piwheels.org/simple/vertudo-project09090909/ 2022-07-26T19:07:28,661 Found index url https://www.piwheels.org/simple 2022-07-26T19:07:28,878 Skipping link: not a file: https://www.piwheels.org/simple/vertudo-project09090909/ 2022-07-26T19:07:28,879 Skipping link: not a file: https://pypi.org/simple/vertudo-project09090909/ 2022-07-26T19:07:28,912 Given no hashes to check 0 links for project 'vertudo-project09090909': discarding no candidates 2022-07-26T19:07:28,913 ERROR: Could not find a version that satisfies the requirement vertudo-project09090909==1.0 (from versions: none) 2022-07-26T19:07:28,916 ERROR: No matching distribution found for vertudo-project09090909==1.0 2022-07-26T19:07:28,918 Exception information: 2022-07-26T19:07:28,918 Traceback (most recent call last): 2022-07-26T19:07:28,918 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 348, in resolve 2022-07-26T19:07:28,918 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-07-26T19:07:28,918 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _add_to_criteria 2022-07-26T19:07:28,918 raise RequirementsConflicted(criterion) 2022-07-26T19:07:28,918 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('vertudo-project09090909==1.0') 2022-07-26T19:07:28,918 2022-07-26T19:07:28,918 During handling of the above exception, another exception occurred: 2022-07-26T19:07:28,918 2022-07-26T19:07:28,918 Traceback (most recent call last): 2022-07-26T19:07:28,918 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2022-07-26T19:07:28,918 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2022-07-26T19:07:28,918 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 481, in resolve 2022-07-26T19:07:28,918 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-07-26T19:07:28,918 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 350, in resolve 2022-07-26T19:07:28,918 raise ResolutionImpossible(e.criterion.information) 2022-07-26T19:07:28,918 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('vertudo-project09090909==1.0'), parent=None)] 2022-07-26T19:07:28,918 2022-07-26T19:07:28,918 The above exception was the direct cause of the following exception: 2022-07-26T19:07:28,918 2022-07-26T19:07:28,918 Traceback (most recent call last): 2022-07-26T19:07:28,918 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/base_command.py", line 167, in exc_logging_wrapper 2022-07-26T19:07:28,918 status = run_func(*args) 2022-07-26T19:07:28,918 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-07-26T19:07:28,918 return func(self, options, args) 2022-07-26T19:07:28,918 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/commands/wheel.py", line 145, in run 2022-07-26T19:07:28,918 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-07-26T19:07:28,918 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 103, in resolve 2022-07-26T19:07:28,918 raise error from e 2022-07-26T19:07:28,918 pip._internal.exceptions.DistributionNotFound: No matching distribution found for vertudo-project09090909==1.0 2022-07-26T19:07:28,927 Removed build tracker: '/tmp/pip-build-tracker-n457s2ea'