2021-09-14T17:31:09,891 Created temporary directory: /tmp/pip-ephem-wheel-cache-gfs2lcnj 2021-09-14T17:31:09,894 Created temporary directory: /tmp/pip-req-tracker-sjcbpijx 2021-09-14T17:31:09,894 Initialized build tracking at /tmp/pip-req-tracker-sjcbpijx 2021-09-14T17:31:09,895 Created build tracker: /tmp/pip-req-tracker-sjcbpijx 2021-09-14T17:31:09,895 Entered build tracker: /tmp/pip-req-tracker-sjcbpijx 2021-09-14T17:31:09,895 Created temporary directory: /tmp/pip-wheel-hygwlirt 2021-09-14T17:31:09,928 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2021-09-14T17:31:09,930 2 location(s) to search for versions of pystein: 2021-09-14T17:31:09,930 * https://pypi.org/simple/pystein/ 2021-09-14T17:31:09,930 * https://www.piwheels.org/simple/pystein/ 2021-09-14T17:31:09,931 Fetching project page and analyzing links: https://pypi.org/simple/pystein/ 2021-09-14T17:31:09,931 Getting page https://pypi.org/simple/pystein/ 2021-09-14T17:31:09,933 Found index url https://pypi.org/simple 2021-09-14T17:31:10,023 Skipping link: No binaries permitted for pystein: https://files.pythonhosted.org/packages/14/51/2d5a67f3dd8e70d130e7e13d31a4456f1d49be84b6a4f5691910383ba1e3/pystein-0.3.0-py3-none-any.whl#sha256=55f41df34b225405c9e0894e31d0fbeb3d22efbd5dfd70889ff5b0db48a045d9 (from https://pypi.org/simple/pystein/) (requires-python:==3.7, ==3.8) 2021-09-14T17:31:10,024 Link requires a different Python (3.9.2 not in: '==3.7, ==3.8'): https://files.pythonhosted.org/packages/1e/c9/8958c251ac1188e676e4f450ba3eeb3ab5c9efa23c951d3da1e453721d84/pystein-0.3.0.tar.gz#sha256=6a431dc4bcbe50ed0266182b690e4ab9bf73b951c1edae786b28a482dcf243e8 (from https://pypi.org/simple/pystein/) (requires-python:==3.7, ==3.8) 2021-09-14T17:31:10,025 Fetching project page and analyzing links: https://www.piwheels.org/simple/pystein/ 2021-09-14T17:31:10,025 Getting page https://www.piwheels.org/simple/pystein/ 2021-09-14T17:31:10,026 Found index url https://www.piwheels.org/simple 2021-09-14T17:31:10,147 Skipping link: not a file: https://www.piwheels.org/simple/pystein/ 2021-09-14T17:31:10,148 Skipping link: not a file: https://pypi.org/simple/pystein/ 2021-09-14T17:31:10,168 Given no hashes to check 0 links for project 'pystein': discarding no candidates 2021-09-14T17:31:10,169 ERROR: Could not find a version that satisfies the requirement pystein==0.3.0 (from versions: none) 2021-09-14T17:31:10,169 ERROR: No matching distribution found for pystein==0.3.0 2021-09-14T17:31:10,169 Exception information: 2021-09-14T17:31:10,169 Traceback (most recent call last): 2021-09-14T17:31:10,169 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-09-14T17:31:10,169 name, crit = self._merge_into_criterion(r, parent=None) 2021-09-14T17:31:10,169 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-09-14T17:31:10,169 raise RequirementsConflicted(criterion) 2021-09-14T17:31:10,169 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('pystein==0.3.0') 2021-09-14T17:31:10,169 2021-09-14T17:31:10,169 During handling of the above exception, another exception occurred: 2021-09-14T17:31:10,169 2021-09-14T17:31:10,169 Traceback (most recent call last): 2021-09-14T17:31:10,169 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-09-14T17:31:10,169 result = self._result = resolver.resolve( 2021-09-14T17:31:10,169 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-09-14T17:31:10,169 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-09-14T17:31:10,169 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-09-14T17:31:10,169 raise ResolutionImpossible(e.criterion.information) 2021-09-14T17:31:10,169 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('pystein==0.3.0'), parent=None)] 2021-09-14T17:31:10,169 2021-09-14T17:31:10,169 The above exception was the direct cause of the following exception: 2021-09-14T17:31:10,169 2021-09-14T17:31:10,169 Traceback (most recent call last): 2021-09-14T17:31:10,169 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-09-14T17:31:10,169 status = self.run(options, args) 2021-09-14T17:31:10,169 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-09-14T17:31:10,169 return func(self, options, args) 2021-09-14T17:31:10,169 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-09-14T17:31:10,169 requirement_set = resolver.resolve( 2021-09-14T17:31:10,169 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-09-14T17:31:10,169 raise error from e 2021-09-14T17:31:10,169 pip._internal.exceptions.DistributionNotFound: No matching distribution found for pystein==0.3.0 2021-09-14T17:31:10,173 Removed build tracker: '/tmp/pip-req-tracker-sjcbpijx'