2020-06-10T13:00:19,080 Created temporary directory: /tmp/pip-ephem-wheel-cache-y3ttky33 2020-06-10T13:00:19,085 Created temporary directory: /tmp/pip-req-tracker-479pzhqp 2020-06-10T13:00:19,085 Initialized build tracking at /tmp/pip-req-tracker-479pzhqp 2020-06-10T13:00:19,086 Created build tracker: /tmp/pip-req-tracker-479pzhqp 2020-06-10T13:00:19,086 Entered build tracker: /tmp/pip-req-tracker-479pzhqp 2020-06-10T13:00:19,088 Created temporary directory: /tmp/pip-wheel-9wqew23_ 2020-06-10T13:00:19,105 1 location(s) to search for versions of DisJotter: 2020-06-10T13:00:19,105 * https://pypi.org/simple/disjotter/ 2020-06-10T13:00:19,105 Fetching project page and analyzing links: https://pypi.org/simple/disjotter/ 2020-06-10T13:00:19,106 Getting page https://pypi.org/simple/disjotter/ 2020-06-10T13:00:19,109 Found index url https://pypi.org/simple 2020-06-10T13:00:19,314 Skipping link: No binaries permitted for DisJotter: https://files.pythonhosted.org/packages/09/bd/35fedfdfb722aec0ba0b6b389c70a839b0d8f3a9362f6473bd311a2efed0/DisJotter-1.0.0-py3-none-any.whl#sha256=9ae2c9b0cd4360727510b9460cad76b675729f1e533a058d9b4c94bbbfdbb34b (from https://pypi.org/simple/disjotter/) (requires-python:>=3.6) 2020-06-10T13:00:19,315 Found link https://files.pythonhosted.org/packages/36/05/79aeab13ef8f50ed14d7bd51c74ea813678f97ebca16b736cb96bd326b72/DisJotter-1.0.0.tar.gz#sha256=e0563fa8e2c2371b452e5b8600c17a9f465deeb1dda32a54df040e4afd4aabb0 (from https://pypi.org/simple/disjotter/) (requires-python:>=3.6), version: 1.0.0 2020-06-10T13:00:19,322 Given no hashes to check 1 links for project 'DisJotter': discarding no candidates 2020-06-10T13:00:19,323 Using version 1.0.0 (newest of versions: 1.0.0) 2020-06-10T13:00:19,329 Collecting DisJotter==1.0.0 2020-06-10T13:00:19,332 Created temporary directory: /tmp/pip-unpack-8mldvpkl 2020-06-10T13:00:19,562 Downloading DisJotter-1.0.0.tar.gz (756 bytes) 2020-06-10T13:00:19,612 Added DisJotter==1.0.0 from https://files.pythonhosted.org/packages/36/05/79aeab13ef8f50ed14d7bd51c74ea813678f97ebca16b736cb96bd326b72/DisJotter-1.0.0.tar.gz#sha256=e0563fa8e2c2371b452e5b8600c17a9f465deeb1dda32a54df040e4afd4aabb0 to build tracker '/tmp/pip-req-tracker-479pzhqp' 2020-06-10T13:00:19,622 Running setup.py (path:/tmp/pip-wheel-9wqew23_/DisJotter/setup.py) egg_info for package DisJotter 2020-06-10T13:00:19,624 Created temporary directory: /tmp/pip-pip-egg-info-r2cetd32 2020-06-10T13:00:19,625 Running command python setup.py egg_info 2020-06-10T13:00:21,233 Traceback (most recent call last): 2020-06-10T13:00:21,234 File "", line 1, in 2020-06-10T13:00:21,235 File "/usr/lib/python3.7/tokenize.py", line 447, in open 2020-06-10T13:00:21,236 buffer = _builtin_open(filename, 'rb') 2020-06-10T13:00:21,237 FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-wheel-9wqew23_/DisJotter/setup.py' 2020-06-10T13:00:21,334 ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-06-10T13:00:21,335 Exception information: 2020-06-10T13:00:21,335 Traceback (most recent call last): 2020-06-10T13:00:21,335 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 188, in _main 2020-06-10T13:00:21,335 status = self.run(options, args) 2020-06-10T13:00:21,335 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 185, in wrapper 2020-06-10T13:00:21,335 return func(self, options, args) 2020-06-10T13:00:21,335 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 160, in run 2020-06-10T13:00:21,335 reqs, check_supported_wheels=True 2020-06-10T13:00:21,335 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 179, in resolve 2020-06-10T13:00:21,335 discovered_reqs.extend(self._resolve_one(requirement_set, req)) 2020-06-10T13:00:21,335 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 362, in _resolve_one 2020-06-10T13:00:21,335 abstract_dist = self._get_abstract_dist_for(req_to_install) 2020-06-10T13:00:21,335 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 314, in _get_abstract_dist_for 2020-06-10T13:00:21,335 abstract_dist = self.preparer.prepare_linked_requirement(req) 2020-06-10T13:00:21,335 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 488, in prepare_linked_requirement 2020-06-10T13:00:21,335 req, self.req_tracker, self.finder, self.build_isolation, 2020-06-10T13:00:21,335 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 91, in _get_prepared_distribution 2020-06-10T13:00:21,335 abstract_dist.prepare_distribution_metadata(finder, build_isolation) 2020-06-10T13:00:21,335 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/distributions/sdist.py", line 40, in prepare_distribution_metadata 2020-06-10T13:00:21,335 self.req.prepare_metadata() 2020-06-10T13:00:21,335 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 550, in prepare_metadata 2020-06-10T13:00:21,335 self.metadata_directory = self._generate_metadata() 2020-06-10T13:00:21,335 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 530, in _generate_metadata 2020-06-10T13:00:21,335 details=self.name or "from {}".format(self.link) 2020-06-10T13:00:21,335 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/build/metadata_legacy.py", line 73, in generate_metadata 2020-06-10T13:00:21,335 command_desc='python setup.py egg_info', 2020-06-10T13:00:21,335 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/subprocess.py", line 241, in call_subprocess 2020-06-10T13:00:21,335 raise InstallationError(exc_msg) 2020-06-10T13:00:21,335 pip._internal.exceptions.InstallationError: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-06-10T13:00:21,349 Removed DisJotter==1.0.0 from https://files.pythonhosted.org/packages/36/05/79aeab13ef8f50ed14d7bd51c74ea813678f97ebca16b736cb96bd326b72/DisJotter-1.0.0.tar.gz#sha256=e0563fa8e2c2371b452e5b8600c17a9f465deeb1dda32a54df040e4afd4aabb0 from build tracker '/tmp/pip-req-tracker-479pzhqp' 2020-06-10T13:00:21,349 Removed build tracker: '/tmp/pip-req-tracker-479pzhqp'