2021-07-10T08:18:58,340 Created temporary directory: /tmp/pip-ephem-wheel-cache-es0oydvn 2021-07-10T08:18:58,342 Created temporary directory: /tmp/pip-req-tracker-l3my2qkw 2021-07-10T08:18:58,343 Initialized build tracking at /tmp/pip-req-tracker-l3my2qkw 2021-07-10T08:18:58,343 Created build tracker: /tmp/pip-req-tracker-l3my2qkw 2021-07-10T08:18:58,343 Entered build tracker: /tmp/pip-req-tracker-l3my2qkw 2021-07-10T08:18:58,344 Created temporary directory: /tmp/pip-wheel-8omhy0gx 2021-07-10T08:18:58,376 1 location(s) to search for versions of strap: 2021-07-10T08:18:58,376 * https://pypi.org/simple/strap/ 2021-07-10T08:18:58,377 Fetching project page and analyzing links: https://pypi.org/simple/strap/ 2021-07-10T08:18:58,377 Getting page https://pypi.org/simple/strap/ 2021-07-10T08:18:58,379 Found index url https://pypi.org/simple 2021-07-10T08:18:58,559 Found link https://files.pythonhosted.org/packages/ab/55/e0425db822de267350f8f4128fb776a0c688eefa942414770dac73f8f394/strap-0.4.tar.gz#sha256=33a04a4d3d14aa43b8b13e57f7e414b63985d44a76b4941ff728cfbdb8c93327 (from https://pypi.org/simple/strap/), version: 0.4 2021-07-10T08:18:58,560 Skipping link: not a file: https://pypi.org/simple/strap/ 2021-07-10T08:18:58,577 Given no hashes to check 1 links for project 'strap': discarding no candidates 2021-07-10T08:18:58,596 Collecting strap==0.4 2021-07-10T08:18:58,598 Created temporary directory: /tmp/pip-unpack-5jrojs86 2021-07-10T08:18:58,773 Downloading strap-0.4.tar.gz (9.9 kB) 2021-07-10T08:18:58,828 Added strap==0.4 from https://files.pythonhosted.org/packages/ab/55/e0425db822de267350f8f4128fb776a0c688eefa942414770dac73f8f394/strap-0.4.tar.gz#sha256=33a04a4d3d14aa43b8b13e57f7e414b63985d44a76b4941ff728cfbdb8c93327 to build tracker '/tmp/pip-req-tracker-l3my2qkw' 2021-07-10T08:18:58,829 Running setup.py (path:/tmp/pip-wheel-8omhy0gx/strap_6c8ccd4b8c7943e28e7a220026fef1c3/setup.py) egg_info for package strap 2021-07-10T08:18:58,830 Created temporary directory: /tmp/pip-pip-egg-info-0k0r1bqj 2021-07-10T08:18:58,830 Running command python setup.py egg_info 2021-07-10T08:18:59,541 Traceback (most recent call last): 2021-07-10T08:18:59,541 File "", line 1, in 2021-07-10T08:18:59,541 File "/tmp/pip-wheel-8omhy0gx/strap_6c8ccd4b8c7943e28e7a220026fef1c3/setup.py", line 19, in 2021-07-10T08:18:59,542 from strap import PACKAGE_VERSION 2021-07-10T08:18:59,542 File "/tmp/pip-wheel-8omhy0gx/strap_6c8ccd4b8c7943e28e7a220026fef1c3/strap/__init__.py", line 80 2021-07-10T08:18:59,542 raise StrapProtocolError, "peer unexpectedly closed connection" 2021-07-10T08:18:59,543 ^ 2021-07-10T08:18:59,543 SyntaxError: invalid syntax 2021-07-10T08:18:59,589 WARNING: Discarding https://files.pythonhosted.org/packages/ab/55/e0425db822de267350f8f4128fb776a0c688eefa942414770dac73f8f394/strap-0.4.tar.gz#sha256=33a04a4d3d14aa43b8b13e57f7e414b63985d44a76b4941ff728cfbdb8c93327 (from https://pypi.org/simple/strap/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-10T08:18:59,591 ERROR: Could not find a version that satisfies the requirement strap==0.4 (from versions: 0.4) 2021-07-10T08:18:59,591 ERROR: No matching distribution found for strap==0.4 2021-07-10T08:18:59,591 Exception information: 2021-07-10T08:18:59,591 Traceback (most recent call last): 2021-07-10T08:18:59,591 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-10T08:18:59,591 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-10T08:18:59,591 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-10T08:18:59,591 raise RequirementsConflicted(criterion) 2021-07-10T08:18:59,591 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('strap==0.4') 2021-07-10T08:18:59,591 2021-07-10T08:18:59,591 During handling of the above exception, another exception occurred: 2021-07-10T08:18:59,591 2021-07-10T08:18:59,591 Traceback (most recent call last): 2021-07-10T08:18:59,591 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-10T08:18:59,591 result = self._result = resolver.resolve( 2021-07-10T08:18:59,591 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-10T08:18:59,591 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-10T08:18:59,591 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-10T08:18:59,591 raise ResolutionImpossible(e.criterion.information) 2021-07-10T08:18:59,591 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('strap==0.4'), parent=None)] 2021-07-10T08:18:59,591 2021-07-10T08:18:59,591 The above exception was the direct cause of the following exception: 2021-07-10T08:18:59,591 2021-07-10T08:18:59,591 Traceback (most recent call last): 2021-07-10T08:18:59,591 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-10T08:18:59,591 status = self.run(options, args) 2021-07-10T08:18:59,591 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-10T08:18:59,591 return func(self, options, args) 2021-07-10T08:18:59,591 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-10T08:18:59,591 requirement_set = resolver.resolve( 2021-07-10T08:18:59,591 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-10T08:18:59,591 raise error from e 2021-07-10T08:18:59,591 pip._internal.exceptions.DistributionNotFound: No matching distribution found for strap==0.4 2021-07-10T08:18:59,596 Removed strap==0.4 from https://files.pythonhosted.org/packages/ab/55/e0425db822de267350f8f4128fb776a0c688eefa942414770dac73f8f394/strap-0.4.tar.gz#sha256=33a04a4d3d14aa43b8b13e57f7e414b63985d44a76b4941ff728cfbdb8c93327 from build tracker '/tmp/pip-req-tracker-l3my2qkw' 2021-07-10T08:18:59,596 Removed build tracker: '/tmp/pip-req-tracker-l3my2qkw'