2020-09-10T05:33:58,027 Created temporary directory: /tmp/pip-ephem-wheel-cache-v_angbj7 2020-09-10T05:33:58,029 Created temporary directory: /tmp/pip-req-tracker-mcw7wtb8 2020-09-10T05:33:58,030 Initialized build tracking at /tmp/pip-req-tracker-mcw7wtb8 2020-09-10T05:33:58,030 Created build tracker: /tmp/pip-req-tracker-mcw7wtb8 2020-09-10T05:33:58,030 Entered build tracker: /tmp/pip-req-tracker-mcw7wtb8 2020-09-10T05:33:58,030 Created temporary directory: /tmp/pip-wheel-qe8an61x 2020-09-10T05:33:58,038 1 location(s) to search for versions of pyringe: 2020-09-10T05:33:58,038 * https://pypi.org/simple/pyringe/ 2020-09-10T05:33:58,039 Fetching project page and analyzing links: https://pypi.org/simple/pyringe/ 2020-09-10T05:33:58,039 Getting page https://pypi.org/simple/pyringe/ 2020-09-10T05:33:58,041 Found index url https://pypi.org/simple 2020-09-10T05:33:58,125 Found link https://files.pythonhosted.org/packages/0d/07/77cc615e1dbc522739aa4e90fa66a27e1751398ed27cd75252a3bef3a113/pyringe-1.0.tar.gz#sha256=5c2ded6d9734abc7776ce9f09baf9a689937e548862976bab52a7ab73a13fd3c (from https://pypi.org/simple/pyringe/), version: 1.0 2020-09-10T05:33:58,126 Found link https://files.pythonhosted.org/packages/61/ae/583884e45e3ea5d73d47f4ca6e42a9ca38cbe7091408b6681c17f392eb91/pyringe-1.0.1.tar.gz#sha256=414262d88420cc446397ee018b0886bc33caaa08bd45a365bb0181aae00716d8 (from https://pypi.org/simple/pyringe/), version: 1.0.1 2020-09-10T05:33:58,126 Found link https://files.pythonhosted.org/packages/7c/c6/6cef124c38227ece01350414c7866727179d17f64b88b8bf513386c0e4be/pyringe-1.0.2.tar.gz#sha256=b93f5710c05c8022d04b0145b54825d8748469c04deb7bc6b12fa44174e39324 (from https://pypi.org/simple/pyringe/), version: 1.0.2 2020-09-10T05:33:58,130 Given no hashes to check 1 links for project 'pyringe': discarding no candidates 2020-09-10T05:33:58,131 Using version 1.0 (newest of versions: 1.0) 2020-09-10T05:33:58,134 Collecting pyringe==1.0 2020-09-10T05:33:58,136 Created temporary directory: /tmp/pip-unpack-1iejxbf8 2020-09-10T05:33:58,174 Downloading pyringe-1.0.tar.gz (41 kB) 2020-09-10T05:33:58,230 Added pyringe==1.0 from https://files.pythonhosted.org/packages/0d/07/77cc615e1dbc522739aa4e90fa66a27e1751398ed27cd75252a3bef3a113/pyringe-1.0.tar.gz#sha256=5c2ded6d9734abc7776ce9f09baf9a689937e548862976bab52a7ab73a13fd3c to build tracker '/tmp/pip-req-tracker-mcw7wtb8' 2020-09-10T05:33:58,231 Running setup.py (path:/tmp/pip-wheel-qe8an61x/pyringe/setup.py) egg_info for package pyringe 2020-09-10T05:33:58,232 Created temporary directory: /tmp/pip-pip-egg-info-gglspp_7 2020-09-10T05:33:58,233 Running command python setup.py egg_info 2020-09-10T05:33:59,048 Traceback (most recent call last): 2020-09-10T05:33:59,049 File "", line 1, in 2020-09-10T05:33:59,049 File "/tmp/pip-wheel-qe8an61x/pyringe/setup.py", line 18, in 2020-09-10T05:33:59,050 import pyringe 2020-09-10T05:33:59,050 File "/tmp/pip-wheel-qe8an61x/pyringe/pyringe/__init__.py", line 17, in 2020-09-10T05:33:59,050 import inferior 2020-09-10T05:33:59,051 ModuleNotFoundError: No module named 'inferior' 2020-09-10T05:33:59,096 ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-09-10T05:33:59,097 Exception information: 2020-09-10T05:33:59,097 Traceback (most recent call last): 2020-09-10T05:33:59,097 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 216, in _main 2020-09-10T05:33:59,097 status = self.run(options, args) 2020-09-10T05:33:59,097 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 182, in wrapper 2020-09-10T05:33:59,097 return func(self, options, args) 2020-09-10T05:33:59,097 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 156, in run 2020-09-10T05:33:59,097 reqs, check_supported_wheels=True 2020-09-10T05:33:59,097 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 183, in resolve 2020-09-10T05:33:59,097 discovered_reqs.extend(self._resolve_one(requirement_set, req)) 2020-09-10T05:33:59,097 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 388, in _resolve_one 2020-09-10T05:33:59,097 abstract_dist = self._get_abstract_dist_for(req_to_install) 2020-09-10T05:33:59,097 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 340, in _get_abstract_dist_for 2020-09-10T05:33:59,097 abstract_dist = self.preparer.prepare_linked_requirement(req) 2020-09-10T05:33:59,097 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 483, in prepare_linked_requirement 2020-09-10T05:33:59,097 req, self.req_tracker, self.finder, self.build_isolation, 2020-09-10T05:33:59,097 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 91, in _get_prepared_distribution 2020-09-10T05:33:59,097 abstract_dist.prepare_distribution_metadata(finder, build_isolation) 2020-09-10T05:33:59,097 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/distributions/sdist.py", line 40, in prepare_distribution_metadata 2020-09-10T05:33:59,097 self.req.prepare_metadata() 2020-09-10T05:33:59,097 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 554, in prepare_metadata 2020-09-10T05:33:59,097 self.metadata_directory = self._generate_metadata() 2020-09-10T05:33:59,097 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 534, in _generate_metadata 2020-09-10T05:33:59,097 details=self.name or "from {}".format(self.link) 2020-09-10T05:33:59,097 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/build/metadata_legacy.py", line 73, in generate_metadata 2020-09-10T05:33:59,097 command_desc='python setup.py egg_info', 2020-09-10T05:33:59,097 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/subprocess.py", line 242, in call_subprocess 2020-09-10T05:33:59,097 raise InstallationError(exc_msg) 2020-09-10T05:33:59,097 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-10T05:33:59,104 Removed pyringe==1.0 from https://files.pythonhosted.org/packages/0d/07/77cc615e1dbc522739aa4e90fa66a27e1751398ed27cd75252a3bef3a113/pyringe-1.0.tar.gz#sha256=5c2ded6d9734abc7776ce9f09baf9a689937e548862976bab52a7ab73a13fd3c from build tracker '/tmp/pip-req-tracker-mcw7wtb8' 2020-09-10T05:33:59,104 Removed build tracker: '/tmp/pip-req-tracker-mcw7wtb8'