2021-07-09T03:27:34,639 Created temporary directory: /tmp/pip-ephem-wheel-cache-g4hzgg1j 2021-07-09T03:27:34,643 Created temporary directory: /tmp/pip-req-tracker-xlb7fveq 2021-07-09T03:27:34,643 Initialized build tracking at /tmp/pip-req-tracker-xlb7fveq 2021-07-09T03:27:34,643 Created build tracker: /tmp/pip-req-tracker-xlb7fveq 2021-07-09T03:27:34,643 Entered build tracker: /tmp/pip-req-tracker-xlb7fveq 2021-07-09T03:27:34,644 Created temporary directory: /tmp/pip-wheel-4uk28zta 2021-07-09T03:27:34,684 1 location(s) to search for versions of relations: 2021-07-09T03:27:34,684 * https://pypi.org/simple/relations/ 2021-07-09T03:27:34,685 Fetching project page and analyzing links: https://pypi.org/simple/relations/ 2021-07-09T03:27:34,685 Getting page https://pypi.org/simple/relations/ 2021-07-09T03:27:34,687 Found index url https://pypi.org/simple 2021-07-09T03:27:34,782 Found link https://files.pythonhosted.org/packages/a9/f7/f6700e8f0ff5d8223c34d2bad8c82b010f4c0587319dd1a08d76d2458539/relations-0.0.1.tar.gz#sha256=13bfae347d1b552f6f9b1d47fd4ebe8a81ad2d3c5398aad3819f1039b9674465 (from https://pypi.org/simple/relations/), version: 0.0.1 2021-07-09T03:27:34,782 Found link https://files.pythonhosted.org/packages/9b/70/509acd9831a2cc96faf54919f5ad1c8be8439abdba6f6c7812e1e7fdfcab/relations-0.0.2.tar.gz#sha256=0ff609a4cacfb2594b5e80475052e2e9d93e002bb712b6cb474b5df70c3ad22a (from https://pypi.org/simple/relations/), version: 0.0.2 2021-07-09T03:27:34,782 Skipping link: not a file: https://pypi.org/simple/relations/ 2021-07-09T03:27:34,799 Given no hashes to check 1 links for project 'relations': discarding no candidates 2021-07-09T03:27:34,816 Collecting relations==0.0.2 2021-07-09T03:27:34,818 Created temporary directory: /tmp/pip-unpack-nm8id8dj 2021-07-09T03:27:35,000 Downloading relations-0.0.2.tar.gz (8.8 kB) 2021-07-09T03:27:35,068 Added relations==0.0.2 from https://files.pythonhosted.org/packages/9b/70/509acd9831a2cc96faf54919f5ad1c8be8439abdba6f6c7812e1e7fdfcab/relations-0.0.2.tar.gz#sha256=0ff609a4cacfb2594b5e80475052e2e9d93e002bb712b6cb474b5df70c3ad22a to build tracker '/tmp/pip-req-tracker-xlb7fveq' 2021-07-09T03:27:35,069 Running setup.py (path:/tmp/pip-wheel-4uk28zta/relations_47bc5bf39cce48afb663dff54468f992/setup.py) egg_info for package relations 2021-07-09T03:27:35,070 Created temporary directory: /tmp/pip-pip-egg-info-w4xu5nqd 2021-07-09T03:27:35,070 Running command python setup.py egg_info 2021-07-09T03:27:35,829 Downloading http://pypi.python.org/packages/source/d/distribute/distribute-0.6.14.tar.gz 2021-07-09T03:27:35,845 Traceback (most recent call last): 2021-07-09T03:27:35,845 File "/tmp/pip-wheel-4uk28zta/relations_47bc5bf39cce48afb663dff54468f992/distribute_setup.py", line 143, in use_setuptools 2021-07-09T03:27:35,846 raise ImportError 2021-07-09T03:27:35,846 ImportError 2021-07-09T03:27:35,846 During handling of the above exception, another exception occurred: 2021-07-09T03:27:35,846 Traceback (most recent call last): 2021-07-09T03:27:35,846 File "", line 1, in 2021-07-09T03:27:35,847 File "/tmp/pip-wheel-4uk28zta/relations_47bc5bf39cce48afb663dff54468f992/setup.py", line 5, in 2021-07-09T03:27:35,847 use_setuptools() 2021-07-09T03:27:35,847 File "/tmp/pip-wheel-4uk28zta/relations_47bc5bf39cce48afb663dff54468f992/distribute_setup.py", line 145, in use_setuptools 2021-07-09T03:27:35,847 return _do_download(version, download_base, to_dir, download_delay) 2021-07-09T03:27:35,847 File "/tmp/pip-wheel-4uk28zta/relations_47bc5bf39cce48afb663dff54468f992/distribute_setup.py", line 123, in _do_download 2021-07-09T03:27:35,848 tarball = download_setuptools(version, download_base, 2021-07-09T03:27:35,848 File "/tmp/pip-wheel-4uk28zta/relations_47bc5bf39cce48afb663dff54468f992/distribute_setup.py", line 193, in download_setuptools 2021-07-09T03:27:35,848 src = urlopen(url) 2021-07-09T03:27:35,849 File "/usr/lib/python3.9/urllib/request.py", line 214, in urlopen 2021-07-09T03:27:35,849 return opener.open(url, data, timeout) 2021-07-09T03:27:35,849 File "/usr/lib/python3.9/urllib/request.py", line 523, in open 2021-07-09T03:27:35,850 response = meth(req, response) 2021-07-09T03:27:35,850 File "/usr/lib/python3.9/urllib/request.py", line 632, in http_response 2021-07-09T03:27:35,851 response = self.parent.error( 2021-07-09T03:27:35,851 File "/usr/lib/python3.9/urllib/request.py", line 561, in error 2021-07-09T03:27:35,852 return self._call_chain(*args) 2021-07-09T03:27:35,852 File "/usr/lib/python3.9/urllib/request.py", line 494, in _call_chain 2021-07-09T03:27:35,853 result = func(*args) 2021-07-09T03:27:35,853 File "/usr/lib/python3.9/urllib/request.py", line 641, in http_error_default 2021-07-09T03:27:35,854 raise HTTPError(req.full_url, code, msg, hdrs, fp) 2021-07-09T03:27:35,854 urllib.error.HTTPError: HTTP Error 403: SSL is required 2021-07-09T03:27:35,912 WARNING: Discarding https://files.pythonhosted.org/packages/9b/70/509acd9831a2cc96faf54919f5ad1c8be8439abdba6f6c7812e1e7fdfcab/relations-0.0.2.tar.gz#sha256=0ff609a4cacfb2594b5e80475052e2e9d93e002bb712b6cb474b5df70c3ad22a (from https://pypi.org/simple/relations/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T03:27:35,914 ERROR: Could not find a version that satisfies the requirement relations==0.0.2 (from versions: 0.0.1, 0.0.2) 2021-07-09T03:27:35,914 ERROR: No matching distribution found for relations==0.0.2 2021-07-09T03:27:35,914 Exception information: 2021-07-09T03:27:35,914 Traceback (most recent call last): 2021-07-09T03:27:35,914 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T03:27:35,914 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T03:27:35,914 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T03:27:35,914 raise RequirementsConflicted(criterion) 2021-07-09T03:27:35,914 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('relations==0.0.2') 2021-07-09T03:27:35,914 2021-07-09T03:27:35,914 During handling of the above exception, another exception occurred: 2021-07-09T03:27:35,914 2021-07-09T03:27:35,914 Traceback (most recent call last): 2021-07-09T03:27:35,914 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T03:27:35,914 result = self._result = resolver.resolve( 2021-07-09T03:27:35,914 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T03:27:35,914 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T03:27:35,914 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T03:27:35,914 raise ResolutionImpossible(e.criterion.information) 2021-07-09T03:27:35,914 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('relations==0.0.2'), parent=None)] 2021-07-09T03:27:35,914 2021-07-09T03:27:35,914 The above exception was the direct cause of the following exception: 2021-07-09T03:27:35,914 2021-07-09T03:27:35,914 Traceback (most recent call last): 2021-07-09T03:27:35,914 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T03:27:35,914 status = self.run(options, args) 2021-07-09T03:27:35,914 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T03:27:35,914 return func(self, options, args) 2021-07-09T03:27:35,914 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T03:27:35,914 requirement_set = resolver.resolve( 2021-07-09T03:27:35,914 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T03:27:35,914 raise error from e 2021-07-09T03:27:35,914 pip._internal.exceptions.DistributionNotFound: No matching distribution found for relations==0.0.2 2021-07-09T03:27:35,921 Removed relations==0.0.2 from https://files.pythonhosted.org/packages/9b/70/509acd9831a2cc96faf54919f5ad1c8be8439abdba6f6c7812e1e7fdfcab/relations-0.0.2.tar.gz#sha256=0ff609a4cacfb2594b5e80475052e2e9d93e002bb712b6cb474b5df70c3ad22a from build tracker '/tmp/pip-req-tracker-xlb7fveq' 2021-07-09T03:27:35,922 Removed build tracker: '/tmp/pip-req-tracker-xlb7fveq'