2021-03-15T23:59:14,647 Created temporary directory: /tmp/pip-ephem-wheel-cache-kw_6pnly 2021-03-15T23:59:14,650 Created temporary directory: /tmp/pip-req-tracker-nb1_j7ak 2021-03-15T23:59:14,651 Initialized build tracking at /tmp/pip-req-tracker-nb1_j7ak 2021-03-15T23:59:14,651 Created build tracker: /tmp/pip-req-tracker-nb1_j7ak 2021-03-15T23:59:14,651 Entered build tracker: /tmp/pip-req-tracker-nb1_j7ak 2021-03-15T23:59:14,652 Created temporary directory: /tmp/pip-wheel-nykgfi57 2021-03-15T23:59:14,682 1 location(s) to search for versions of paste-it: 2021-03-15T23:59:14,682 * https://pypi.org/simple/paste-it/ 2021-03-15T23:59:14,682 Fetching project page and analyzing links: https://pypi.org/simple/paste-it/ 2021-03-15T23:59:14,683 Getting page https://pypi.org/simple/paste-it/ 2021-03-15T23:59:14,684 Found index url https://pypi.org/simple 2021-03-15T23:59:14,955 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/49/83/43e0e896f29e6813d75a707bd7f1dc0390d9c1943b6cb06ffa89dbbe4afe/paste_it-0.1.0-py3-none-any.whl#sha256=066dcbbf254631bb2e5d36a53680689265760586d61923c22897b1cd80a3d1cf (from https://pypi.org/simple/paste-it/) (requires-python:>=3.8) 2021-03-15T23:59:14,956 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/f9/08/5626d86d063323abfa111c26e87c91d0c3acc32da6cfc6ce7167042c4416/paste_it-0.1.0.tar.gz#sha256=2535ccf7bc23f2bd98131b4deb5bde8808cc76f5482e43b217c7928ded48349b (from https://pypi.org/simple/paste-it/) (requires-python:>=3.8) 2021-03-15T23:59:14,956 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/b1/57/a95dbbb656e14893c56f957d103ef26059cc2c00d2c68b0ded3edc5b38af/paste_it-0.1.1-py3-none-any.whl#sha256=575228d5a6c80e3f64e8c63021f3f30a1aceac4f7d9b618a5c201301cc9ec2d0 (from https://pypi.org/simple/paste-it/) (requires-python:>=3.8) 2021-03-15T23:59:14,957 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/2e/78/4c5681c7c73f5bd6464912b2af78ef1c34c6461b61120856bef62887b027/paste_it-0.1.1.tar.gz#sha256=2d7c7cd251632ba604853ad3282df1d8d479cf14743bc0882a1c3132236da0c4 (from https://pypi.org/simple/paste-it/) (requires-python:>=3.8) 2021-03-15T23:59:14,957 Given no hashes to check 0 links for project 'paste-it': discarding no candidates 2021-03-15T23:59:14,958 ERROR: Could not find a version that satisfies the requirement paste-it==0.1.0 2021-03-15T23:59:14,958 ERROR: No matching distribution found for paste-it==0.1.0 2021-03-15T23:59:14,958 Exception information: 2021-03-15T23:59:14,958 Traceback (most recent call last): 2021-03-15T23:59:14,958 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion 2021-03-15T23:59:14,958 crit = self.state.criteria[name] 2021-03-15T23:59:14,958 KeyError: 'paste-it' 2021-03-15T23:59:14,958 2021-03-15T23:59:14,958 During handling of the above exception, another exception occurred: 2021-03-15T23:59:14,958 2021-03-15T23:59:14,958 Traceback (most recent call last): 2021-03-15T23:59:14,958 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 318, in resolve 2021-03-15T23:59:14,958 name, crit = self._merge_into_criterion(r, parent=None) 2021-03-15T23:59:14,958 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-03-15T23:59:14,958 crit = Criterion.from_requirement(self._p, requirement, parent) 2021-03-15T23:59:14,958 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 83, in from_requirement 2021-03-15T23:59:14,958 raise RequirementsConflicted(criterion) 2021-03-15T23:59:14,958 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('paste-it==0.1.0') 2021-03-15T23:59:14,958 2021-03-15T23:59:14,958 During handling of the above exception, another exception occurred: 2021-03-15T23:59:14,958 2021-03-15T23:59:14,958 Traceback (most recent call last): 2021-03-15T23:59:14,958 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 122, in resolve 2021-03-15T23:59:14,958 requirements, max_rounds=try_to_avoid_resolution_too_deep, 2021-03-15T23:59:14,958 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 453, in resolve 2021-03-15T23:59:14,958 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-03-15T23:59:14,958 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 320, in resolve 2021-03-15T23:59:14,958 raise ResolutionImpossible(e.criterion.information) 2021-03-15T23:59:14,958 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('paste-it==0.1.0'), parent=None)] 2021-03-15T23:59:14,958 2021-03-15T23:59:14,958 The above exception was the direct cause of the following exception: 2021-03-15T23:59:14,958 2021-03-15T23:59:14,958 Traceback (most recent call last): 2021-03-15T23:59:14,958 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 189, in _main 2021-03-15T23:59:14,958 status = self.run(options, args) 2021-03-15T23:59:14,958 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 178, in wrapper 2021-03-15T23:59:14,958 return func(self, options, args) 2021-03-15T23:59:14,958 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 159, in run 2021-03-15T23:59:14,958 reqs, check_supported_wheels=True 2021-03-15T23:59:14,958 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-03-15T23:59:14,958 six.raise_from(error, e) 2021-03-15T23:59:14,958 File "", line 3, in raise_from 2021-03-15T23:59:14,958 pip._internal.exceptions.DistributionNotFound: No matching distribution found for paste-it==0.1.0 2021-03-15T23:59:14,963 Removed build tracker: '/tmp/pip-req-tracker-nb1_j7ak'