2021-07-09T02:17:07,962 Created temporary directory: /tmp/pip-ephem-wheel-cache-usvoql4p 2021-07-09T02:17:07,965 Created temporary directory: /tmp/pip-req-tracker-bnnz4_1n 2021-07-09T02:17:07,966 Initialized build tracking at /tmp/pip-req-tracker-bnnz4_1n 2021-07-09T02:17:07,966 Created build tracker: /tmp/pip-req-tracker-bnnz4_1n 2021-07-09T02:17:07,966 Entered build tracker: /tmp/pip-req-tracker-bnnz4_1n 2021-07-09T02:17:07,967 Created temporary directory: /tmp/pip-wheel-se2uhnvo 2021-07-09T02:17:08,003 1 location(s) to search for versions of zipaccess: 2021-07-09T02:17:08,003 * https://pypi.org/simple/zipaccess/ 2021-07-09T02:17:08,004 Fetching project page and analyzing links: https://pypi.org/simple/zipaccess/ 2021-07-09T02:17:08,004 Getting page https://pypi.org/simple/zipaccess/ 2021-07-09T02:17:08,006 Found index url https://pypi.org/simple 2021-07-09T02:17:08,188 Found link https://files.pythonhosted.org/packages/bf/2c/28912dea3e313d978987ce8c45bf81b2fb4e1a37cb67646e4ce1cfe8fe83/zipaccess-0.1rc1.zip#sha256=d88cb5d60fa25b4528f12b53694eac6cdabb5df964e6771397ba0b3df20e7fac (from https://pypi.org/simple/zipaccess/), version: 0.1rc1 2021-07-09T02:17:08,189 Skipping link: not a file: https://pypi.org/simple/zipaccess/ 2021-07-09T02:17:08,205 Given no hashes to check 1 links for project 'zipaccess': discarding no candidates 2021-07-09T02:17:08,222 Collecting zipaccess==0.1rc1 2021-07-09T02:17:08,224 Created temporary directory: /tmp/pip-unpack-qekaep9n 2021-07-09T02:17:08,395 Downloading zipaccess-0.1rc1.zip (9.6 kB) 2021-07-09T02:17:08,430 Added zipaccess==0.1rc1 from https://files.pythonhosted.org/packages/bf/2c/28912dea3e313d978987ce8c45bf81b2fb4e1a37cb67646e4ce1cfe8fe83/zipaccess-0.1rc1.zip#sha256=d88cb5d60fa25b4528f12b53694eac6cdabb5df964e6771397ba0b3df20e7fac to build tracker '/tmp/pip-req-tracker-bnnz4_1n' 2021-07-09T02:17:08,431 Running setup.py (path:/tmp/pip-wheel-se2uhnvo/zipaccess_6ce0a11658464cdcb6ac11acb19d6b61/setup.py) egg_info for package zipaccess 2021-07-09T02:17:08,431 Created temporary directory: /tmp/pip-pip-egg-info-dh7wf68u 2021-07-09T02:17:08,432 Running command python setup.py egg_info 2021-07-09T02:17:09,060 Traceback (most recent call last): 2021-07-09T02:17:09,061 File "", line 1, in 2021-07-09T02:17:09,062 File "/tmp/pip-wheel-se2uhnvo/zipaccess_6ce0a11658464cdcb6ac11acb19d6b61/setup.py", line 101 2021-07-09T02:17:09,062 except ImportError, e: 2021-07-09T02:17:09,062 ^ 2021-07-09T02:17:09,063 SyntaxError: invalid syntax 2021-07-09T02:17:09,110 WARNING: Discarding https://files.pythonhosted.org/packages/bf/2c/28912dea3e313d978987ce8c45bf81b2fb4e1a37cb67646e4ce1cfe8fe83/zipaccess-0.1rc1.zip#sha256=d88cb5d60fa25b4528f12b53694eac6cdabb5df964e6771397ba0b3df20e7fac (from https://pypi.org/simple/zipaccess/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T02:17:09,112 ERROR: Could not find a version that satisfies the requirement zipaccess==0.1rc1 (from versions: 0.1rc1) 2021-07-09T02:17:09,112 ERROR: No matching distribution found for zipaccess==0.1rc1 2021-07-09T02:17:09,112 Exception information: 2021-07-09T02:17:09,112 Traceback (most recent call last): 2021-07-09T02:17:09,112 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T02:17:09,112 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T02:17:09,112 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T02:17:09,112 raise RequirementsConflicted(criterion) 2021-07-09T02:17:09,112 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('zipaccess==0.1rc1') 2021-07-09T02:17:09,112 2021-07-09T02:17:09,112 During handling of the above exception, another exception occurred: 2021-07-09T02:17:09,112 2021-07-09T02:17:09,112 Traceback (most recent call last): 2021-07-09T02:17:09,112 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T02:17:09,112 result = self._result = resolver.resolve( 2021-07-09T02:17:09,112 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T02:17:09,112 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T02:17:09,112 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T02:17:09,112 raise ResolutionImpossible(e.criterion.information) 2021-07-09T02:17:09,112 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('zipaccess==0.1rc1'), parent=None)] 2021-07-09T02:17:09,112 2021-07-09T02:17:09,112 The above exception was the direct cause of the following exception: 2021-07-09T02:17:09,112 2021-07-09T02:17:09,112 Traceback (most recent call last): 2021-07-09T02:17:09,112 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T02:17:09,112 status = self.run(options, args) 2021-07-09T02:17:09,112 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T02:17:09,112 return func(self, options, args) 2021-07-09T02:17:09,112 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T02:17:09,112 requirement_set = resolver.resolve( 2021-07-09T02:17:09,112 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T02:17:09,112 raise error from e 2021-07-09T02:17:09,112 pip._internal.exceptions.DistributionNotFound: No matching distribution found for zipaccess==0.1rc1 2021-07-09T02:17:09,118 Removed zipaccess==0.1rc1 from https://files.pythonhosted.org/packages/bf/2c/28912dea3e313d978987ce8c45bf81b2fb4e1a37cb67646e4ce1cfe8fe83/zipaccess-0.1rc1.zip#sha256=d88cb5d60fa25b4528f12b53694eac6cdabb5df964e6771397ba0b3df20e7fac from build tracker '/tmp/pip-req-tracker-bnnz4_1n' 2021-07-09T02:17:09,118 Removed build tracker: '/tmp/pip-req-tracker-bnnz4_1n'