2021-03-24T22:37:27,341 Created temporary directory: /tmp/pip-ephem-wheel-cache-r1m4t7oo 2021-03-24T22:37:27,344 Created temporary directory: /tmp/pip-req-tracker-bicpas4m 2021-03-24T22:37:27,345 Initialized build tracking at /tmp/pip-req-tracker-bicpas4m 2021-03-24T22:37:27,345 Created build tracker: /tmp/pip-req-tracker-bicpas4m 2021-03-24T22:37:27,345 Entered build tracker: /tmp/pip-req-tracker-bicpas4m 2021-03-24T22:37:27,346 Created temporary directory: /tmp/pip-wheel-wzhpuuzv 2021-03-24T22:37:27,381 1 location(s) to search for versions of single-cell-tools: 2021-03-24T22:37:27,381 * https://pypi.org/simple/single-cell-tools/ 2021-03-24T22:37:27,381 Fetching project page and analyzing links: https://pypi.org/simple/single-cell-tools/ 2021-03-24T22:37:27,382 Getting page https://pypi.org/simple/single-cell-tools/ 2021-03-24T22:37:27,383 Found index url https://pypi.org/simple 2021-03-24T22:37:27,488 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/9f/7b/8fdba891f43f5097c5da3904710e8bfa0ef18526fc8927e13350c4963cea/single_cell_tools-0.1.0-py3-none-any.whl#sha256=5c2f4a6a4e8439a29fd324b4ccc5d855ff231dfe8c7b151e59e53a1cb01804a7 (from https://pypi.org/simple/single-cell-tools/) (requires-python:>=3.8,<4.0) 2021-03-24T22:37:27,489 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/7f/b7/91c61cc8b0f7a5281494c9977747debf6788f7545652bf393d1be54bf5ee/single_cell_tools-0.1.0.tar.gz#sha256=2bf68b5eae2d40fb647e8dbd919a0bb6c735255f38c41dff4488775e762591e0 (from https://pypi.org/simple/single-cell-tools/) (requires-python:>=3.8,<4.0) 2021-03-24T22:37:27,489 Given no hashes to check 0 links for project 'single-cell-tools': discarding no candidates 2021-03-24T22:37:27,489 ERROR: Could not find a version that satisfies the requirement single-cell-tools==0.1.0 2021-03-24T22:37:27,490 ERROR: No matching distribution found for single-cell-tools==0.1.0 2021-03-24T22:37:27,490 Exception information: 2021-03-24T22:37:27,490 Traceback (most recent call last): 2021-03-24T22:37:27,490 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion 2021-03-24T22:37:27,490 crit = self.state.criteria[name] 2021-03-24T22:37:27,490 KeyError: 'single-cell-tools' 2021-03-24T22:37:27,490 2021-03-24T22:37:27,490 During handling of the above exception, another exception occurred: 2021-03-24T22:37:27,490 2021-03-24T22:37:27,490 Traceback (most recent call last): 2021-03-24T22:37:27,490 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 318, in resolve 2021-03-24T22:37:27,490 name, crit = self._merge_into_criterion(r, parent=None) 2021-03-24T22:37:27,490 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-03-24T22:37:27,490 crit = Criterion.from_requirement(self._p, requirement, parent) 2021-03-24T22:37:27,490 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 83, in from_requirement 2021-03-24T22:37:27,490 raise RequirementsConflicted(criterion) 2021-03-24T22:37:27,490 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('single-cell-tools==0.1.0') 2021-03-24T22:37:27,490 2021-03-24T22:37:27,490 During handling of the above exception, another exception occurred: 2021-03-24T22:37:27,490 2021-03-24T22:37:27,490 Traceback (most recent call last): 2021-03-24T22:37:27,490 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 122, in resolve 2021-03-24T22:37:27,490 requirements, max_rounds=try_to_avoid_resolution_too_deep, 2021-03-24T22:37:27,490 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 453, in resolve 2021-03-24T22:37:27,490 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-03-24T22:37:27,490 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 320, in resolve 2021-03-24T22:37:27,490 raise ResolutionImpossible(e.criterion.information) 2021-03-24T22:37:27,490 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('single-cell-tools==0.1.0'), parent=None)] 2021-03-24T22:37:27,490 2021-03-24T22:37:27,490 The above exception was the direct cause of the following exception: 2021-03-24T22:37:27,490 2021-03-24T22:37:27,490 Traceback (most recent call last): 2021-03-24T22:37:27,490 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 189, in _main 2021-03-24T22:37:27,490 status = self.run(options, args) 2021-03-24T22:37:27,490 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 178, in wrapper 2021-03-24T22:37:27,490 return func(self, options, args) 2021-03-24T22:37:27,490 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 159, in run 2021-03-24T22:37:27,490 reqs, check_supported_wheels=True 2021-03-24T22:37:27,490 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-03-24T22:37:27,490 six.raise_from(error, e) 2021-03-24T22:37:27,490 File "", line 3, in raise_from 2021-03-24T22:37:27,490 pip._internal.exceptions.DistributionNotFound: No matching distribution found for single-cell-tools==0.1.0 2021-03-24T22:37:27,494 Removed build tracker: '/tmp/pip-req-tracker-bicpas4m'