2019-07-05T17:34:43 Created temporary directory: /tmp/pip-ephem-wheel-cache-60_1rv7s 2019-07-05T17:34:43 Created temporary directory: /tmp/pip-req-tracker-mipd0ijy 2019-07-05T17:34:43 Created requirements tracker '/tmp/pip-req-tracker-mipd0ijy' 2019-07-05T17:34:43 Created temporary directory: /tmp/pip-wheel-nwguji5l 2019-07-05T17:34:43 Collecting testas==0.1 2019-07-05T17:34:43 1 location(s) to search for versions of testas: 2019-07-05T17:34:43 * https://pypi.org/simple/testas/ 2019-07-05T17:34:43 Getting page https://pypi.org/simple/testas/ 2019-07-05T17:34:43 Analyzing links from page https://pypi.org/simple/testas/ 2019-07-05T17:34:43 Found link https://files.pythonhosted.org/packages/35/3e/0ef9613ffd85a8be716fd5989bda14a341a2890311abce54bac087921dd9/testas-0.1.tar.gz#sha256=d8525ac2610d570fffefffe41ba68c993b04ee1334b11a5506db2b395e2e96ff (from https://pypi.org/simple/testas/), version: 0.1 2019-07-05T17:34:43 Using version 0.1 (newest of versions: 0.1) 2019-07-05T17:34:43 Created temporary directory: /tmp/pip-unpack-9i11lh5u 2019-07-05T17:34:43 Downloading https://files.pythonhosted.org/packages/35/3e/0ef9613ffd85a8be716fd5989bda14a341a2890311abce54bac087921dd9/testas-0.1.tar.gz 2019-07-05T17:34:43 Downloading from URL https://files.pythonhosted.org/packages/35/3e/0ef9613ffd85a8be716fd5989bda14a341a2890311abce54bac087921dd9/testas-0.1.tar.gz#sha256=d8525ac2610d570fffefffe41ba68c993b04ee1334b11a5506db2b395e2e96ff (from https://pypi.org/simple/testas/) 2019-07-05T17:34:43 Added testas==0.1 from https://files.pythonhosted.org/packages/35/3e/0ef9613ffd85a8be716fd5989bda14a341a2890311abce54bac087921dd9/testas-0.1.tar.gz#sha256=d8525ac2610d570fffefffe41ba68c993b04ee1334b11a5506db2b395e2e96ff to build tracker '/tmp/pip-req-tracker-mipd0ijy' 2019-07-05T17:34:43 Running setup.py (path:/tmp/pip-wheel-nwguji5l/testas/setup.py) egg_info for package testas 2019-07-05T17:34:43 Running command python setup.py egg_info 2019-07-05T17:34:45 running egg_info 2019-07-05T17:34:45 creating pip-egg-info/testas.egg-info 2019-07-05T17:34:45 writing pip-egg-info/testas.egg-info/PKG-INFO 2019-07-05T17:34:45 writing dependency_links to pip-egg-info/testas.egg-info/dependency_links.txt 2019-07-05T17:34:45 writing entry points to pip-egg-info/testas.egg-info/entry_points.txt 2019-07-05T17:34:45 writing requirements to pip-egg-info/testas.egg-info/requires.txt 2019-07-05T17:34:45 writing top-level names to pip-egg-info/testas.egg-info/top_level.txt 2019-07-05T17:34:45 writing manifest file 'pip-egg-info/testas.egg-info/SOURCES.txt' 2019-07-05T17:34:45 error: package directory 'testas' does not exist 2019-07-05T17:34:45 Cleaning up... 2019-07-05T17:34:45 Removing source in /tmp/pip-wheel-nwguji5l/testas 2019-07-05T17:34:45 Removed testas==0.1 from https://files.pythonhosted.org/packages/35/3e/0ef9613ffd85a8be716fd5989bda14a341a2890311abce54bac087921dd9/testas-0.1.tar.gz#sha256=d8525ac2610d570fffefffe41ba68c993b04ee1334b11a5506db2b395e2e96ff from build tracker '/tmp/pip-req-tracker-mipd0ijy' 2019-07-05T17:34:45 Removed build tracker '/tmp/pip-req-tracker-mipd0ijy' 2019-07-05T17:34:45 ERROR: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-wheel-nwguji5l/testas/ 2019-07-05T17:34:45 Exception information: 2019-07-05T17:34:45 Traceback (most recent call last): 2019-07-05T17:34:45 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/base_command.py", line 178, in main 2019-07-05T17:34:45 status = self.run(options, args) 2019-07-05T17:34:45 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/commands/wheel.py", line 164, in run 2019-07-05T17:34:45 resolver.resolve(requirement_set) 2019-07-05T17:34:45 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolve.py", line 131, in resolve 2019-07-05T17:34:45 self._resolve_one(requirement_set, req) 2019-07-05T17:34:45 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolve.py", line 294, in _resolve_one 2019-07-05T17:34:45 abstract_dist = self._get_abstract_dist_for(req_to_install) 2019-07-05T17:34:45 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolve.py", line 242, in _get_abstract_dist_for 2019-07-05T17:34:45 self.require_hashes 2019-07-05T17:34:45 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/operations/prepare.py", line 362, in prepare_linked_requirement 2019-07-05T17:34:45 abstract_dist.prep_for_dist(finder, self.build_isolation) 2019-07-05T17:34:45 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/operations/prepare.py", line 171, in prep_for_dist 2019-07-05T17:34:45 self.req.prepare_metadata() 2019-07-05T17:34:45 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/req/req_install.py", line 537, in prepare_metadata 2019-07-05T17:34:45 self.run_egg_info() 2019-07-05T17:34:45 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/req/req_install.py", line 615, in run_egg_info 2019-07-05T17:34:45 command_desc='python setup.py egg_info') 2019-07-05T17:34:45 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/utils/misc.py", line 776, in call_subprocess 2019-07-05T17:34:45 % (command_desc, proc.returncode, cwd)) 2019-07-05T17:34:45 pip._internal.exceptions.InstallationError: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-wheel-nwguji5l/testas/