2021-07-09T05:48:09,125 Created temporary directory: /tmp/pip-ephem-wheel-cache-xpt_8fpr 2021-07-09T05:48:09,128 Created temporary directory: /tmp/pip-req-tracker-143wm6s5 2021-07-09T05:48:09,128 Initialized build tracking at /tmp/pip-req-tracker-143wm6s5 2021-07-09T05:48:09,129 Created build tracker: /tmp/pip-req-tracker-143wm6s5 2021-07-09T05:48:09,129 Entered build tracker: /tmp/pip-req-tracker-143wm6s5 2021-07-09T05:48:09,129 Created temporary directory: /tmp/pip-wheel-ta00dbw9 2021-07-09T05:48:09,162 1 location(s) to search for versions of fabric-logging: 2021-07-09T05:48:09,162 * https://pypi.org/simple/fabric-logging/ 2021-07-09T05:48:09,163 Fetching project page and analyzing links: https://pypi.org/simple/fabric-logging/ 2021-07-09T05:48:09,163 Getting page https://pypi.org/simple/fabric-logging/ 2021-07-09T05:48:09,165 Found index url https://pypi.org/simple 2021-07-09T05:48:09,345 Found link https://files.pythonhosted.org/packages/77/bd/9deb474d633fc0e5ad987f54f5498a5db9571d5994442ad531728cf32792/fabric-logging-0.1.0.tar.gz#sha256=b33e51aa81d734840901abb23737a139586068a58df655e2c514b8994e7cc6dc (from https://pypi.org/simple/fabric-logging/), version: 0.1.0 2021-07-09T05:48:09,345 Skipping link: not a file: https://pypi.org/simple/fabric-logging/ 2021-07-09T05:48:09,361 Given no hashes to check 1 links for project 'fabric-logging': discarding no candidates 2021-07-09T05:48:09,379 Collecting fabric-logging==0.1.0 2021-07-09T05:48:09,381 Created temporary directory: /tmp/pip-unpack-wfe_e4we 2021-07-09T05:48:09,639 Downloading fabric-logging-0.1.0.tar.gz (197 kB) 2021-07-09T05:48:09,961 Added fabric-logging==0.1.0 from https://files.pythonhosted.org/packages/77/bd/9deb474d633fc0e5ad987f54f5498a5db9571d5994442ad531728cf32792/fabric-logging-0.1.0.tar.gz#sha256=b33e51aa81d734840901abb23737a139586068a58df655e2c514b8994e7cc6dc to build tracker '/tmp/pip-req-tracker-143wm6s5' 2021-07-09T05:48:09,962 Running setup.py (path:/tmp/pip-wheel-ta00dbw9/fabric-logging_ef0af53e46c441459aaa6464c6489235/setup.py) egg_info for package fabric-logging 2021-07-09T05:48:09,963 Created temporary directory: /tmp/pip-pip-egg-info-ffwrxry4 2021-07-09T05:48:09,963 Running command python setup.py egg_info 2021-07-09T05:48:10,586 Traceback (most recent call last): 2021-07-09T05:48:10,587 File "", line 1, in 2021-07-09T05:48:10,587 File "/tmp/pip-wheel-ta00dbw9/fabric-logging_ef0af53e46c441459aaa6464c6489235/setup.py", line 7, in 2021-07-09T05:48:10,588 from fabric.version import get_version 2021-07-09T05:48:10,588 File "/tmp/pip-wheel-ta00dbw9/fabric-logging_ef0af53e46c441459aaa6464c6489235/fabric/version.py", line 104 2021-07-09T05:48:10,588 print get_version('all') 2021-07-09T05:48:10,588 ^ 2021-07-09T05:48:10,589 SyntaxError: invalid syntax 2021-07-09T05:48:10,638 WARNING: Discarding https://files.pythonhosted.org/packages/77/bd/9deb474d633fc0e5ad987f54f5498a5db9571d5994442ad531728cf32792/fabric-logging-0.1.0.tar.gz#sha256=b33e51aa81d734840901abb23737a139586068a58df655e2c514b8994e7cc6dc (from https://pypi.org/simple/fabric-logging/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T05:48:10,639 ERROR: Could not find a version that satisfies the requirement fabric-logging==0.1.0 (from versions: 0.1.0) 2021-07-09T05:48:10,639 ERROR: No matching distribution found for fabric-logging==0.1.0 2021-07-09T05:48:10,640 Exception information: 2021-07-09T05:48:10,640 Traceback (most recent call last): 2021-07-09T05:48:10,640 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T05:48:10,640 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T05:48:10,640 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T05:48:10,640 raise RequirementsConflicted(criterion) 2021-07-09T05:48:10,640 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('fabric-logging==0.1.0') 2021-07-09T05:48:10,640 2021-07-09T05:48:10,640 During handling of the above exception, another exception occurred: 2021-07-09T05:48:10,640 2021-07-09T05:48:10,640 Traceback (most recent call last): 2021-07-09T05:48:10,640 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T05:48:10,640 result = self._result = resolver.resolve( 2021-07-09T05:48:10,640 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T05:48:10,640 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T05:48:10,640 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T05:48:10,640 raise ResolutionImpossible(e.criterion.information) 2021-07-09T05:48:10,640 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('fabric-logging==0.1.0'), parent=None)] 2021-07-09T05:48:10,640 2021-07-09T05:48:10,640 The above exception was the direct cause of the following exception: 2021-07-09T05:48:10,640 2021-07-09T05:48:10,640 Traceback (most recent call last): 2021-07-09T05:48:10,640 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T05:48:10,640 status = self.run(options, args) 2021-07-09T05:48:10,640 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T05:48:10,640 return func(self, options, args) 2021-07-09T05:48:10,640 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T05:48:10,640 requirement_set = resolver.resolve( 2021-07-09T05:48:10,640 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T05:48:10,640 raise error from e 2021-07-09T05:48:10,640 pip._internal.exceptions.DistributionNotFound: No matching distribution found for fabric-logging==0.1.0 2021-07-09T05:48:10,644 Removed fabric-logging==0.1.0 from https://files.pythonhosted.org/packages/77/bd/9deb474d633fc0e5ad987f54f5498a5db9571d5994442ad531728cf32792/fabric-logging-0.1.0.tar.gz#sha256=b33e51aa81d734840901abb23737a139586068a58df655e2c514b8994e7cc6dc from build tracker '/tmp/pip-req-tracker-143wm6s5' 2021-07-09T05:48:10,645 Removed build tracker: '/tmp/pip-req-tracker-143wm6s5'