2021-03-23T15:40:34,539 Created temporary directory: /tmp/pip-ephem-wheel-cache-5n1fnjcg 2021-03-23T15:40:34,542 Created temporary directory: /tmp/pip-req-tracker-phx3l23a 2021-03-23T15:40:34,543 Initialized build tracking at /tmp/pip-req-tracker-phx3l23a 2021-03-23T15:40:34,543 Created build tracker: /tmp/pip-req-tracker-phx3l23a 2021-03-23T15:40:34,543 Entered build tracker: /tmp/pip-req-tracker-phx3l23a 2021-03-23T15:40:34,544 Created temporary directory: /tmp/pip-wheel-p7d1opj_ 2021-03-23T15:40:34,573 1 location(s) to search for versions of primapy-secrets: 2021-03-23T15:40:34,573 * https://pypi.org/simple/primapy-secrets/ 2021-03-23T15:40:34,574 Fetching project page and analyzing links: https://pypi.org/simple/primapy-secrets/ 2021-03-23T15:40:34,574 Getting page https://pypi.org/simple/primapy-secrets/ 2021-03-23T15:40:34,576 Found index url https://pypi.org/simple 2021-03-23T15:40:34,663 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/97/af/9f70a9ec54658fa533888609dfaaa90071f149676ad6d0d04721004bdf0b/primapy-secrets-0.1.0.tar.gz#sha256=b332a7029899395fcfd40c565e7cd8a3b9768add834b47ec7ed72bbce3c4f4da (from https://pypi.org/simple/primapy-secrets/) (requires-python:>=3.8,<4.0) 2021-03-23T15:40:34,677 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/6b/78/5706ba61ef3342c04f9941c27ad834737cb23e38c301d961e981d0d7dd03/primapy_secrets-0.1.0-py3-none-any.whl#sha256=dfa89c46557b731d38d0ccbe35bfaa7935c96f0add501c86cd201749f17e9a55 (from https://pypi.org/simple/primapy-secrets/) (requires-python:>=3.8,<4.0) 2021-03-23T15:40:34,677 Given no hashes to check 0 links for project 'primapy-secrets': discarding no candidates 2021-03-23T15:40:34,678 ERROR: Could not find a version that satisfies the requirement primapy-secrets==0.1.0 2021-03-23T15:40:34,678 ERROR: No matching distribution found for primapy-secrets==0.1.0 2021-03-23T15:40:34,678 Exception information: 2021-03-23T15:40:34,678 Traceback (most recent call last): 2021-03-23T15:40:34,678 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion 2021-03-23T15:40:34,678 crit = self.state.criteria[name] 2021-03-23T15:40:34,678 KeyError: 'primapy-secrets' 2021-03-23T15:40:34,678 2021-03-23T15:40:34,678 During handling of the above exception, another exception occurred: 2021-03-23T15:40:34,678 2021-03-23T15:40:34,678 Traceback (most recent call last): 2021-03-23T15:40:34,678 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 318, in resolve 2021-03-23T15:40:34,678 name, crit = self._merge_into_criterion(r, parent=None) 2021-03-23T15:40:34,678 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-03-23T15:40:34,678 crit = Criterion.from_requirement(self._p, requirement, parent) 2021-03-23T15:40:34,678 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 83, in from_requirement 2021-03-23T15:40:34,678 raise RequirementsConflicted(criterion) 2021-03-23T15:40:34,678 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('primapy-secrets==0.1.0') 2021-03-23T15:40:34,678 2021-03-23T15:40:34,678 During handling of the above exception, another exception occurred: 2021-03-23T15:40:34,678 2021-03-23T15:40:34,678 Traceback (most recent call last): 2021-03-23T15:40:34,678 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 122, in resolve 2021-03-23T15:40:34,678 requirements, max_rounds=try_to_avoid_resolution_too_deep, 2021-03-23T15:40:34,678 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 453, in resolve 2021-03-23T15:40:34,678 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-03-23T15:40:34,678 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 320, in resolve 2021-03-23T15:40:34,678 raise ResolutionImpossible(e.criterion.information) 2021-03-23T15:40:34,678 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('primapy-secrets==0.1.0'), parent=None)] 2021-03-23T15:40:34,678 2021-03-23T15:40:34,678 The above exception was the direct cause of the following exception: 2021-03-23T15:40:34,678 2021-03-23T15:40:34,678 Traceback (most recent call last): 2021-03-23T15:40:34,678 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 189, in _main 2021-03-23T15:40:34,678 status = self.run(options, args) 2021-03-23T15:40:34,678 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 178, in wrapper 2021-03-23T15:40:34,678 return func(self, options, args) 2021-03-23T15:40:34,678 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 159, in run 2021-03-23T15:40:34,678 reqs, check_supported_wheels=True 2021-03-23T15:40:34,678 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-03-23T15:40:34,678 six.raise_from(error, e) 2021-03-23T15:40:34,678 File "", line 3, in raise_from 2021-03-23T15:40:34,678 pip._internal.exceptions.DistributionNotFound: No matching distribution found for primapy-secrets==0.1.0 2021-03-23T15:40:34,683 Removed build tracker: '/tmp/pip-req-tracker-phx3l23a'