2019-07-08T07:27:00 Created temporary directory: /tmp/pip-ephem-wheel-cache-avh32sc9 2019-07-08T07:27:00 Created temporary directory: /tmp/pip-req-tracker-f049le69 2019-07-08T07:27:00 Created requirements tracker '/tmp/pip-req-tracker-f049le69' 2019-07-08T07:27:00 Created temporary directory: /tmp/pip-wheel-fez9e4b3 2019-07-08T07:27:00 Collecting brickmason==0.0.2 2019-07-08T07:27:00 1 location(s) to search for versions of brickmason: 2019-07-08T07:27:00 * https://pypi.org/simple/brickmason/ 2019-07-08T07:27:00 Getting page https://pypi.org/simple/brickmason/ 2019-07-08T07:27:00 Analyzing links from page https://pypi.org/simple/brickmason/ 2019-07-08T07:27:00 Found link https://files.pythonhosted.org/packages/54/ef/945d8e8f57dc6e8030551b6a4122480559084ffd6c01d2988e02cca5570a/brickmason-0.0.1.tar.gz#sha256=485d7ebea2e81ab25235f2115f7eaec4ebd242a2061d5549097a21fb2d83bbe0 (from https://pypi.org/simple/brickmason/), version: 0.0.1 2019-07-08T07:27:00 Found link https://files.pythonhosted.org/packages/07/6c/fb1ce46d2357255d1d25a5ee2dfa120c1c713b57338449f8399be8bad72e/brickmason-0.0.2.tar.gz#sha256=97056f476c161e8574f22fe1b4b0a3a47f2603701af50080e17d681bc6f913b9 (from https://pypi.org/simple/brickmason/), version: 0.0.2 2019-07-08T07:27:00 Using version 0.0.2 (newest of versions: 0.0.2) 2019-07-08T07:27:00 Created temporary directory: /tmp/pip-unpack-v6zf8thf 2019-07-08T07:27:00 Downloading https://files.pythonhosted.org/packages/07/6c/fb1ce46d2357255d1d25a5ee2dfa120c1c713b57338449f8399be8bad72e/brickmason-0.0.2.tar.gz 2019-07-08T07:27:00 Downloading from URL https://files.pythonhosted.org/packages/07/6c/fb1ce46d2357255d1d25a5ee2dfa120c1c713b57338449f8399be8bad72e/brickmason-0.0.2.tar.gz#sha256=97056f476c161e8574f22fe1b4b0a3a47f2603701af50080e17d681bc6f913b9 (from https://pypi.org/simple/brickmason/) 2019-07-08T07:27:00 Added brickmason==0.0.2 from https://files.pythonhosted.org/packages/07/6c/fb1ce46d2357255d1d25a5ee2dfa120c1c713b57338449f8399be8bad72e/brickmason-0.0.2.tar.gz#sha256=97056f476c161e8574f22fe1b4b0a3a47f2603701af50080e17d681bc6f913b9 to build tracker '/tmp/pip-req-tracker-f049le69' 2019-07-08T07:27:00 Running setup.py (path:/tmp/pip-wheel-fez9e4b3/brickmason/setup.py) egg_info for package brickmason 2019-07-08T07:27:00 Running command python setup.py egg_info 2019-07-08T07:27:02 Traceback (most recent call last): 2019-07-08T07:27:02 File "", line 1, in 2019-07-08T07:27:02 File "/tmp/pip-wheel-fez9e4b3/brickmason/setup.py", line 2 2019-07-08T07:27:02 print find_packages() 2019-07-08T07:27:02 ^ 2019-07-08T07:27:02 SyntaxError: invalid syntax 2019-07-08T07:27:02 Cleaning up... 2019-07-08T07:27:02 Removing source in /tmp/pip-wheel-fez9e4b3/brickmason 2019-07-08T07:27:02 Removed brickmason==0.0.2 from https://files.pythonhosted.org/packages/07/6c/fb1ce46d2357255d1d25a5ee2dfa120c1c713b57338449f8399be8bad72e/brickmason-0.0.2.tar.gz#sha256=97056f476c161e8574f22fe1b4b0a3a47f2603701af50080e17d681bc6f913b9 from build tracker '/tmp/pip-req-tracker-f049le69' 2019-07-08T07:27:02 Removed build tracker '/tmp/pip-req-tracker-f049le69' 2019-07-08T07:27:02 ERROR: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-wheel-fez9e4b3/brickmason/ 2019-07-08T07:27:02 Exception information: 2019-07-08T07:27:02 Traceback (most recent call last): 2019-07-08T07:27:02 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/base_command.py", line 178, in main 2019-07-08T07:27:02 status = self.run(options, args) 2019-07-08T07:27:02 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/commands/wheel.py", line 164, in run 2019-07-08T07:27:02 resolver.resolve(requirement_set) 2019-07-08T07:27:02 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolve.py", line 131, in resolve 2019-07-08T07:27:02 self._resolve_one(requirement_set, req) 2019-07-08T07:27:02 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolve.py", line 294, in _resolve_one 2019-07-08T07:27:02 abstract_dist = self._get_abstract_dist_for(req_to_install) 2019-07-08T07:27:02 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolve.py", line 242, in _get_abstract_dist_for 2019-07-08T07:27:02 self.require_hashes 2019-07-08T07:27:02 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/operations/prepare.py", line 362, in prepare_linked_requirement 2019-07-08T07:27:02 abstract_dist.prep_for_dist(finder, self.build_isolation) 2019-07-08T07:27:02 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/operations/prepare.py", line 171, in prep_for_dist 2019-07-08T07:27:02 self.req.prepare_metadata() 2019-07-08T07:27:02 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/req/req_install.py", line 537, in prepare_metadata 2019-07-08T07:27:02 self.run_egg_info() 2019-07-08T07:27:02 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/req/req_install.py", line 615, in run_egg_info 2019-07-08T07:27:02 command_desc='python setup.py egg_info') 2019-07-08T07:27:02 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/utils/misc.py", line 776, in call_subprocess 2019-07-08T07:27:02 % (command_desc, proc.returncode, cwd)) 2019-07-08T07:27:02 pip._internal.exceptions.InstallationError: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-wheel-fez9e4b3/brickmason/