2021-03-19T20:54:01,029 Created temporary directory: /tmp/pip-ephem-wheel-cache-qky28jq7 2021-03-19T20:54:01,032 Created temporary directory: /tmp/pip-req-tracker-6eepr6in 2021-03-19T20:54:01,032 Initialized build tracking at /tmp/pip-req-tracker-6eepr6in 2021-03-19T20:54:01,032 Created build tracker: /tmp/pip-req-tracker-6eepr6in 2021-03-19T20:54:01,033 Entered build tracker: /tmp/pip-req-tracker-6eepr6in 2021-03-19T20:54:01,033 Created temporary directory: /tmp/pip-wheel-n8aiidnp 2021-03-19T20:54:01,062 1 location(s) to search for versions of cryptofetch: 2021-03-19T20:54:01,062 * https://pypi.org/simple/cryptofetch/ 2021-03-19T20:54:01,062 Fetching project page and analyzing links: https://pypi.org/simple/cryptofetch/ 2021-03-19T20:54:01,063 Getting page https://pypi.org/simple/cryptofetch/ 2021-03-19T20:54:01,065 Found index url https://pypi.org/simple 2021-03-19T20:54:01,173 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/51/13/fe6f141aad156863b8fd342309f08b973281acbb6d807034096213eff2fd/cryptofetch-1.2.0-py3-none-any.whl#sha256=f0f61336a35c075cdb55400605d191b0b475d5b2ca22bc3f17cbeca3ee50da7d (from https://pypi.org/simple/cryptofetch/) (requires-python:>=3.8) 2021-03-19T20:54:01,174 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/21/bd/e89b6d6a18ebd7423ee949e6aef2a5b170726dd1a8a5ee072efaa93fd1c0/cryptofetch-1.2.0.tar.gz#sha256=139d45b89bb0c2fa44938fc2b3d7d0ebd89f31db9cc6c8c681829ecb16ba934a (from https://pypi.org/simple/cryptofetch/) (requires-python:>=3.8) 2021-03-19T20:54:01,175 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/26/33/3c988ace3e4f735b3de492af421614218ea6f6d40be719d7dc1831c8d703/cryptofetch-1.2.1-py3-none-any.whl#sha256=ee62a266895911f26fcac9328257a799723dd9770cb46a984220869554324936 (from https://pypi.org/simple/cryptofetch/) (requires-python:>=3.8) 2021-03-19T20:54:01,175 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/cf/df/8a91b525bca575aadcc293bd3463b0cc0a7cdb9e1ab634996e79d5761d57/cryptofetch-1.2.1.tar.gz#sha256=57f663b08b7a7f2b71c89fc26f36d16bac8f10d8793f4fa1d13e5c0c19e24a8a (from https://pypi.org/simple/cryptofetch/) (requires-python:>=3.8) 2021-03-19T20:54:01,176 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/32/7f/ae53e98f17637858fc3331999736612659c473a57ed30da14c9f9eeab2f9/cryptofetch-1.2.2-py3-none-any.whl#sha256=dfc304fc7daf23959f4e1ed219363efd48ab99e9ea3c9095076cb2121947a603 (from https://pypi.org/simple/cryptofetch/) (requires-python:>=3.8) 2021-03-19T20:54:01,176 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/41/4a/4fa8591cf59841a85b52dad9c2971549f8c107aefc843ff89f699485fb84/cryptofetch-1.2.2.tar.gz#sha256=69d045edbdb552e785135e076737b60441078827ce01f761003c2b1c7cb40ace (from https://pypi.org/simple/cryptofetch/) (requires-python:>=3.8) 2021-03-19T20:54:01,177 Given no hashes to check 0 links for project 'cryptofetch': discarding no candidates 2021-03-19T20:54:01,177 ERROR: Could not find a version that satisfies the requirement cryptofetch==1.2.2 2021-03-19T20:54:01,177 ERROR: No matching distribution found for cryptofetch==1.2.2 2021-03-19T20:54:01,178 Exception information: 2021-03-19T20:54:01,178 Traceback (most recent call last): 2021-03-19T20:54:01,178 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion 2021-03-19T20:54:01,178 crit = self.state.criteria[name] 2021-03-19T20:54:01,178 KeyError: 'cryptofetch' 2021-03-19T20:54:01,178 2021-03-19T20:54:01,178 During handling of the above exception, another exception occurred: 2021-03-19T20:54:01,178 2021-03-19T20:54:01,178 Traceback (most recent call last): 2021-03-19T20:54:01,178 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 318, in resolve 2021-03-19T20:54:01,178 name, crit = self._merge_into_criterion(r, parent=None) 2021-03-19T20:54:01,178 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-03-19T20:54:01,178 crit = Criterion.from_requirement(self._p, requirement, parent) 2021-03-19T20:54:01,178 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 83, in from_requirement 2021-03-19T20:54:01,178 raise RequirementsConflicted(criterion) 2021-03-19T20:54:01,178 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('cryptofetch==1.2.2') 2021-03-19T20:54:01,178 2021-03-19T20:54:01,178 During handling of the above exception, another exception occurred: 2021-03-19T20:54:01,178 2021-03-19T20:54:01,178 Traceback (most recent call last): 2021-03-19T20:54:01,178 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 122, in resolve 2021-03-19T20:54:01,178 requirements, max_rounds=try_to_avoid_resolution_too_deep, 2021-03-19T20:54:01,178 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 453, in resolve 2021-03-19T20:54:01,178 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-03-19T20:54:01,178 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 320, in resolve 2021-03-19T20:54:01,178 raise ResolutionImpossible(e.criterion.information) 2021-03-19T20:54:01,178 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('cryptofetch==1.2.2'), parent=None)] 2021-03-19T20:54:01,178 2021-03-19T20:54:01,178 The above exception was the direct cause of the following exception: 2021-03-19T20:54:01,178 2021-03-19T20:54:01,178 Traceback (most recent call last): 2021-03-19T20:54:01,178 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 189, in _main 2021-03-19T20:54:01,178 status = self.run(options, args) 2021-03-19T20:54:01,178 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 178, in wrapper 2021-03-19T20:54:01,178 return func(self, options, args) 2021-03-19T20:54:01,178 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 159, in run 2021-03-19T20:54:01,178 reqs, check_supported_wheels=True 2021-03-19T20:54:01,178 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-03-19T20:54:01,178 six.raise_from(error, e) 2021-03-19T20:54:01,178 File "", line 3, in raise_from 2021-03-19T20:54:01,178 pip._internal.exceptions.DistributionNotFound: No matching distribution found for cryptofetch==1.2.2 2021-03-19T20:54:01,182 Removed build tracker: '/tmp/pip-req-tracker-6eepr6in'