2019-08-14T14:55:25 Created temporary directory: /tmp/pip-ephem-wheel-cache-gb_inali 2019-08-14T14:55:25 Created temporary directory: /tmp/pip-req-tracker-zlvmdi2c 2019-08-14T14:55:25 Created requirements tracker '/tmp/pip-req-tracker-zlvmdi2c' 2019-08-14T14:55:25 Created temporary directory: /tmp/pip-wheel-d_ep0hzi 2019-08-14T14:55:25 Collecting paxb==0.1.0 2019-08-14T14:55:25 1 location(s) to search for versions of paxb: 2019-08-14T14:55:25 * https://pypi.org/simple/paxb/ 2019-08-14T14:55:25 Getting page https://pypi.org/simple/paxb/ 2019-08-14T14:55:25 Analyzing links from page https://pypi.org/simple/paxb/ 2019-08-14T14:55:26 Skipping link https://files.pythonhosted.org/packages/00/3c/61e8c6595db47b7b30030b2ac4ddde4ff681efa02b9d5f603d03d57e5424/paxb-0.1.0-py3.7.egg#sha256=bf218dee6fba2daf65f5c49a440f88ba40dd0f3241be4f426deb9a94f20bba82 (from https://pypi.org/simple/paxb/) (requires-python:>=3.5); unsupported archive format: .egg 2019-08-14T14:55:26 Found link https://files.pythonhosted.org/packages/e7/e2/26f922f1b80dcaf63a32a30deedf6cced718cd03a13ce28e39491fda2036/paxb-0.1.0.tar.gz#sha256=f6dd89db21c24747e3a56b6f2620a46ecfd286637730aa2f42dbe4824016b817 (from https://pypi.org/simple/paxb/) (requires-python:>=3.5), version: 0.1.0 2019-08-14T14:55:26 Using version 0.1.0 (newest of versions: 0.1.0) 2019-08-14T14:55:26 Created temporary directory: /tmp/pip-unpack-i14en7bc 2019-08-14T14:55:26 Downloading https://files.pythonhosted.org/packages/e7/e2/26f922f1b80dcaf63a32a30deedf6cced718cd03a13ce28e39491fda2036/paxb-0.1.0.tar.gz 2019-08-14T14:55:26 Downloading from URL https://files.pythonhosted.org/packages/e7/e2/26f922f1b80dcaf63a32a30deedf6cced718cd03a13ce28e39491fda2036/paxb-0.1.0.tar.gz#sha256=f6dd89db21c24747e3a56b6f2620a46ecfd286637730aa2f42dbe4824016b817 (from https://pypi.org/simple/paxb/) (requires-python:>=3.5) 2019-08-14T14:55:26 Added paxb==0.1.0 from https://files.pythonhosted.org/packages/e7/e2/26f922f1b80dcaf63a32a30deedf6cced718cd03a13ce28e39491fda2036/paxb-0.1.0.tar.gz#sha256=f6dd89db21c24747e3a56b6f2620a46ecfd286637730aa2f42dbe4824016b817 to build tracker '/tmp/pip-req-tracker-zlvmdi2c' 2019-08-14T14:55:26 Running setup.py (path:/tmp/pip-wheel-d_ep0hzi/paxb/setup.py) egg_info for package paxb 2019-08-14T14:55:26 Running command python setup.py egg_info 2019-08-14T14:55:27 Traceback (most recent call last): 2019-08-14T14:55:27 File "", line 1, in 2019-08-14T14:55:27 File "/tmp/pip-wheel-d_ep0hzi/paxb/setup.py", line 7, in 2019-08-14T14:55:27 import paxb 2019-08-14T14:55:27 File "/tmp/pip-wheel-d_ep0hzi/paxb/paxb/__init__.py", line 26, in 2019-08-14T14:55:27 from .paxb import ( 2019-08-14T14:55:27 File "/tmp/pip-wheel-d_ep0hzi/paxb/paxb/paxb.py", line 3, in 2019-08-14T14:55:27 import attr 2019-08-14T14:55:27 ModuleNotFoundError: No module named 'attr' 2019-08-14T14:55:27 Cleaning up... 2019-08-14T14:55:27 Removing source in /tmp/pip-wheel-d_ep0hzi/paxb 2019-08-14T14:55:27 Removed paxb==0.1.0 from https://files.pythonhosted.org/packages/e7/e2/26f922f1b80dcaf63a32a30deedf6cced718cd03a13ce28e39491fda2036/paxb-0.1.0.tar.gz#sha256=f6dd89db21c24747e3a56b6f2620a46ecfd286637730aa2f42dbe4824016b817 from build tracker '/tmp/pip-req-tracker-zlvmdi2c' 2019-08-14T14:55:27 Removed build tracker '/tmp/pip-req-tracker-zlvmdi2c' 2019-08-14T14:55:27 ERROR: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-wheel-d_ep0hzi/paxb/ 2019-08-14T14:55:27 Exception information: 2019-08-14T14:55:27 Traceback (most recent call last): 2019-08-14T14:55:27 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 178, in main 2019-08-14T14:55:27 status = self.run(options, args) 2019-08-14T14:55:27 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 164, in run 2019-08-14T14:55:27 resolver.resolve(requirement_set) 2019-08-14T14:55:27 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolve.py", line 131, in resolve 2019-08-14T14:55:27 self._resolve_one(requirement_set, req) 2019-08-14T14:55:27 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolve.py", line 294, in _resolve_one 2019-08-14T14:55:27 abstract_dist = self._get_abstract_dist_for(req_to_install) 2019-08-14T14:55:27 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolve.py", line 242, in _get_abstract_dist_for 2019-08-14T14:55:27 self.require_hashes 2019-08-14T14:55:27 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 362, in prepare_linked_requirement 2019-08-14T14:55:27 abstract_dist.prep_for_dist(finder, self.build_isolation) 2019-08-14T14:55:27 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 171, in prep_for_dist 2019-08-14T14:55:27 self.req.prepare_metadata() 2019-08-14T14:55:27 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 537, in prepare_metadata 2019-08-14T14:55:27 self.run_egg_info() 2019-08-14T14:55:27 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 615, in run_egg_info 2019-08-14T14:55:27 command_desc='python setup.py egg_info') 2019-08-14T14:55:27 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/misc.py", line 776, in call_subprocess 2019-08-14T14:55:27 % (command_desc, proc.returncode, cwd)) 2019-08-14T14:55:27 pip._internal.exceptions.InstallationError: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-wheel-d_ep0hzi/paxb/