2019-06-28T11:57:22 Created temporary directory: /tmp/pip-ephem-wheel-cache-2j85se96 2019-06-28T11:57:22 Created temporary directory: /tmp/pip-req-tracker-4asu4jd6 2019-06-28T11:57:22 Created requirements tracker '/tmp/pip-req-tracker-4asu4jd6' 2019-06-28T11:57:22 Created temporary directory: /tmp/pip-wheel-pftue4u1 2019-06-28T11:57:22 Collecting virtualenvwrapper.project==1.3 2019-06-28T11:57:22 1 location(s) to search for versions of virtualenvwrapper.project: 2019-06-28T11:57:22 * https://pypi.org/simple/virtualenvwrapper-project/ 2019-06-28T11:57:22 Getting page https://pypi.org/simple/virtualenvwrapper-project/ 2019-06-28T11:57:22 Analyzing links from page https://pypi.org/simple/virtualenvwrapper-project/ 2019-06-28T11:57:22 Found link https://files.pythonhosted.org/packages/51/fb/3f232d6b7d63617aec1995fc83e702a7005d1f4e6fa25aaeaee479d1d952/virtualenvwrapper.project-1.2.tar.gz#sha256=0e0947284be65391093204a0287db66f93def6ea907ed82fea60f8d642fd00e2 (from https://pypi.org/simple/virtualenvwrapper-project/), version: 1.2 2019-06-28T11:57:22 Found link https://files.pythonhosted.org/packages/e3/28/7d56c920c972aeee1051468909c2e14e844ad8358394e5abfa2669c2353e/virtualenvwrapper.project-1.3.tar.gz#sha256=c9afdb7baa165adb9eb4ea417ea0117a62a9cdef10518a184ef03e51de1d4e76 (from https://pypi.org/simple/virtualenvwrapper-project/), version: 1.3 2019-06-28T11:57:22 Using version 1.3 (newest of versions: 1.3) 2019-06-28T11:57:22 Created temporary directory: /tmp/pip-unpack-pnl3ieyk 2019-06-28T11:57:23 Downloading https://files.pythonhosted.org/packages/e3/28/7d56c920c972aeee1051468909c2e14e844ad8358394e5abfa2669c2353e/virtualenvwrapper.project-1.3.tar.gz (79kB) 2019-06-28T11:57:23 Downloading from URL https://files.pythonhosted.org/packages/e3/28/7d56c920c972aeee1051468909c2e14e844ad8358394e5abfa2669c2353e/virtualenvwrapper.project-1.3.tar.gz#sha256=c9afdb7baa165adb9eb4ea417ea0117a62a9cdef10518a184ef03e51de1d4e76 (from https://pypi.org/simple/virtualenvwrapper-project/) 2019-06-28T11:57:23 Added virtualenvwrapper.project==1.3 from https://files.pythonhosted.org/packages/e3/28/7d56c920c972aeee1051468909c2e14e844ad8358394e5abfa2669c2353e/virtualenvwrapper.project-1.3.tar.gz#sha256=c9afdb7baa165adb9eb4ea417ea0117a62a9cdef10518a184ef03e51de1d4e76 to build tracker '/tmp/pip-req-tracker-4asu4jd6' 2019-06-28T11:57:23 Running setup.py (path:/tmp/pip-wheel-pftue4u1/virtualenvwrapper.project/setup.py) egg_info for package virtualenvwrapper.project 2019-06-28T11:57:23 Running command python setup.py egg_info 2019-06-28T11:57:24 Downloading http://pypi.python.org/packages/source/d/distribute/distribute-0.6.10.tar.gz 2019-06-28T11:57:24 Traceback (most recent call last): 2019-06-28T11:57:24 File "/tmp/pip-wheel-pftue4u1/virtualenvwrapper.project/distribute_setup.py", line 143, in use_setuptools 2019-06-28T11:57:24 raise ImportError 2019-06-28T11:57:24 ImportError 2019-06-28T11:57:24 During handling of the above exception, another exception occurred: 2019-06-28T11:57:24 Traceback (most recent call last): 2019-06-28T11:57:24 File "", line 1, in 2019-06-28T11:57:24 File "/tmp/pip-wheel-pftue4u1/virtualenvwrapper.project/setup.py", line 8, in 2019-06-28T11:57:24 distribute_setup.use_setuptools() 2019-06-28T11:57:24 File "/tmp/pip-wheel-pftue4u1/virtualenvwrapper.project/distribute_setup.py", line 145, in use_setuptools 2019-06-28T11:57:24 return _do_download(version, download_base, to_dir, download_delay) 2019-06-28T11:57:24 File "/tmp/pip-wheel-pftue4u1/virtualenvwrapper.project/distribute_setup.py", line 124, in _do_download 2019-06-28T11:57:24 to_dir, download_delay) 2019-06-28T11:57:24 File "/tmp/pip-wheel-pftue4u1/virtualenvwrapper.project/distribute_setup.py", line 193, in download_setuptools 2019-06-28T11:57:24 src = urlopen(url) 2019-06-28T11:57:24 File "/usr/lib/python3.7/urllib/request.py", line 222, in urlopen 2019-06-28T11:57:24 return opener.open(url, data, timeout) 2019-06-28T11:57:24 File "/usr/lib/python3.7/urllib/request.py", line 531, in open 2019-06-28T11:57:24 response = meth(req, response) 2019-06-28T11:57:24 File "/usr/lib/python3.7/urllib/request.py", line 641, in http_response 2019-06-28T11:57:24 'http', request, response, code, msg, hdrs) 2019-06-28T11:57:24 File "/usr/lib/python3.7/urllib/request.py", line 569, in error 2019-06-28T11:57:24 return self._call_chain(*args) 2019-06-28T11:57:24 File "/usr/lib/python3.7/urllib/request.py", line 503, in _call_chain 2019-06-28T11:57:24 result = func(*args) 2019-06-28T11:57:24 File "/usr/lib/python3.7/urllib/request.py", line 649, in http_error_default 2019-06-28T11:57:24 raise HTTPError(req.full_url, code, msg, hdrs, fp) 2019-06-28T11:57:24 urllib.error.HTTPError: HTTP Error 403: SSL is required 2019-06-28T11:57:25 Cleaning up... 2019-06-28T11:57:25 Removing source in /tmp/pip-wheel-pftue4u1/virtualenvwrapper.project 2019-06-28T11:57:25 Removed virtualenvwrapper.project==1.3 from https://files.pythonhosted.org/packages/e3/28/7d56c920c972aeee1051468909c2e14e844ad8358394e5abfa2669c2353e/virtualenvwrapper.project-1.3.tar.gz#sha256=c9afdb7baa165adb9eb4ea417ea0117a62a9cdef10518a184ef03e51de1d4e76 from build tracker '/tmp/pip-req-tracker-4asu4jd6' 2019-06-28T11:57:25 Removed build tracker '/tmp/pip-req-tracker-4asu4jd6' 2019-06-28T11:57:25 ERROR: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-wheel-pftue4u1/virtualenvwrapper.project/ 2019-06-28T11:57:25 Exception information: 2019-06-28T11:57:25 Traceback (most recent call last): 2019-06-28T11:57:25 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 178, in main 2019-06-28T11:57:25 status = self.run(options, args) 2019-06-28T11:57:25 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 164, in run 2019-06-28T11:57:25 resolver.resolve(requirement_set) 2019-06-28T11:57:25 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolve.py", line 131, in resolve 2019-06-28T11:57:25 self._resolve_one(requirement_set, req) 2019-06-28T11:57:25 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolve.py", line 294, in _resolve_one 2019-06-28T11:57:25 abstract_dist = self._get_abstract_dist_for(req_to_install) 2019-06-28T11:57:25 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolve.py", line 242, in _get_abstract_dist_for 2019-06-28T11:57:25 self.require_hashes 2019-06-28T11:57:25 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 362, in prepare_linked_requirement 2019-06-28T11:57:25 abstract_dist.prep_for_dist(finder, self.build_isolation) 2019-06-28T11:57:25 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 171, in prep_for_dist 2019-06-28T11:57:25 self.req.prepare_metadata() 2019-06-28T11:57:25 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 537, in prepare_metadata 2019-06-28T11:57:25 self.run_egg_info() 2019-06-28T11:57:25 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 615, in run_egg_info 2019-06-28T11:57:25 command_desc='python setup.py egg_info') 2019-06-28T11:57:25 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/misc.py", line 776, in call_subprocess 2019-06-28T11:57:25 % (command_desc, proc.returncode, cwd)) 2019-06-28T11:57:25 pip._internal.exceptions.InstallationError: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-wheel-pftue4u1/virtualenvwrapper.project/