2021-02-08T14:30:56,158 Created temporary directory: /tmp/pip-ephem-wheel-cache-_suzqsi5 2021-02-08T14:30:56,160 Created temporary directory: /tmp/pip-req-tracker-vbps7447 2021-02-08T14:30:56,161 Initialized build tracking at /tmp/pip-req-tracker-vbps7447 2021-02-08T14:30:56,161 Created build tracker: /tmp/pip-req-tracker-vbps7447 2021-02-08T14:30:56,161 Entered build tracker: /tmp/pip-req-tracker-vbps7447 2021-02-08T14:30:56,162 Created temporary directory: /tmp/pip-wheel-pwr0d4ir 2021-02-08T14:30:56,196 1 location(s) to search for versions of dwn: 2021-02-08T14:30:56,196 * https://pypi.org/simple/dwn/ 2021-02-08T14:30:56,197 Fetching project page and analyzing links: https://pypi.org/simple/dwn/ 2021-02-08T14:30:56,197 Getting page https://pypi.org/simple/dwn/ 2021-02-08T14:30:56,199 Found index url https://pypi.org/simple 2021-02-08T14:30:56,289 Found link https://files.pythonhosted.org/packages/07/a0/1da98f4360cf8c9aa8b27f6ee6aec5f6d9b38d64028d1fb526aefb07a263/dwn-1.0.0.tar.gz#sha256=c98ebe407c379c36d5f825367117de440977811438065fdf5b599d6ede197d49 (from https://pypi.org/simple/dwn/) (requires-python:>=3.5), version: 1.0.0 2021-02-08T14:30:56,303 Given no hashes to check 1 links for project 'dwn': discarding no candidates 2021-02-08T14:30:56,318 Collecting dwn==1.0.0 2021-02-08T14:30:56,320 Created temporary directory: /tmp/pip-unpack-q1dkzjmh 2021-02-08T14:30:56,412 Downloading dwn-1.0.0.tar.gz (8.7 kB) 2021-02-08T14:30:56,455 Added dwn==1.0.0 from https://files.pythonhosted.org/packages/07/a0/1da98f4360cf8c9aa8b27f6ee6aec5f6d9b38d64028d1fb526aefb07a263/dwn-1.0.0.tar.gz#sha256=c98ebe407c379c36d5f825367117de440977811438065fdf5b599d6ede197d49 to build tracker '/tmp/pip-req-tracker-vbps7447' 2021-02-08T14:30:56,456 Running setup.py (path:/tmp/pip-wheel-pwr0d4ir/dwn_762e94e6269040f4ba04a3440a0bafee/setup.py) egg_info for package dwn 2021-02-08T14:30:56,457 Created temporary directory: /tmp/pip-pip-egg-info-54ko45ai 2021-02-08T14:30:56,457 Running command python setup.py egg_info 2021-02-08T14:30:57,519 Traceback (most recent call last): 2021-02-08T14:30:57,520 File "", line 1, in 2021-02-08T14:30:57,520 File "/tmp/pip-wheel-pwr0d4ir/dwn_762e94e6269040f4ba04a3440a0bafee/setup.py", line 5, in 2021-02-08T14:30:57,520 from dwn.config import __version__ 2021-02-08T14:30:57,521 File "/tmp/pip-wheel-pwr0d4ir/dwn_762e94e6269040f4ba04a3440a0bafee/dwn/config.py", line 7, in 2021-02-08T14:30:57,521 from rich.console import Console as RichConsole 2021-02-08T14:30:57,522 ModuleNotFoundError: No module named 'rich' 2021-02-08T14:30:57,571 WARNING: Discarding https://files.pythonhosted.org/packages/07/a0/1da98f4360cf8c9aa8b27f6ee6aec5f6d9b38d64028d1fb526aefb07a263/dwn-1.0.0.tar.gz#sha256=c98ebe407c379c36d5f825367117de440977811438065fdf5b599d6ede197d49 (from https://pypi.org/simple/dwn/) (requires-python:>=3.5). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-02-08T14:30:57,572 ERROR: Could not find a version that satisfies the requirement dwn==1.0.0 2021-02-08T14:30:57,572 ERROR: No matching distribution found for dwn==1.0.0 2021-02-08T14:30:57,573 Exception information: 2021-02-08T14:30:57,573 Traceback (most recent call last): 2021-02-08T14:30:57,573 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion 2021-02-08T14:30:57,573 crit = self.state.criteria[name] 2021-02-08T14:30:57,573 KeyError: 'dwn' 2021-02-08T14:30:57,573 2021-02-08T14:30:57,573 During handling of the above exception, another exception occurred: 2021-02-08T14:30:57,573 2021-02-08T14:30:57,573 Traceback (most recent call last): 2021-02-08T14:30:57,573 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 318, in resolve 2021-02-08T14:30:57,573 name, crit = self._merge_into_criterion(r, parent=None) 2021-02-08T14:30:57,573 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-02-08T14:30:57,573 crit = Criterion.from_requirement(self._p, requirement, parent) 2021-02-08T14:30:57,573 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 83, in from_requirement 2021-02-08T14:30:57,573 raise RequirementsConflicted(criterion) 2021-02-08T14:30:57,573 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('dwn==1.0.0') 2021-02-08T14:30:57,573 2021-02-08T14:30:57,573 During handling of the above exception, another exception occurred: 2021-02-08T14:30:57,573 2021-02-08T14:30:57,573 Traceback (most recent call last): 2021-02-08T14:30:57,573 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 122, in resolve 2021-02-08T14:30:57,573 requirements, max_rounds=try_to_avoid_resolution_too_deep, 2021-02-08T14:30:57,573 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 453, in resolve 2021-02-08T14:30:57,573 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-02-08T14:30:57,573 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 320, in resolve 2021-02-08T14:30:57,573 raise ResolutionImpossible(e.criterion.information) 2021-02-08T14:30:57,573 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('dwn==1.0.0'), parent=None)] 2021-02-08T14:30:57,573 2021-02-08T14:30:57,573 The above exception was the direct cause of the following exception: 2021-02-08T14:30:57,573 2021-02-08T14:30:57,573 Traceback (most recent call last): 2021-02-08T14:30:57,573 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 189, in _main 2021-02-08T14:30:57,573 status = self.run(options, args) 2021-02-08T14:30:57,573 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 178, in wrapper 2021-02-08T14:30:57,573 return func(self, options, args) 2021-02-08T14:30:57,573 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 159, in run 2021-02-08T14:30:57,573 reqs, check_supported_wheels=True 2021-02-08T14:30:57,573 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-02-08T14:30:57,573 six.raise_from(error, e) 2021-02-08T14:30:57,573 File "", line 3, in raise_from 2021-02-08T14:30:57,573 pip._internal.exceptions.DistributionNotFound: No matching distribution found for dwn==1.0.0 2021-02-08T14:30:57,578 Removed dwn==1.0.0 from https://files.pythonhosted.org/packages/07/a0/1da98f4360cf8c9aa8b27f6ee6aec5f6d9b38d64028d1fb526aefb07a263/dwn-1.0.0.tar.gz#sha256=c98ebe407c379c36d5f825367117de440977811438065fdf5b599d6ede197d49 from build tracker '/tmp/pip-req-tracker-vbps7447' 2021-02-08T14:30:57,578 Removed build tracker: '/tmp/pip-req-tracker-vbps7447'