2019-07-02T12:51:19 Created temporary directory: /tmp/pip-ephem-wheel-cache-fxknx2gf 2019-07-02T12:51:19 Created temporary directory: /tmp/pip-req-tracker-tahgatc_ 2019-07-02T12:51:19 Created requirements tracker '/tmp/pip-req-tracker-tahgatc_' 2019-07-02T12:51:19 Created temporary directory: /tmp/pip-wheel-a9in5nmu 2019-07-02T12:51:19 Collecting giti==0.0.5 2019-07-02T12:51:19 1 location(s) to search for versions of giti: 2019-07-02T12:51:19 * https://pypi.org/simple/giti/ 2019-07-02T12:51:19 Getting page https://pypi.org/simple/giti/ 2019-07-02T12:51:20 Analyzing links from page https://pypi.org/simple/giti/ 2019-07-02T12:51:20 Found link https://files.pythonhosted.org/packages/cb/ac/daaffda0281006888784f12ef7aa8cdbbe4ac2147dd02b3cff0213a8c52e/giti-0.0.5.tar.gz#sha256=e1e9c71907089af6bd75245179c619bc8f52785fdbd1e8b8e2bd28df31918a7a (from https://pypi.org/simple/giti/), version: 0.0.5 2019-07-02T12:51:20 Found link https://files.pythonhosted.org/packages/c4/67/0dcd4f09494c327c15f673b0686d02be969c82b6fb17f2e0017e1ba5154c/giti-0.0.6.tar.gz#sha256=9c1618a260a113e8f9972660036fcb52e9a5ada78c0166d2d1dc47409e574f9f (from https://pypi.org/simple/giti/), version: 0.0.6 2019-07-02T12:51:20 Found link https://files.pythonhosted.org/packages/3c/0b/2c9bcc28ba4fd0c4ff03f833db0bcca7b06fd347cbefc9d998d7e0ebd8f4/giti-0.0.7.tar.gz#sha256=98d90b9b6021c83d56a6f5c45fcb0b1188992a074d9f6a8cf29c0bf462010a4c (from https://pypi.org/simple/giti/), version: 0.0.7 2019-07-02T12:51:20 Using version 0.0.5 (newest of versions: 0.0.5) 2019-07-02T12:51:20 Created temporary directory: /tmp/pip-unpack-bzrqvm83 2019-07-02T12:51:20 Downloading https://files.pythonhosted.org/packages/cb/ac/daaffda0281006888784f12ef7aa8cdbbe4ac2147dd02b3cff0213a8c52e/giti-0.0.5.tar.gz 2019-07-02T12:51:20 Downloading from URL https://files.pythonhosted.org/packages/cb/ac/daaffda0281006888784f12ef7aa8cdbbe4ac2147dd02b3cff0213a8c52e/giti-0.0.5.tar.gz#sha256=e1e9c71907089af6bd75245179c619bc8f52785fdbd1e8b8e2bd28df31918a7a (from https://pypi.org/simple/giti/) 2019-07-02T12:51:20 Added giti==0.0.5 from https://files.pythonhosted.org/packages/cb/ac/daaffda0281006888784f12ef7aa8cdbbe4ac2147dd02b3cff0213a8c52e/giti-0.0.5.tar.gz#sha256=e1e9c71907089af6bd75245179c619bc8f52785fdbd1e8b8e2bd28df31918a7a to build tracker '/tmp/pip-req-tracker-tahgatc_' 2019-07-02T12:51:20 Running setup.py (path:/tmp/pip-wheel-a9in5nmu/giti/setup.py) egg_info for package giti 2019-07-02T12:51:20 Running command python setup.py egg_info 2019-07-02T12:51:21 Traceback (most recent call last): 2019-07-02T12:51:21 File "", line 1, in 2019-07-02T12:51:21 File "/tmp/pip-wheel-a9in5nmu/giti/setup.py", line 3, in 2019-07-02T12:51:21 LONG_DESC = open('pypi_readme.rst').read() 2019-07-02T12:51:21 FileNotFoundError: [Errno 2] No such file or directory: 'pypi_readme.rst' 2019-07-02T12:51:21 Cleaning up... 2019-07-02T12:51:21 Removing source in /tmp/pip-wheel-a9in5nmu/giti 2019-07-02T12:51:21 Removed giti==0.0.5 from https://files.pythonhosted.org/packages/cb/ac/daaffda0281006888784f12ef7aa8cdbbe4ac2147dd02b3cff0213a8c52e/giti-0.0.5.tar.gz#sha256=e1e9c71907089af6bd75245179c619bc8f52785fdbd1e8b8e2bd28df31918a7a from build tracker '/tmp/pip-req-tracker-tahgatc_' 2019-07-02T12:51:21 Removed build tracker '/tmp/pip-req-tracker-tahgatc_' 2019-07-02T12:51:21 ERROR: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-wheel-a9in5nmu/giti/ 2019-07-02T12:51:21 Exception information: 2019-07-02T12:51:21 Traceback (most recent call last): 2019-07-02T12:51:21 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 178, in main 2019-07-02T12:51:21 status = self.run(options, args) 2019-07-02T12:51:21 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 164, in run 2019-07-02T12:51:21 resolver.resolve(requirement_set) 2019-07-02T12:51:21 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolve.py", line 131, in resolve 2019-07-02T12:51:21 self._resolve_one(requirement_set, req) 2019-07-02T12:51:21 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolve.py", line 294, in _resolve_one 2019-07-02T12:51:21 abstract_dist = self._get_abstract_dist_for(req_to_install) 2019-07-02T12:51:21 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolve.py", line 242, in _get_abstract_dist_for 2019-07-02T12:51:21 self.require_hashes 2019-07-02T12:51:21 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 362, in prepare_linked_requirement 2019-07-02T12:51:21 abstract_dist.prep_for_dist(finder, self.build_isolation) 2019-07-02T12:51:21 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 171, in prep_for_dist 2019-07-02T12:51:21 self.req.prepare_metadata() 2019-07-02T12:51:21 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 537, in prepare_metadata 2019-07-02T12:51:21 self.run_egg_info() 2019-07-02T12:51:21 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 615, in run_egg_info 2019-07-02T12:51:21 command_desc='python setup.py egg_info') 2019-07-02T12:51:21 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/misc.py", line 776, in call_subprocess 2019-07-02T12:51:21 % (command_desc, proc.returncode, cwd)) 2019-07-02T12:51:21 pip._internal.exceptions.InstallationError: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-wheel-a9in5nmu/giti/