2022-06-23T21:00:58,313 Created temporary directory: /tmp/pip-ephem-wheel-cache-q0xljilv 2022-06-23T21:00:58,318 Created temporary directory: /tmp/pip-build-tracker-xs4ie5aa 2022-06-23T21:00:58,319 Initialized build tracking at /tmp/pip-build-tracker-xs4ie5aa 2022-06-23T21:00:58,319 Created build tracker: /tmp/pip-build-tracker-xs4ie5aa 2022-06-23T21:00:58,320 Entered build tracker: /tmp/pip-build-tracker-xs4ie5aa 2022-06-23T21:00:58,321 Created temporary directory: /tmp/pip-wheel-3rhceeqs 2022-06-23T21:00:58,390 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-06-23T21:00:58,399 2 location(s) to search for versions of clinicalomicsdb: 2022-06-23T21:00:58,399 * https://pypi.org/simple/clinicalomicsdb/ 2022-06-23T21:00:58,399 * https://www.piwheels.org/simple/clinicalomicsdb/ 2022-06-23T21:00:58,400 Fetching project page and analyzing links: https://pypi.org/simple/clinicalomicsdb/ 2022-06-23T21:00:58,401 Getting page https://pypi.org/simple/clinicalomicsdb/ 2022-06-23T21:00:58,404 Found index url https://pypi.org/simple 2022-06-23T21:00:58,514 Skipping link: No binaries permitted for clinicalomicsdb: https://files.pythonhosted.org/packages/a1/9f/0cf4ae877b582c2219ae8e302a3f763018e824dc878d24e8c0147148edea/clinicalomicsdb-0.1.0-py3-none-any.whl#sha256=33917d57dbe3506ba684311492995b37f5ac08bf2d3364ded23e953190534014 (from https://pypi.org/simple/clinicalomicsdb/) (requires-python:>=3.9,<4.0) 2022-06-23T21:00:58,516 Link requires a different Python (3.7.3 not in: '>=3.9,<4.0'): https://files.pythonhosted.org/packages/b2/82/011051a5fe33f86d8f12ca554220f1efe212b026ed751844dcf5a3b30936/clinicalomicsdb-0.1.0.tar.gz#sha256=d9ac9f43e39f14c6212aaea6afb5e344fedd1f5cf8f13619d60b17d56535c931 (from https://pypi.org/simple/clinicalomicsdb/) (requires-python:>=3.9,<4.0) 2022-06-23T21:00:58,516 Skipping link: 0.1.0 Requires-Python >=3.9,<4.0: https://files.pythonhosted.org/packages/b2/82/011051a5fe33f86d8f12ca554220f1efe212b026ed751844dcf5a3b30936/clinicalomicsdb-0.1.0.tar.gz#sha256=d9ac9f43e39f14c6212aaea6afb5e344fedd1f5cf8f13619d60b17d56535c931 (from https://pypi.org/simple/clinicalomicsdb/) (requires-python:>=3.9,<4.0) 2022-06-23T21:00:58,517 Fetching project page and analyzing links: https://www.piwheels.org/simple/clinicalomicsdb/ 2022-06-23T21:00:58,518 Getting page https://www.piwheels.org/simple/clinicalomicsdb/ 2022-06-23T21:00:58,520 Found index url https://www.piwheels.org/simple 2022-06-23T21:00:58,772 Skipping link: not a file: https://www.piwheels.org/simple/clinicalomicsdb/ 2022-06-23T21:00:58,773 Skipping link: not a file: https://pypi.org/simple/clinicalomicsdb/ 2022-06-23T21:00:58,808 Given no hashes to check 0 links for project 'clinicalomicsdb': discarding no candidates 2022-06-23T21:00:58,809 ERROR: Ignored the following versions that require a different python version: 0.1.0 Requires-Python >=3.9,<4.0 2022-06-23T21:00:58,812 ERROR: Could not find a version that satisfies the requirement clinicalomicsdb==0.1.0 (from versions: none) 2022-06-23T21:00:58,814 ERROR: No matching distribution found for clinicalomicsdb==0.1.0 2022-06-23T21:00:58,816 Exception information: 2022-06-23T21:00:58,816 Traceback (most recent call last): 2022-06-23T21:00:58,816 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 348, in resolve 2022-06-23T21:00:58,816 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-06-23T21:00:58,816 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _add_to_criteria 2022-06-23T21:00:58,816 raise RequirementsConflicted(criterion) 2022-06-23T21:00:58,816 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('clinicalomicsdb==0.1.0') 2022-06-23T21:00:58,816 2022-06-23T21:00:58,816 During handling of the above exception, another exception occurred: 2022-06-23T21:00:58,816 2022-06-23T21:00:58,816 Traceback (most recent call last): 2022-06-23T21:00:58,816 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2022-06-23T21:00:58,816 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2022-06-23T21:00:58,816 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 481, in resolve 2022-06-23T21:00:58,816 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-06-23T21:00:58,816 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 350, in resolve 2022-06-23T21:00:58,816 raise ResolutionImpossible(e.criterion.information) 2022-06-23T21:00:58,816 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('clinicalomicsdb==0.1.0'), parent=None)] 2022-06-23T21:00:58,816 2022-06-23T21:00:58,816 The above exception was the direct cause of the following exception: 2022-06-23T21:00:58,816 2022-06-23T21:00:58,816 Traceback (most recent call last): 2022-06-23T21:00:58,816 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/base_command.py", line 167, in exc_logging_wrapper 2022-06-23T21:00:58,816 status = run_func(*args) 2022-06-23T21:00:58,816 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-06-23T21:00:58,816 return func(self, options, args) 2022-06-23T21:00:58,816 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/commands/wheel.py", line 145, in run 2022-06-23T21:00:58,816 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-06-23T21:00:58,816 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 103, in resolve 2022-06-23T21:00:58,816 raise error from e 2022-06-23T21:00:58,816 pip._internal.exceptions.DistributionNotFound: No matching distribution found for clinicalomicsdb==0.1.0 2022-06-23T21:00:58,824 Removed build tracker: '/tmp/pip-build-tracker-xs4ie5aa'