2021-04-02T15:59:33,520 Created temporary directory: /tmp/pip-ephem-wheel-cache-yln7339o 2021-04-02T15:59:33,523 Created temporary directory: /tmp/pip-req-tracker-56ytejzf 2021-04-02T15:59:33,523 Initialized build tracking at /tmp/pip-req-tracker-56ytejzf 2021-04-02T15:59:33,524 Created build tracker: /tmp/pip-req-tracker-56ytejzf 2021-04-02T15:59:33,524 Entered build tracker: /tmp/pip-req-tracker-56ytejzf 2021-04-02T15:59:33,524 Created temporary directory: /tmp/pip-wheel-2c3tzh11 2021-04-02T15:59:33,554 1 location(s) to search for versions of qset-tslib: 2021-04-02T15:59:33,554 * https://pypi.org/simple/qset-tslib/ 2021-04-02T15:59:33,555 Fetching project page and analyzing links: https://pypi.org/simple/qset-tslib/ 2021-04-02T15:59:33,555 Getting page https://pypi.org/simple/qset-tslib/ 2021-04-02T15:59:33,557 Found index url https://pypi.org/simple 2021-04-02T15:59:33,648 Link requires a different Python (3.7.3 not in: '>=3.8,<3.10'): https://files.pythonhosted.org/packages/b0/a3/388bf2138c73673430a4b73e77fa442114a75f9560ae198fc8e20db20ca1/qset-tslib-0.1.0.tar.gz#sha256=17ad6575b8bdb34ba1eca4ea4e41cf9906bf9755358f2988c49b4973dcc9e0f5 (from https://pypi.org/simple/qset-tslib/) (requires-python:>=3.8,<3.10) 2021-04-02T15:59:33,662 Link requires a different Python (3.7.3 not in: '>=3.8,<3.10'): https://files.pythonhosted.org/packages/dd/14/7ae6866f8c5c34c59f657fb41e8d5e7f5fc677075fc56b93073d90c53933/qset_tslib-0.1.0-py3-none-any.whl#sha256=5928a1155e10d751444b9283a5ac12b4140b3944545cea0e609aba39e56bc070 (from https://pypi.org/simple/qset-tslib/) (requires-python:>=3.8,<3.10) 2021-04-02T15:59:33,662 Given no hashes to check 0 links for project 'qset-tslib': discarding no candidates 2021-04-02T15:59:33,662 ERROR: Could not find a version that satisfies the requirement qset-tslib==0.1.0 2021-04-02T15:59:33,663 ERROR: No matching distribution found for qset-tslib==0.1.0 2021-04-02T15:59:33,663 Exception information: 2021-04-02T15:59:33,663 Traceback (most recent call last): 2021-04-02T15:59:33,663 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion 2021-04-02T15:59:33,663 crit = self.state.criteria[name] 2021-04-02T15:59:33,663 KeyError: 'qset-tslib' 2021-04-02T15:59:33,663 2021-04-02T15:59:33,663 During handling of the above exception, another exception occurred: 2021-04-02T15:59:33,663 2021-04-02T15:59:33,663 Traceback (most recent call last): 2021-04-02T15:59:33,663 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 318, in resolve 2021-04-02T15:59:33,663 name, crit = self._merge_into_criterion(r, parent=None) 2021-04-02T15:59:33,663 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-04-02T15:59:33,663 crit = Criterion.from_requirement(self._p, requirement, parent) 2021-04-02T15:59:33,663 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 83, in from_requirement 2021-04-02T15:59:33,663 raise RequirementsConflicted(criterion) 2021-04-02T15:59:33,663 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('qset-tslib==0.1.0') 2021-04-02T15:59:33,663 2021-04-02T15:59:33,663 During handling of the above exception, another exception occurred: 2021-04-02T15:59:33,663 2021-04-02T15:59:33,663 Traceback (most recent call last): 2021-04-02T15:59:33,663 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 122, in resolve 2021-04-02T15:59:33,663 requirements, max_rounds=try_to_avoid_resolution_too_deep, 2021-04-02T15:59:33,663 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 453, in resolve 2021-04-02T15:59:33,663 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-04-02T15:59:33,663 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 320, in resolve 2021-04-02T15:59:33,663 raise ResolutionImpossible(e.criterion.information) 2021-04-02T15:59:33,663 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('qset-tslib==0.1.0'), parent=None)] 2021-04-02T15:59:33,663 2021-04-02T15:59:33,663 The above exception was the direct cause of the following exception: 2021-04-02T15:59:33,663 2021-04-02T15:59:33,663 Traceback (most recent call last): 2021-04-02T15:59:33,663 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 189, in _main 2021-04-02T15:59:33,663 status = self.run(options, args) 2021-04-02T15:59:33,663 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 178, in wrapper 2021-04-02T15:59:33,663 return func(self, options, args) 2021-04-02T15:59:33,663 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 159, in run 2021-04-02T15:59:33,663 reqs, check_supported_wheels=True 2021-04-02T15:59:33,663 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-04-02T15:59:33,663 six.raise_from(error, e) 2021-04-02T15:59:33,663 File "", line 3, in raise_from 2021-04-02T15:59:33,663 pip._internal.exceptions.DistributionNotFound: No matching distribution found for qset-tslib==0.1.0 2021-04-02T15:59:33,667 Removed build tracker: '/tmp/pip-req-tracker-56ytejzf'