2020-09-20T00:03:36,266 Created temporary directory: /tmp/pip-ephem-wheel-cache-gs1vupou 2020-09-20T00:03:36,269 Created temporary directory: /tmp/pip-req-tracker-2tgxw4xb 2020-09-20T00:03:36,270 Initialized build tracking at /tmp/pip-req-tracker-2tgxw4xb 2020-09-20T00:03:36,270 Created build tracker: /tmp/pip-req-tracker-2tgxw4xb 2020-09-20T00:03:36,270 Entered build tracker: /tmp/pip-req-tracker-2tgxw4xb 2020-09-20T00:03:36,270 Created temporary directory: /tmp/pip-wheel-l2odfr91 2020-09-20T00:03:36,278 1 location(s) to search for versions of nosy: 2020-09-20T00:03:36,278 * https://pypi.org/simple/nosy/ 2020-09-20T00:03:36,279 Fetching project page and analyzing links: https://pypi.org/simple/nosy/ 2020-09-20T00:03:36,279 Getting page https://pypi.org/simple/nosy/ 2020-09-20T00:03:36,281 Found index url https://pypi.org/simple 2020-09-20T00:03:36,366 Found link https://files.pythonhosted.org/packages/53/34/188ad6b5581788d6d432454b94b291b231badf00e6ef5c41add46c40861f/nosy-1.1.tar.gz#sha256=cb385c372257c56a6c8b5b731f5ac45e640d3c38d094fc685ceb3311d0a00fc3 (from https://pypi.org/simple/nosy/), version: 1.1 2020-09-20T00:03:36,367 Found link https://files.pythonhosted.org/packages/c2/3a/e73b896ad620ff6c2e959199401f266a78485717f17acac5c4282a1471e0/nosy-1.1.1.tar.gz#sha256=17a6bb6d8496c8b83c457826f59663ff5ec6b49c40eba9b8797fbebf899ba53e (from https://pypi.org/simple/nosy/), version: 1.1.1 2020-09-20T00:03:36,367 Found link https://files.pythonhosted.org/packages/74/dc/c6b2d78f4249e5e67c7e1f12152c4de858aea8c9bfa97169671ca9d05d75/nosy-1.1.2.tar.gz#sha256=a43f1930a69ec87e0e692cf280d7c32af7805e1080ce9e5587c75ad9c56b6645 (from https://pypi.org/simple/nosy/), version: 1.1.2 2020-09-20T00:03:36,367 Found link https://files.pythonhosted.org/packages/e8/04/bdcd0e6454d3c169993b3fe4785c0f0ca5d8a770188e4fbab89a9055f5cd/nosy-1.2.tar.gz#sha256=d64fc82753c5f47857e8fdb84ecb4a7c5b110b376cb20b39d157f9f8ebc4a46c (from https://pypi.org/simple/nosy/), version: 1.2 2020-09-20T00:03:36,372 Given no hashes to check 1 links for project 'nosy': discarding no candidates 2020-09-20T00:03:36,372 Using version 1.1 (newest of versions: 1.1) 2020-09-20T00:03:36,375 Collecting nosy==1.1 2020-09-20T00:03:36,377 Created temporary directory: /tmp/pip-unpack-5_52e9i8 2020-09-20T00:03:36,416 Downloading nosy-1.1.tar.gz (11 kB) 2020-09-20T00:03:36,462 Added nosy==1.1 from https://files.pythonhosted.org/packages/53/34/188ad6b5581788d6d432454b94b291b231badf00e6ef5c41add46c40861f/nosy-1.1.tar.gz#sha256=cb385c372257c56a6c8b5b731f5ac45e640d3c38d094fc685ceb3311d0a00fc3 to build tracker '/tmp/pip-req-tracker-2tgxw4xb' 2020-09-20T00:03:36,463 Running setup.py (path:/tmp/pip-wheel-l2odfr91/nosy/setup.py) egg_info for package nosy 2020-09-20T00:03:36,464 Created temporary directory: /tmp/pip-pip-egg-info-o4fzbgvn 2020-09-20T00:03:36,464 Running command python setup.py egg_info 2020-09-20T00:03:37,390 Downloading http://pypi.python.org/packages/source/d/distribute/distribute-0.6.10.tar.gz 2020-09-20T00:03:37,417 Traceback (most recent call last): 2020-09-20T00:03:37,418 File "/tmp/pip-wheel-l2odfr91/nosy/distribute_setup.py", line 143, in use_setuptools 2020-09-20T00:03:37,418 raise ImportError 2020-09-20T00:03:37,418 ImportError 2020-09-20T00:03:37,419 During handling of the above exception, another exception occurred: 2020-09-20T00:03:37,420 Traceback (most recent call last): 2020-09-20T00:03:37,420 File "", line 1, in 2020-09-20T00:03:37,421 File "/tmp/pip-wheel-l2odfr91/nosy/setup.py", line 2, in 2020-09-20T00:03:37,421 use_setuptools() 2020-09-20T00:03:37,421 File "/tmp/pip-wheel-l2odfr91/nosy/distribute_setup.py", line 145, in use_setuptools 2020-09-20T00:03:37,422 return _do_download(version, download_base, to_dir, download_delay) 2020-09-20T00:03:37,422 File "/tmp/pip-wheel-l2odfr91/nosy/distribute_setup.py", line 124, in _do_download 2020-09-20T00:03:37,423 to_dir, download_delay) 2020-09-20T00:03:37,423 File "/tmp/pip-wheel-l2odfr91/nosy/distribute_setup.py", line 193, in download_setuptools 2020-09-20T00:03:37,423 src = urlopen(url) 2020-09-20T00:03:37,424 File "/usr/lib/python3.7/urllib/request.py", line 222, in urlopen 2020-09-20T00:03:37,424 return opener.open(url, data, timeout) 2020-09-20T00:03:37,425 File "/usr/lib/python3.7/urllib/request.py", line 531, in open 2020-09-20T00:03:37,425 response = meth(req, response) 2020-09-20T00:03:37,425 File "/usr/lib/python3.7/urllib/request.py", line 641, in http_response 2020-09-20T00:03:37,426 'http', request, response, code, msg, hdrs) 2020-09-20T00:03:37,426 File "/usr/lib/python3.7/urllib/request.py", line 569, in error 2020-09-20T00:03:37,427 return self._call_chain(*args) 2020-09-20T00:03:37,427 File "/usr/lib/python3.7/urllib/request.py", line 503, in _call_chain 2020-09-20T00:03:37,427 result = func(*args) 2020-09-20T00:03:37,428 File "/usr/lib/python3.7/urllib/request.py", line 649, in http_error_default 2020-09-20T00:03:37,428 raise HTTPError(req.full_url, code, msg, hdrs, fp) 2020-09-20T00:03:37,429 urllib.error.HTTPError: HTTP Error 403: SSL is required 2020-09-20T00:03:37,471 ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-09-20T00:03:37,471 Exception information: 2020-09-20T00:03:37,471 Traceback (most recent call last): 2020-09-20T00:03:37,471 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 228, in _main 2020-09-20T00:03:37,471 status = self.run(options, args) 2020-09-20T00:03:37,471 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 182, in wrapper 2020-09-20T00:03:37,471 return func(self, options, args) 2020-09-20T00:03:37,471 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 156, in run 2020-09-20T00:03:37,471 reqs, check_supported_wheels=True 2020-09-20T00:03:37,471 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 183, in resolve 2020-09-20T00:03:37,471 discovered_reqs.extend(self._resolve_one(requirement_set, req)) 2020-09-20T00:03:37,471 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 388, in _resolve_one 2020-09-20T00:03:37,471 abstract_dist = self._get_abstract_dist_for(req_to_install) 2020-09-20T00:03:37,471 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 340, in _get_abstract_dist_for 2020-09-20T00:03:37,471 abstract_dist = self.preparer.prepare_linked_requirement(req) 2020-09-20T00:03:37,471 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 483, in prepare_linked_requirement 2020-09-20T00:03:37,471 req, self.req_tracker, self.finder, self.build_isolation, 2020-09-20T00:03:37,471 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 91, in _get_prepared_distribution 2020-09-20T00:03:37,471 abstract_dist.prepare_distribution_metadata(finder, build_isolation) 2020-09-20T00:03:37,471 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/distributions/sdist.py", line 40, in prepare_distribution_metadata 2020-09-20T00:03:37,471 self.req.prepare_metadata() 2020-09-20T00:03:37,471 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 555, in prepare_metadata 2020-09-20T00:03:37,471 self.metadata_directory = self._generate_metadata() 2020-09-20T00:03:37,471 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 535, in _generate_metadata 2020-09-20T00:03:37,471 details=self.name or "from {}".format(self.link) 2020-09-20T00:03:37,471 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/build/metadata_legacy.py", line 73, in generate_metadata 2020-09-20T00:03:37,471 command_desc='python setup.py egg_info', 2020-09-20T00:03:37,471 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/subprocess.py", line 242, in call_subprocess 2020-09-20T00:03:37,471 raise InstallationError(exc_msg) 2020-09-20T00:03:37,471 pip._internal.exceptions.InstallationError: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-09-20T00:03:37,480 Removed nosy==1.1 from https://files.pythonhosted.org/packages/53/34/188ad6b5581788d6d432454b94b291b231badf00e6ef5c41add46c40861f/nosy-1.1.tar.gz#sha256=cb385c372257c56a6c8b5b731f5ac45e640d3c38d094fc685ceb3311d0a00fc3 from build tracker '/tmp/pip-req-tracker-2tgxw4xb' 2020-09-20T00:03:37,481 Removed build tracker: '/tmp/pip-req-tracker-2tgxw4xb'