2021-04-19T18:58:35,404 Created temporary directory: /tmp/pip-ephem-wheel-cache-dbao6h2p 2021-04-19T18:58:35,407 Created temporary directory: /tmp/pip-req-tracker-ali2dw6k 2021-04-19T18:58:35,407 Initialized build tracking at /tmp/pip-req-tracker-ali2dw6k 2021-04-19T18:58:35,408 Created build tracker: /tmp/pip-req-tracker-ali2dw6k 2021-04-19T18:58:35,408 Entered build tracker: /tmp/pip-req-tracker-ali2dw6k 2021-04-19T18:58:35,409 Created temporary directory: /tmp/pip-wheel-wiiu4m9b 2021-04-19T18:58:35,437 1 location(s) to search for versions of pcurate: 2021-04-19T18:58:35,437 * https://pypi.org/simple/pcurate/ 2021-04-19T18:58:35,437 Fetching project page and analyzing links: https://pypi.org/simple/pcurate/ 2021-04-19T18:58:35,438 Getting page https://pypi.org/simple/pcurate/ 2021-04-19T18:58:35,439 Found index url https://pypi.org/simple 2021-04-19T18:58:35,441 Getting credentials from keyring for https://pypi.org/simple 2021-04-19T18:58:35,840 Loading KWallet 2021-04-19T18:58:35,864 Loading SecretService 2021-04-19T18:58:35,906 Loading Windows 2021-04-19T18:58:35,909 Loading chainer 2021-04-19T18:58:35,910 Loading macOS 2021-04-19T18:58:35,913 Loading Gnome 2021-04-19T18:58:35,951 Loading Google 2021-04-19T18:58:35,955 Loading Windows (alt) 2021-04-19T18:58:35,959 Loading file 2021-04-19T18:58:35,961 Loading keyczar 2021-04-19T18:58:35,961 Loading multi 2021-04-19T18:58:35,963 Loading pyfs 2021-04-19T18:58:35,998 Getting credentials from keyring for pypi.org 2021-04-19T18:58:36,135 Link requires a different Python (3.7.3 not in: '>=3.9,<4.0'): https://files.pythonhosted.org/packages/4b/e9/dfde97ae41468042a69b37c3733504812ca25422b2ced6561be175fdabd8/pcurate-0.1.0-py3-none-any.whl#sha256=d00c5c6cef9d1378f1272fe1f31a3d5f6720fee280b39801e8c17a7e9e8609ea (from https://pypi.org/simple/pcurate/) (requires-python:>=3.9,<4.0) 2021-04-19T18:58:36,135 Link requires a different Python (3.7.3 not in: '>=3.9,<4.0'): https://files.pythonhosted.org/packages/27/c5/fa562140674b055545af68a306e8e0e1761091c55b59787aea2b36a2c8d3/pcurate-0.1.0.tar.gz#sha256=9f8e306e41ea4cd624265d9fb591e58233f2b3c718eac45450901cece4540b4b (from https://pypi.org/simple/pcurate/) (requires-python:>=3.9,<4.0) 2021-04-19T18:58:36,136 Link requires a different Python (3.7.3 not in: '>=3.9,<4.0'): https://files.pythonhosted.org/packages/7a/40/c9939496bb85cba8b5472a9d9562f70cf5731ccce30d7332ffde64f5e405/pcurate-0.1.1-py3-none-any.whl#sha256=92f7da80c66463f5df9cd31ebd6eb6ca0bdf3004f77fbf320582f3dc6ac04302 (from https://pypi.org/simple/pcurate/) (requires-python:>=3.9,<4.0) 2021-04-19T18:58:36,137 Link requires a different Python (3.7.3 not in: '>=3.9,<4.0'): https://files.pythonhosted.org/packages/c8/7c/15f50e96170c71caee78a455e4fadc0fb7d5e3573a037e84f0570668adf9/pcurate-0.1.1.tar.gz#sha256=b1c417d5f2948a3fa140145fc28d33078fe2e855996cadbe7c6bef55a98a8b7f (from https://pypi.org/simple/pcurate/) (requires-python:>=3.9,<4.0) 2021-04-19T18:58:36,137 Given no hashes to check 0 links for project 'pcurate': discarding no candidates 2021-04-19T18:58:36,137 ERROR: Could not find a version that satisfies the requirement pcurate==0.1.1 2021-04-19T18:58:36,138 ERROR: No matching distribution found for pcurate==0.1.1 2021-04-19T18:58:36,138 Exception information: 2021-04-19T18:58:36,138 Traceback (most recent call last): 2021-04-19T18:58:36,138 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion 2021-04-19T18:58:36,138 crit = self.state.criteria[name] 2021-04-19T18:58:36,138 KeyError: 'pcurate' 2021-04-19T18:58:36,138 2021-04-19T18:58:36,138 During handling of the above exception, another exception occurred: 2021-04-19T18:58:36,138 2021-04-19T18:58:36,138 Traceback (most recent call last): 2021-04-19T18:58:36,138 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 318, in resolve 2021-04-19T18:58:36,138 name, crit = self._merge_into_criterion(r, parent=None) 2021-04-19T18:58:36,138 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-04-19T18:58:36,138 crit = Criterion.from_requirement(self._p, requirement, parent) 2021-04-19T18:58:36,138 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 83, in from_requirement 2021-04-19T18:58:36,138 raise RequirementsConflicted(criterion) 2021-04-19T18:58:36,138 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('pcurate==0.1.1') 2021-04-19T18:58:36,138 2021-04-19T18:58:36,138 During handling of the above exception, another exception occurred: 2021-04-19T18:58:36,138 2021-04-19T18:58:36,138 Traceback (most recent call last): 2021-04-19T18:58:36,138 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 122, in resolve 2021-04-19T18:58:36,138 requirements, max_rounds=try_to_avoid_resolution_too_deep, 2021-04-19T18:58:36,138 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 453, in resolve 2021-04-19T18:58:36,138 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-04-19T18:58:36,138 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 320, in resolve 2021-04-19T18:58:36,138 raise ResolutionImpossible(e.criterion.information) 2021-04-19T18:58:36,138 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('pcurate==0.1.1'), parent=None)] 2021-04-19T18:58:36,138 2021-04-19T18:58:36,138 The above exception was the direct cause of the following exception: 2021-04-19T18:58:36,138 2021-04-19T18:58:36,138 Traceback (most recent call last): 2021-04-19T18:58:36,138 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 189, in _main 2021-04-19T18:58:36,138 status = self.run(options, args) 2021-04-19T18:58:36,138 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 178, in wrapper 2021-04-19T18:58:36,138 return func(self, options, args) 2021-04-19T18:58:36,138 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 159, in run 2021-04-19T18:58:36,138 reqs, check_supported_wheels=True 2021-04-19T18:58:36,138 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-04-19T18:58:36,138 six.raise_from(error, e) 2021-04-19T18:58:36,138 File "", line 3, in raise_from 2021-04-19T18:58:36,138 pip._internal.exceptions.DistributionNotFound: No matching distribution found for pcurate==0.1.1 2021-04-19T18:58:36,142 Removed build tracker: '/tmp/pip-req-tracker-ali2dw6k'