2021-12-06T13:17:46,663 Created temporary directory: /tmp/pip-ephem-wheel-cache-rea0cpm1 2021-12-06T13:17:46,669 Created temporary directory: /tmp/pip-req-tracker-vhcvojl8 2021-12-06T13:17:46,669 Initialized build tracking at /tmp/pip-req-tracker-vhcvojl8 2021-12-06T13:17:46,670 Created build tracker: /tmp/pip-req-tracker-vhcvojl8 2021-12-06T13:17:46,670 Entered build tracker: /tmp/pip-req-tracker-vhcvojl8 2021-12-06T13:17:46,671 Created temporary directory: /tmp/pip-wheel-fgs1ndkf 2021-12-06T13:17:46,734 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2021-12-06T13:17:46,740 2 location(s) to search for versions of vitaceae: 2021-12-06T13:17:46,740 * https://pypi.org/simple/vitaceae/ 2021-12-06T13:17:46,740 * https://www.piwheels.org/simple/vitaceae/ 2021-12-06T13:17:46,741 Fetching project page and analyzing links: https://pypi.org/simple/vitaceae/ 2021-12-06T13:17:46,742 Getting page https://pypi.org/simple/vitaceae/ 2021-12-06T13:17:46,745 Found index url https://pypi.org/simple 2021-12-06T13:17:47,018 Skipping link: No binaries permitted for vitaceae: https://files.pythonhosted.org/packages/1d/47/1b8a424f340a685eefe94557dd8eb72af5f84e5c536ad363825d817fa415/vitaceae-0.0.0-py3-none-any.whl#sha256=e5b4c6900f049ed130fa9435e164e347c3a5dc19af32112ae2ec29fcec70fdd2 (from https://pypi.org/simple/vitaceae/) (requires-python:>3.8.0) 2021-12-06T13:17:47,020 Link requires a different Python (3.7.3 not in: '>3.8.0'): https://files.pythonhosted.org/packages/3c/1b/a7f410289927a6d1d2056a4737de227899d2b935d7ea1b5f127a81355bd5/vitaceae-0.0.0.tar.gz#sha256=6012da1288aec9de721d6e2488643bd012d5f633654f08ed8d73f2e746b63782 (from https://pypi.org/simple/vitaceae/) (requires-python:>3.8.0) 2021-12-06T13:17:47,020 Fetching project page and analyzing links: https://www.piwheels.org/simple/vitaceae/ 2021-12-06T13:17:47,021 Getting page https://www.piwheels.org/simple/vitaceae/ 2021-12-06T13:17:47,023 Found index url https://www.piwheels.org/simple 2021-12-06T13:17:47,256 Skipping link: not a file: https://www.piwheels.org/simple/vitaceae/ 2021-12-06T13:17:47,257 Skipping link: not a file: https://pypi.org/simple/vitaceae/ 2021-12-06T13:17:47,285 Given no hashes to check 0 links for project 'vitaceae': discarding no candidates 2021-12-06T13:17:47,286 ERROR: Could not find a version that satisfies the requirement vitaceae==0.0.0 (from versions: none) 2021-12-06T13:17:47,287 ERROR: No matching distribution found for vitaceae==0.0.0 2021-12-06T13:17:47,287 Exception information: 2021-12-06T13:17:47,287 Traceback (most recent call last): 2021-12-06T13:17:47,287 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 349, in resolve 2021-12-06T13:17:47,287 self._add_to_criteria(self.state.criteria, r, parent=None) 2021-12-06T13:17:47,287 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2021-12-06T13:17:47,287 raise RequirementsConflicted(criterion) 2021-12-06T13:17:47,287 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('vitaceae==0.0.0') 2021-12-06T13:17:47,287 2021-12-06T13:17:47,287 During handling of the above exception, another exception occurred: 2021-12-06T13:17:47,287 2021-12-06T13:17:47,287 Traceback (most recent call last): 2021-12-06T13:17:47,287 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 93, in resolve 2021-12-06T13:17:47,287 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2021-12-06T13:17:47,287 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 482, in resolve 2021-12-06T13:17:47,287 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-12-06T13:17:47,287 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 351, in resolve 2021-12-06T13:17:47,287 raise ResolutionImpossible(e.criterion.information) 2021-12-06T13:17:47,287 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('vitaceae==0.0.0'), parent=None)] 2021-12-06T13:17:47,287 2021-12-06T13:17:47,287 The above exception was the direct cause of the following exception: 2021-12-06T13:17:47,287 2021-12-06T13:17:47,287 Traceback (most recent call last): 2021-12-06T13:17:47,287 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 164, in exc_logging_wrapper 2021-12-06T13:17:47,287 status = run_func(*args) 2021-12-06T13:17:47,287 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-12-06T13:17:47,287 return func(self, options, args) 2021-12-06T13:17:47,287 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 144, in run 2021-12-06T13:17:47,287 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2021-12-06T13:17:47,287 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2021-12-06T13:17:47,287 raise error from e 2021-12-06T13:17:47,287 pip._internal.exceptions.DistributionNotFound: No matching distribution found for vitaceae==0.0.0 2021-12-06T13:17:47,295 Removed build tracker: '/tmp/pip-req-tracker-vhcvojl8'