2019-07-03T01:45:58 Created temporary directory: /tmp/pip-ephem-wheel-cache-pm3dp35x 2019-07-03T01:45:58 Created temporary directory: /tmp/pip-req-tracker-4x9_4cyg 2019-07-03T01:45:58 Created requirements tracker '/tmp/pip-req-tracker-4x9_4cyg' 2019-07-03T01:45:58 Created temporary directory: /tmp/pip-wheel-cjd67wei 2019-07-03T01:45:58 Collecting sayhello==0.1.4 2019-07-03T01:45:58 1 location(s) to search for versions of sayhello: 2019-07-03T01:45:58 * https://pypi.org/simple/sayhello/ 2019-07-03T01:45:58 Getting page https://pypi.org/simple/sayhello/ 2019-07-03T01:45:58 Analyzing links from page https://pypi.org/simple/sayhello/ 2019-07-03T01:45:59 Found link https://files.pythonhosted.org/packages/fb/0a/4a3cc71e3178c76e9b3add9069c2563e31863ac918ed0f99ceb9cba8eb95/sayhello-0.1.0.tar.gz#sha256=75af71e8ccc95a3c0a208e853df6793e05aec4d23f840a7706a0053cffa8974a (from https://pypi.org/simple/sayhello/), version: 0.1.0 2019-07-03T01:45:59 Found link https://files.pythonhosted.org/packages/0b/65/dead7a63a64bd136c8e0093d10b70c8c882aac19558854d25e2ac567854a/sayhello-0.1.1.tar.gz#sha256=8921adcba51d4df2f0ab4facea32bb7a8df78f54d6acf915d3a3fbcd181c62c9 (from https://pypi.org/simple/sayhello/), version: 0.1.1 2019-07-03T01:45:59 Found link https://files.pythonhosted.org/packages/2d/11/131231745fc1f0ba8b06938353eab80daddef44762b35e1451aff411d9b4/sayhello-0.1.4.tar.gz#sha256=e943d25a0c178de1e48a20dbfbbd8fc88966c4c91c94904cc9132fdea2c4cf1d (from https://pypi.org/simple/sayhello/), version: 0.1.4 2019-07-03T01:45:59 Using version 0.1.4 (newest of versions: 0.1.4) 2019-07-03T01:45:59 Created temporary directory: /tmp/pip-unpack-jbwajm45 2019-07-03T01:45:59 Downloading https://files.pythonhosted.org/packages/2d/11/131231745fc1f0ba8b06938353eab80daddef44762b35e1451aff411d9b4/sayhello-0.1.4.tar.gz 2019-07-03T01:45:59 Downloading from URL https://files.pythonhosted.org/packages/2d/11/131231745fc1f0ba8b06938353eab80daddef44762b35e1451aff411d9b4/sayhello-0.1.4.tar.gz#sha256=e943d25a0c178de1e48a20dbfbbd8fc88966c4c91c94904cc9132fdea2c4cf1d (from https://pypi.org/simple/sayhello/) 2019-07-03T01:45:59 Added sayhello==0.1.4 from https://files.pythonhosted.org/packages/2d/11/131231745fc1f0ba8b06938353eab80daddef44762b35e1451aff411d9b4/sayhello-0.1.4.tar.gz#sha256=e943d25a0c178de1e48a20dbfbbd8fc88966c4c91c94904cc9132fdea2c4cf1d to build tracker '/tmp/pip-req-tracker-4x9_4cyg' 2019-07-03T01:45:59 Running setup.py (path:/tmp/pip-wheel-cjd67wei/sayhello/setup.py) egg_info for package sayhello 2019-07-03T01:45:59 Running command python setup.py egg_info 2019-07-03T01:46:00 Traceback (most recent call last): 2019-07-03T01:46:00 File "", line 1, in 2019-07-03T01:46:00 File "/tmp/pip-wheel-cjd67wei/sayhello/setup.py", line 6, in 2019-07-03T01:46:00 from sayhello.say import version 2019-07-03T01:46:00 File "/tmp/pip-wheel-cjd67wei/sayhello/sayhello/say.py", line 53, in 2019-07-03T01:46:00 from docopt import docopt 2019-07-03T01:46:00 ModuleNotFoundError: No module named 'docopt' 2019-07-03T01:46:01 Cleaning up... 2019-07-03T01:46:01 Removing source in /tmp/pip-wheel-cjd67wei/sayhello 2019-07-03T01:46:01 Removed sayhello==0.1.4 from https://files.pythonhosted.org/packages/2d/11/131231745fc1f0ba8b06938353eab80daddef44762b35e1451aff411d9b4/sayhello-0.1.4.tar.gz#sha256=e943d25a0c178de1e48a20dbfbbd8fc88966c4c91c94904cc9132fdea2c4cf1d from build tracker '/tmp/pip-req-tracker-4x9_4cyg' 2019-07-03T01:46:01 Removed build tracker '/tmp/pip-req-tracker-4x9_4cyg' 2019-07-03T01:46:01 ERROR: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-wheel-cjd67wei/sayhello/ 2019-07-03T01:46:01 Exception information: 2019-07-03T01:46:01 Traceback (most recent call last): 2019-07-03T01:46:01 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 178, in main 2019-07-03T01:46:01 status = self.run(options, args) 2019-07-03T01:46:01 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 164, in run 2019-07-03T01:46:01 resolver.resolve(requirement_set) 2019-07-03T01:46:01 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolve.py", line 131, in resolve 2019-07-03T01:46:01 self._resolve_one(requirement_set, req) 2019-07-03T01:46:01 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolve.py", line 294, in _resolve_one 2019-07-03T01:46:01 abstract_dist = self._get_abstract_dist_for(req_to_install) 2019-07-03T01:46:01 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolve.py", line 242, in _get_abstract_dist_for 2019-07-03T01:46:01 self.require_hashes 2019-07-03T01:46:01 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 362, in prepare_linked_requirement 2019-07-03T01:46:01 abstract_dist.prep_for_dist(finder, self.build_isolation) 2019-07-03T01:46:01 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 171, in prep_for_dist 2019-07-03T01:46:01 self.req.prepare_metadata() 2019-07-03T01:46:01 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 537, in prepare_metadata 2019-07-03T01:46:01 self.run_egg_info() 2019-07-03T01:46:01 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 615, in run_egg_info 2019-07-03T01:46:01 command_desc='python setup.py egg_info') 2019-07-03T01:46:01 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/misc.py", line 776, in call_subprocess 2019-07-03T01:46:01 % (command_desc, proc.returncode, cwd)) 2019-07-03T01:46:01 pip._internal.exceptions.InstallationError: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-wheel-cjd67wei/sayhello/