2021-02-24T00:29:34,229 Created temporary directory: /tmp/pip-ephem-wheel-cache-rnltth9s 2021-02-24T00:29:34,232 Created temporary directory: /tmp/pip-req-tracker-mx16hw94 2021-02-24T00:29:34,232 Initialized build tracking at /tmp/pip-req-tracker-mx16hw94 2021-02-24T00:29:34,233 Created build tracker: /tmp/pip-req-tracker-mx16hw94 2021-02-24T00:29:34,233 Entered build tracker: /tmp/pip-req-tracker-mx16hw94 2021-02-24T00:29:34,233 Created temporary directory: /tmp/pip-wheel-ng9gnicl 2021-02-24T00:29:34,270 1 location(s) to search for versions of toy-python-package: 2021-02-24T00:29:34,270 * https://pypi.org/simple/toy-python-package/ 2021-02-24T00:29:34,270 Fetching project page and analyzing links: https://pypi.org/simple/toy-python-package/ 2021-02-24T00:29:34,271 Getting page https://pypi.org/simple/toy-python-package/ 2021-02-24T00:29:34,273 Found index url https://pypi.org/simple 2021-02-24T00:29:34,376 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/a4/f8/026a564da0d251d5be8ee0ca92c781b45b71c9c4b928438dee6e2af207be/toy_python_package-0.1.0-py3-none-any.whl#sha256=a3e6163ce23cbc9eda5c97ef11b6aa04d023bfff9bd95e610c42b881c25f64cd (from https://pypi.org/simple/toy-python-package/) (requires-python:>=3.8,<4.0) 2021-02-24T00:29:34,377 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/ff/7a/f067ec4e45b680732f8d8b2c985780fb591b5d3b3338c20ebc239768f95f/toy_python_package-0.1.0.tar.gz#sha256=06c4bee8e72819938ceb7b7f4ea3d8983c4e47c287906cfa82c9eb35c8aa72a1 (from https://pypi.org/simple/toy-python-package/) (requires-python:>=3.8,<4.0) 2021-02-24T00:29:34,378 Given no hashes to check 0 links for project 'toy-python-package': discarding no candidates 2021-02-24T00:29:34,378 ERROR: Could not find a version that satisfies the requirement toy-python-package==0.1.0 2021-02-24T00:29:34,378 ERROR: No matching distribution found for toy-python-package==0.1.0 2021-02-24T00:29:34,379 Exception information: 2021-02-24T00:29:34,379 Traceback (most recent call last): 2021-02-24T00:29:34,379 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion 2021-02-24T00:29:34,379 crit = self.state.criteria[name] 2021-02-24T00:29:34,379 KeyError: 'toy-python-package' 2021-02-24T00:29:34,379 2021-02-24T00:29:34,379 During handling of the above exception, another exception occurred: 2021-02-24T00:29:34,379 2021-02-24T00:29:34,379 Traceback (most recent call last): 2021-02-24T00:29:34,379 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 318, in resolve 2021-02-24T00:29:34,379 name, crit = self._merge_into_criterion(r, parent=None) 2021-02-24T00:29:34,379 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-02-24T00:29:34,379 crit = Criterion.from_requirement(self._p, requirement, parent) 2021-02-24T00:29:34,379 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 83, in from_requirement 2021-02-24T00:29:34,379 raise RequirementsConflicted(criterion) 2021-02-24T00:29:34,379 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('toy-python-package==0.1.0') 2021-02-24T00:29:34,379 2021-02-24T00:29:34,379 During handling of the above exception, another exception occurred: 2021-02-24T00:29:34,379 2021-02-24T00:29:34,379 Traceback (most recent call last): 2021-02-24T00:29:34,379 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 122, in resolve 2021-02-24T00:29:34,379 requirements, max_rounds=try_to_avoid_resolution_too_deep, 2021-02-24T00:29:34,379 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 453, in resolve 2021-02-24T00:29:34,379 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-02-24T00:29:34,379 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 320, in resolve 2021-02-24T00:29:34,379 raise ResolutionImpossible(e.criterion.information) 2021-02-24T00:29:34,379 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('toy-python-package==0.1.0'), parent=None)] 2021-02-24T00:29:34,379 2021-02-24T00:29:34,379 The above exception was the direct cause of the following exception: 2021-02-24T00:29:34,379 2021-02-24T00:29:34,379 Traceback (most recent call last): 2021-02-24T00:29:34,379 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 189, in _main 2021-02-24T00:29:34,379 status = self.run(options, args) 2021-02-24T00:29:34,379 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 178, in wrapper 2021-02-24T00:29:34,379 return func(self, options, args) 2021-02-24T00:29:34,379 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 159, in run 2021-02-24T00:29:34,379 reqs, check_supported_wheels=True 2021-02-24T00:29:34,379 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-02-24T00:29:34,379 six.raise_from(error, e) 2021-02-24T00:29:34,379 File "", line 3, in raise_from 2021-02-24T00:29:34,379 pip._internal.exceptions.DistributionNotFound: No matching distribution found for toy-python-package==0.1.0 2021-02-24T00:29:34,383 Removed build tracker: '/tmp/pip-req-tracker-mx16hw94'