2021-06-27T16:59:22,692 Created temporary directory: /tmp/pip-ephem-wheel-cache-itzm81d2 2021-06-27T16:59:22,695 Created temporary directory: /tmp/pip-req-tracker-pgss9koo 2021-06-27T16:59:22,696 Initialized build tracking at /tmp/pip-req-tracker-pgss9koo 2021-06-27T16:59:22,696 Created build tracker: /tmp/pip-req-tracker-pgss9koo 2021-06-27T16:59:22,696 Entered build tracker: /tmp/pip-req-tracker-pgss9koo 2021-06-27T16:59:22,697 Created temporary directory: /tmp/pip-wheel-bhsfmkmi 2021-06-27T16:59:22,734 1 location(s) to search for versions of stimpy: 2021-06-27T16:59:22,734 * https://pypi.org/simple/stimpy/ 2021-06-27T16:59:22,735 Fetching project page and analyzing links: https://pypi.org/simple/stimpy/ 2021-06-27T16:59:22,735 Getting page https://pypi.org/simple/stimpy/ 2021-06-27T16:59:22,737 Found index url https://pypi.org/simple 2021-06-27T16:59:22,843 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/72/87/312c82c4f4233a400faef891e803bc0509ca8f8cae57e9f17966d7e1ff5d/stimpy-0.0.1-py3-none-any.whl#sha256=5d98341d5f62731ddbd1e5b2eaa23826f7f4974fc444fda7c1953b442c870e0b (from https://pypi.org/simple/stimpy/) (requires-python:>=3.8,<4.0) 2021-06-27T16:59:22,843 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/7e/1a/fab841f4879b6f32f64877436605999bd3f1c79bbe716de323e65a6c6076/stimpy-0.0.1.tar.gz#sha256=c9676b70c7b927885cae713a886c83ab38b20ddf484cdd4da8e3351a497769a0 (from https://pypi.org/simple/stimpy/) (requires-python:>=3.8,<4.0) 2021-06-27T16:59:22,844 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/4e/c4/eafa9c7794f1af59c2bfc2456289451acbc903953eae76377cc7c5b489b5/stimpy-0.1.0-py3-none-any.whl#sha256=2d3f9808421f2ba07fcac71b7a11971ef2224aaf7a24f296c255cc54595e3268 (from https://pypi.org/simple/stimpy/) (requires-python:>=3.8,<4.0) 2021-06-27T16:59:22,845 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/43/3f/f76344adfc5d37b66d910010821a1d86f2335fc80d252be31552c64add94/stimpy-0.1.0.tar.gz#sha256=750fb8445f0f38850b63c6365c707ebf6ba18b38a155d2bcc0c2764453fabbe8 (from https://pypi.org/simple/stimpy/) (requires-python:>=3.8,<4.0) 2021-06-27T16:59:22,845 Skipping link: not a file: https://pypi.org/simple/stimpy/ 2021-06-27T16:59:22,846 Given no hashes to check 0 links for project 'stimpy': discarding no candidates 2021-06-27T16:59:22,846 ERROR: Could not find a version that satisfies the requirement stimpy==0.1.0 (from versions: none) 2021-06-27T16:59:22,846 ERROR: No matching distribution found for stimpy==0.1.0 2021-06-27T16:59:22,846 Exception information: 2021-06-27T16:59:22,846 Traceback (most recent call last): 2021-06-27T16:59:22,846 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-06-27T16:59:22,846 name, crit = self._merge_into_criterion(r, parent=None) 2021-06-27T16:59:22,846 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-06-27T16:59:22,846 raise RequirementsConflicted(criterion) 2021-06-27T16:59:22,846 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('stimpy==0.1.0') 2021-06-27T16:59:22,846 2021-06-27T16:59:22,846 During handling of the above exception, another exception occurred: 2021-06-27T16:59:22,846 2021-06-27T16:59:22,846 Traceback (most recent call last): 2021-06-27T16:59:22,846 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 128, in resolve 2021-06-27T16:59:22,846 requirements, max_rounds=try_to_avoid_resolution_too_deep 2021-06-27T16:59:22,846 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-06-27T16:59:22,846 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-06-27T16:59:22,846 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-06-27T16:59:22,846 raise ResolutionImpossible(e.criterion.information) 2021-06-27T16:59:22,846 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('stimpy==0.1.0'), parent=None)] 2021-06-27T16:59:22,846 2021-06-27T16:59:22,846 The above exception was the direct cause of the following exception: 2021-06-27T16:59:22,846 2021-06-27T16:59:22,846 Traceback (most recent call last): 2021-06-27T16:59:22,846 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-06-27T16:59:22,846 status = self.run(options, args) 2021-06-27T16:59:22,846 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 204, in wrapper 2021-06-27T16:59:22,846 return func(self, options, args) 2021-06-27T16:59:22,846 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 143, in run 2021-06-27T16:59:22,846 reqs, check_supported_wheels=True 2021-06-27T16:59:22,846 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-06-27T16:59:22,846 raise error from e 2021-06-27T16:59:22,846 pip._internal.exceptions.DistributionNotFound: No matching distribution found for stimpy==0.1.0 2021-06-27T16:59:22,851 Removed build tracker: '/tmp/pip-req-tracker-pgss9koo'