2021-01-27T09:26:10,991 Created temporary directory: /tmp/pip-ephem-wheel-cache-jnp5z9ck 2021-01-27T09:26:10,994 Created temporary directory: /tmp/pip-req-tracker-835jfsra 2021-01-27T09:26:10,995 Initialized build tracking at /tmp/pip-req-tracker-835jfsra 2021-01-27T09:26:10,995 Created build tracker: /tmp/pip-req-tracker-835jfsra 2021-01-27T09:26:10,995 Entered build tracker: /tmp/pip-req-tracker-835jfsra 2021-01-27T09:26:10,996 Created temporary directory: /tmp/pip-wheel-bv23ro7c 2021-01-27T09:26:11,034 1 location(s) to search for versions of my-happy-pandas: 2021-01-27T09:26:11,034 * https://pypi.org/simple/my-happy-pandas/ 2021-01-27T09:26:11,034 Fetching project page and analyzing links: https://pypi.org/simple/my-happy-pandas/ 2021-01-27T09:26:11,035 Getting page https://pypi.org/simple/my-happy-pandas/ 2021-01-27T09:26:11,037 Found index url https://pypi.org/simple 2021-01-27T09:26:11,139 Skipping link: none of the wheel's tags match: cp37-cp37m-manylinux2014_x86_64: https://files.pythonhosted.org/packages/eb/8b/ba3bd7c2577bb2df4831fbd5ea6a2507560b27435a483e6d01a15b626a64/my_happy_pandas-1.1.10-cp37-cp37m-manylinux2014_x86_64.whl#sha256=bc246cb2f14af9986c5eac7512197c602f4f1d0642d16d4865201ca3c058f084 (from https://pypi.org/simple/my-happy-pandas/) (requires-python:>=3.7.7) 2021-01-27T09:26:11,139 Link requires a different Python (3.7.3 not in: '>=3.7.7'): https://files.pythonhosted.org/packages/20/e6/9aa565c59026a8c7d3b8bb2aab1da83f29ba4e7504962a0736d5f9ae1946/my_happy_pandas-1.1.10.tar.gz#sha256=64813d5490912e9dd78fa8dba86b000b5b778fe365e2bf1f03c6b6d1ebad6faf (from https://pypi.org/simple/my-happy-pandas/) (requires-python:>=3.7.7) 2021-01-27T09:26:11,140 Given no hashes to check 0 links for project 'my-happy-pandas': discarding no candidates 2021-01-27T09:26:11,140 ERROR: Could not find a version that satisfies the requirement my-happy-pandas==1.1.10 2021-01-27T09:26:11,141 ERROR: No matching distribution found for my-happy-pandas==1.1.10 2021-01-27T09:26:11,141 Exception information: 2021-01-27T09:26:11,141 Traceback (most recent call last): 2021-01-27T09:26:11,141 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion 2021-01-27T09:26:11,141 crit = self.state.criteria[name] 2021-01-27T09:26:11,141 KeyError: 'my-happy-pandas' 2021-01-27T09:26:11,141 2021-01-27T09:26:11,141 During handling of the above exception, another exception occurred: 2021-01-27T09:26:11,141 2021-01-27T09:26:11,141 Traceback (most recent call last): 2021-01-27T09:26:11,141 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 318, in resolve 2021-01-27T09:26:11,141 name, crit = self._merge_into_criterion(r, parent=None) 2021-01-27T09:26:11,141 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-01-27T09:26:11,141 crit = Criterion.from_requirement(self._p, requirement, parent) 2021-01-27T09:26:11,141 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 83, in from_requirement 2021-01-27T09:26:11,141 raise RequirementsConflicted(criterion) 2021-01-27T09:26:11,141 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('my-happy-pandas==1.1.10') 2021-01-27T09:26:11,141 2021-01-27T09:26:11,141 During handling of the above exception, another exception occurred: 2021-01-27T09:26:11,141 2021-01-27T09:26:11,141 Traceback (most recent call last): 2021-01-27T09:26:11,141 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 122, in resolve 2021-01-27T09:26:11,141 requirements, max_rounds=try_to_avoid_resolution_too_deep, 2021-01-27T09:26:11,141 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 453, in resolve 2021-01-27T09:26:11,141 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-01-27T09:26:11,141 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 320, in resolve 2021-01-27T09:26:11,141 raise ResolutionImpossible(e.criterion.information) 2021-01-27T09:26:11,141 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('my-happy-pandas==1.1.10'), parent=None)] 2021-01-27T09:26:11,141 2021-01-27T09:26:11,141 The above exception was the direct cause of the following exception: 2021-01-27T09:26:11,141 2021-01-27T09:26:11,141 Traceback (most recent call last): 2021-01-27T09:26:11,141 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 189, in _main 2021-01-27T09:26:11,141 status = self.run(options, args) 2021-01-27T09:26:11,141 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 178, in wrapper 2021-01-27T09:26:11,141 return func(self, options, args) 2021-01-27T09:26:11,141 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 159, in run 2021-01-27T09:26:11,141 reqs, check_supported_wheels=True 2021-01-27T09:26:11,141 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-01-27T09:26:11,141 six.raise_from(error, e) 2021-01-27T09:26:11,141 File "", line 3, in raise_from 2021-01-27T09:26:11,141 pip._internal.exceptions.DistributionNotFound: No matching distribution found for my-happy-pandas==1.1.10 2021-01-27T09:26:11,145 Removed build tracker: '/tmp/pip-req-tracker-835jfsra'