2019-07-02T14:43:59 Created temporary directory: /tmp/pip-ephem-wheel-cache-r5ok4mm7 2019-07-02T14:43:59 Created temporary directory: /tmp/pip-req-tracker-owidauf6 2019-07-02T14:43:59 Created requirements tracker '/tmp/pip-req-tracker-owidauf6' 2019-07-02T14:43:59 Created temporary directory: /tmp/pip-wheel-m5w6qtj6 2019-07-02T14:43:59 Collecting crfst==0.2 2019-07-02T14:43:59 1 location(s) to search for versions of crfst: 2019-07-02T14:43:59 * https://pypi.org/simple/crfst/ 2019-07-02T14:43:59 Getting page https://pypi.org/simple/crfst/ 2019-07-02T14:44:00 Analyzing links from page https://pypi.org/simple/crfst/ 2019-07-02T14:44:00 Found link https://files.pythonhosted.org/packages/29/6d/d6cb76f25a892a3ff4d2fc051a54e841c2f6f4f578536a0ac437d62f4920/crfst-0.2.tar.gz#sha256=57b6063b588458c990d74e61d6bf41ba385395bb099b0fcde7cda6f22baf7259 (from https://pypi.org/simple/crfst/), version: 0.2 2019-07-02T14:44:00 Using version 0.2 (newest of versions: 0.2) 2019-07-02T14:44:00 Created temporary directory: /tmp/pip-unpack-bi9_1_ab 2019-07-02T14:44:00 Downloading https://files.pythonhosted.org/packages/29/6d/d6cb76f25a892a3ff4d2fc051a54e841c2f6f4f578536a0ac437d62f4920/crfst-0.2.tar.gz 2019-07-02T14:44:00 Downloading from URL https://files.pythonhosted.org/packages/29/6d/d6cb76f25a892a3ff4d2fc051a54e841c2f6f4f578536a0ac437d62f4920/crfst-0.2.tar.gz#sha256=57b6063b588458c990d74e61d6bf41ba385395bb099b0fcde7cda6f22baf7259 (from https://pypi.org/simple/crfst/) 2019-07-02T14:44:00 Added crfst==0.2 from https://files.pythonhosted.org/packages/29/6d/d6cb76f25a892a3ff4d2fc051a54e841c2f6f4f578536a0ac437d62f4920/crfst-0.2.tar.gz#sha256=57b6063b588458c990d74e61d6bf41ba385395bb099b0fcde7cda6f22baf7259 to build tracker '/tmp/pip-req-tracker-owidauf6' 2019-07-02T14:44:00 Running setup.py (path:/tmp/pip-wheel-m5w6qtj6/crfst/setup.py) egg_info for package crfst 2019-07-02T14:44:00 Running command python setup.py egg_info 2019-07-02T14:44:01 Traceback (most recent call last): 2019-07-02T14:44:01 File "", line 1, in 2019-07-02T14:44:01 File "/tmp/pip-wheel-m5w6qtj6/crfst/setup.py", line 21, in 2019-07-02T14:44:01 long_description=read('README.md'), 2019-07-02T14:44:01 File "/tmp/pip-wheel-m5w6qtj6/crfst/setup.py", line 9, in read 2019-07-02T14:44:01 return open(os.path.join(os.path.dirname(__file__), fname)).read() 2019-07-02T14:44:01 FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-wheel-m5w6qtj6/crfst/README.md' 2019-07-02T14:44:01 Cleaning up... 2019-07-02T14:44:01 Removing source in /tmp/pip-wheel-m5w6qtj6/crfst 2019-07-02T14:44:01 Removed crfst==0.2 from https://files.pythonhosted.org/packages/29/6d/d6cb76f25a892a3ff4d2fc051a54e841c2f6f4f578536a0ac437d62f4920/crfst-0.2.tar.gz#sha256=57b6063b588458c990d74e61d6bf41ba385395bb099b0fcde7cda6f22baf7259 from build tracker '/tmp/pip-req-tracker-owidauf6' 2019-07-02T14:44:01 Removed build tracker '/tmp/pip-req-tracker-owidauf6' 2019-07-02T14:44:01 ERROR: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-wheel-m5w6qtj6/crfst/ 2019-07-02T14:44:01 Exception information: 2019-07-02T14:44:01 Traceback (most recent call last): 2019-07-02T14:44:01 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/base_command.py", line 178, in main 2019-07-02T14:44:01 status = self.run(options, args) 2019-07-02T14:44:01 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/commands/wheel.py", line 164, in run 2019-07-02T14:44:01 resolver.resolve(requirement_set) 2019-07-02T14:44:01 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolve.py", line 131, in resolve 2019-07-02T14:44:01 self._resolve_one(requirement_set, req) 2019-07-02T14:44:01 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolve.py", line 294, in _resolve_one 2019-07-02T14:44:01 abstract_dist = self._get_abstract_dist_for(req_to_install) 2019-07-02T14:44:01 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolve.py", line 242, in _get_abstract_dist_for 2019-07-02T14:44:01 self.require_hashes 2019-07-02T14:44:01 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/operations/prepare.py", line 362, in prepare_linked_requirement 2019-07-02T14:44:01 abstract_dist.prep_for_dist(finder, self.build_isolation) 2019-07-02T14:44:01 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/operations/prepare.py", line 171, in prep_for_dist 2019-07-02T14:44:01 self.req.prepare_metadata() 2019-07-02T14:44:01 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/req/req_install.py", line 537, in prepare_metadata 2019-07-02T14:44:01 self.run_egg_info() 2019-07-02T14:44:01 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/req/req_install.py", line 615, in run_egg_info 2019-07-02T14:44:01 command_desc='python setup.py egg_info') 2019-07-02T14:44:01 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/utils/misc.py", line 776, in call_subprocess 2019-07-02T14:44:01 % (command_desc, proc.returncode, cwd)) 2019-07-02T14:44:01 pip._internal.exceptions.InstallationError: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-wheel-m5w6qtj6/crfst/