2021-07-09T10:29:12,394 Created temporary directory: /tmp/pip-ephem-wheel-cache-g_irnziq 2021-07-09T10:29:12,397 Created temporary directory: /tmp/pip-req-tracker-ax1zqnkc 2021-07-09T10:29:12,397 Initialized build tracking at /tmp/pip-req-tracker-ax1zqnkc 2021-07-09T10:29:12,397 Created build tracker: /tmp/pip-req-tracker-ax1zqnkc 2021-07-09T10:29:12,397 Entered build tracker: /tmp/pip-req-tracker-ax1zqnkc 2021-07-09T10:29:12,398 Created temporary directory: /tmp/pip-wheel-1jxz8198 2021-07-09T10:29:12,431 1 location(s) to search for versions of python-libarchive: 2021-07-09T10:29:12,431 * https://pypi.org/simple/python-libarchive/ 2021-07-09T10:29:12,432 Fetching project page and analyzing links: https://pypi.org/simple/python-libarchive/ 2021-07-09T10:29:12,432 Getting page https://pypi.org/simple/python-libarchive/ 2021-07-09T10:29:12,434 Found index url https://pypi.org/simple 2021-07-09T10:29:12,598 Found link https://files.pythonhosted.org/packages/c8/a6/3019a11fc89d88d4d3b23d00bd07dc7cfe8601e559c72afaa97901ea61e4/python-libarchive-3.1.2-1.tar.gz#sha256=e51a56fd06148a979abddd0a6512dbdd2913a529063adab28cf4015dfccc653b (from https://pypi.org/simple/python-libarchive/), version: 3.1.2-1 2021-07-09T10:29:12,598 Found link https://files.pythonhosted.org/packages/9a/6d/f320b0fbf9aa1eb2eead7a4a8cf5d7802d83a9938b527fe6b1df8ac85046/python-libarchive-4.0.0.post1.tar.gz#sha256=ad42437ccb3541bbf46f7bbc840749fc1608304eac7f64c66fee595760c7422d (from https://pypi.org/simple/python-libarchive/), version: 4.0.0.post1 2021-07-09T10:29:12,598 Found link https://files.pythonhosted.org/packages/eb/da/ed182b7b738c598d6bcae9534bd6c701f87d73404f164dba92709bca9149/python-libarchive-4.0.1.post1.tar.gz#sha256=488b56a6f42927a60a2d8c5d908be286435139ec211c9770f77b5bd133351160 (from https://pypi.org/simple/python-libarchive/), version: 4.0.1.post1 2021-07-09T10:29:12,599 Skipping link: not a file: https://pypi.org/simple/python-libarchive/ 2021-07-09T10:29:12,615 Given no hashes to check 1 links for project 'python-libarchive': discarding no candidates 2021-07-09T10:29:12,633 Collecting python-libarchive==3.1.2-1 2021-07-09T10:29:12,634 Created temporary directory: /tmp/pip-unpack-21zgv4xe 2021-07-09T10:29:12,845 Downloading python-libarchive-3.1.2-1.tar.gz (73 kB) 2021-07-09T10:29:12,936 Added python-libarchive==3.1.2-1 from https://files.pythonhosted.org/packages/c8/a6/3019a11fc89d88d4d3b23d00bd07dc7cfe8601e559c72afaa97901ea61e4/python-libarchive-3.1.2-1.tar.gz#sha256=e51a56fd06148a979abddd0a6512dbdd2913a529063adab28cf4015dfccc653b to build tracker '/tmp/pip-req-tracker-ax1zqnkc' 2021-07-09T10:29:12,937 Running setup.py (path:/tmp/pip-wheel-1jxz8198/python-libarchive_daeeb5476dc74e3b81f25bed190c4474/setup.py) egg_info for package python-libarchive 2021-07-09T10:29:12,938 Created temporary directory: /tmp/pip-pip-egg-info-mhubg518 2021-07-09T10:29:12,939 Running command python setup.py egg_info 2021-07-09T10:29:13,723 Traceback (most recent call last): 2021-07-09T10:29:13,724 File "", line 1, in 2021-07-09T10:29:13,724 File "/tmp/pip-wheel-1jxz8198/python-libarchive_daeeb5476dc74e3b81f25bed190c4474/setup.py", line 45, in 2021-07-09T10:29:13,724 long_description = file(readme).read() 2021-07-09T10:29:13,725 NameError: name 'file' is not defined 2021-07-09T10:29:13,784 WARNING: Discarding https://files.pythonhosted.org/packages/c8/a6/3019a11fc89d88d4d3b23d00bd07dc7cfe8601e559c72afaa97901ea61e4/python-libarchive-3.1.2-1.tar.gz#sha256=e51a56fd06148a979abddd0a6512dbdd2913a529063adab28cf4015dfccc653b (from https://pypi.org/simple/python-libarchive/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T10:29:13,786 ERROR: Could not find a version that satisfies the requirement python-libarchive==3.1.2-1 (from versions: 3.1.2.post1, 4.0.0.post1, 4.0.1.post1) 2021-07-09T10:29:13,786 ERROR: No matching distribution found for python-libarchive==3.1.2-1 2021-07-09T10:29:13,786 Exception information: 2021-07-09T10:29:13,786 Traceback (most recent call last): 2021-07-09T10:29:13,786 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T10:29:13,786 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T10:29:13,786 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T10:29:13,786 raise RequirementsConflicted(criterion) 2021-07-09T10:29:13,786 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('python-libarchive==3.1.2-1') 2021-07-09T10:29:13,786 2021-07-09T10:29:13,786 During handling of the above exception, another exception occurred: 2021-07-09T10:29:13,786 2021-07-09T10:29:13,786 Traceback (most recent call last): 2021-07-09T10:29:13,786 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T10:29:13,786 result = self._result = resolver.resolve( 2021-07-09T10:29:13,786 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T10:29:13,786 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T10:29:13,786 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T10:29:13,786 raise ResolutionImpossible(e.criterion.information) 2021-07-09T10:29:13,786 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('python-libarchive==3.1.2-1'), parent=None)] 2021-07-09T10:29:13,786 2021-07-09T10:29:13,786 The above exception was the direct cause of the following exception: 2021-07-09T10:29:13,786 2021-07-09T10:29:13,786 Traceback (most recent call last): 2021-07-09T10:29:13,786 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T10:29:13,786 status = self.run(options, args) 2021-07-09T10:29:13,786 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T10:29:13,786 return func(self, options, args) 2021-07-09T10:29:13,786 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T10:29:13,786 requirement_set = resolver.resolve( 2021-07-09T10:29:13,786 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T10:29:13,786 raise error from e 2021-07-09T10:29:13,786 pip._internal.exceptions.DistributionNotFound: No matching distribution found for python-libarchive==3.1.2-1 2021-07-09T10:29:13,791 Removed python-libarchive==3.1.2-1 from https://files.pythonhosted.org/packages/c8/a6/3019a11fc89d88d4d3b23d00bd07dc7cfe8601e559c72afaa97901ea61e4/python-libarchive-3.1.2-1.tar.gz#sha256=e51a56fd06148a979abddd0a6512dbdd2913a529063adab28cf4015dfccc653b from build tracker '/tmp/pip-req-tracker-ax1zqnkc' 2021-07-09T10:29:13,792 Removed build tracker: '/tmp/pip-req-tracker-ax1zqnkc'