2021-01-01T17:48:04,614 Created temporary directory: /tmp/pip-ephem-wheel-cache-yr4t1lw2 2021-01-01T17:48:04,617 Created temporary directory: /tmp/pip-req-tracker-9jryd41p 2021-01-01T17:48:04,617 Initialized build tracking at /tmp/pip-req-tracker-9jryd41p 2021-01-01T17:48:04,617 Created build tracker: /tmp/pip-req-tracker-9jryd41p 2021-01-01T17:48:04,618 Entered build tracker: /tmp/pip-req-tracker-9jryd41p 2021-01-01T17:48:04,618 Created temporary directory: /tmp/pip-wheel-cki1c4oi 2021-01-01T17:48:04,630 1 location(s) to search for versions of eiscp-micropython: 2021-01-01T17:48:04,630 * https://pypi.org/simple/eiscp-micropython/ 2021-01-01T17:48:04,631 Fetching project page and analyzing links: https://pypi.org/simple/eiscp-micropython/ 2021-01-01T17:48:04,631 Getting page https://pypi.org/simple/eiscp-micropython/ 2021-01-01T17:48:04,633 Found index url https://pypi.org/simple 2021-01-01T17:48:04,990 Found link https://files.pythonhosted.org/packages/c9/4a/0152cb54fb7c41ad0de1f31bf7aa7bd679bce7ca7591e16557d83b1e2ad3/eiscp-micropython-0.9.0.tar.gz#sha256=4cbd831d7a1529404b386d79c39a6188981ccac2a6a8701fce808c486c6b5c45 (from https://pypi.org/simple/eiscp-micropython/) (requires-python:>=3.6), version: 0.9.0 2021-01-01T17:48:04,991 Found link https://files.pythonhosted.org/packages/23/d5/d0d2a311ca5099183722bdc525e10ebdbd67b4ac776e6bb50b6869383e21/eiscp-micropython-0.9.1.tar.gz#sha256=437e39857442866a5f30ac831d67f2f5acdefd6b8cc8f22107d319279c1e136a (from https://pypi.org/simple/eiscp-micropython/) (requires-python:>=3.6), version: 0.9.1 2021-01-01T17:48:04,995 Given no hashes to check 1 links for project 'eiscp-micropython': discarding no candidates 2021-01-01T17:48:04,995 Using version 0.9.1 (newest of versions: 0.9.1) 2021-01-01T17:48:04,999 Collecting eiscp-micropython==0.9.1 2021-01-01T17:48:05,001 Created temporary directory: /tmp/pip-unpack-_sgqkq0s 2021-01-01T17:48:05,196 Downloading eiscp-micropython-0.9.1.tar.gz (6.9 kB) 2021-01-01T17:48:05,233 Added eiscp-micropython==0.9.1 from https://files.pythonhosted.org/packages/23/d5/d0d2a311ca5099183722bdc525e10ebdbd67b4ac776e6bb50b6869383e21/eiscp-micropython-0.9.1.tar.gz#sha256=437e39857442866a5f30ac831d67f2f5acdefd6b8cc8f22107d319279c1e136a to build tracker '/tmp/pip-req-tracker-9jryd41p' 2021-01-01T17:48:05,234 Running setup.py (path:/tmp/pip-wheel-cki1c4oi/eiscp-micropython/setup.py) egg_info for package eiscp-micropython 2021-01-01T17:48:05,235 Created temporary directory: /tmp/pip-pip-egg-info-bw_6__qb 2021-01-01T17:48:05,235 Running command python setup.py egg_info 2021-01-01T17:48:06,095 Traceback (most recent call last): 2021-01-01T17:48:06,096 File "", line 1, in 2021-01-01T17:48:06,096 File "/usr/lib/python3.7/tokenize.py", line 447, in open 2021-01-01T17:48:06,096 buffer = _builtin_open(filename, 'rb') 2021-01-01T17:48:06,097 FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-wheel-cki1c4oi/eiscp-micropython/setup.py' 2021-01-01T17:48:06,141 ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-01-01T17:48:06,142 Exception information: 2021-01-01T17:48:06,142 Traceback (most recent call last): 2021-01-01T17:48:06,142 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 228, in _main 2021-01-01T17:48:06,142 status = self.run(options, args) 2021-01-01T17:48:06,142 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 182, in wrapper 2021-01-01T17:48:06,142 return func(self, options, args) 2021-01-01T17:48:06,142 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 156, in run 2021-01-01T17:48:06,142 reqs, check_supported_wheels=True 2021-01-01T17:48:06,142 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 183, in resolve 2021-01-01T17:48:06,142 discovered_reqs.extend(self._resolve_one(requirement_set, req)) 2021-01-01T17:48:06,142 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 388, in _resolve_one 2021-01-01T17:48:06,142 abstract_dist = self._get_abstract_dist_for(req_to_install) 2021-01-01T17:48:06,142 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 340, in _get_abstract_dist_for 2021-01-01T17:48:06,142 abstract_dist = self.preparer.prepare_linked_requirement(req) 2021-01-01T17:48:06,142 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 483, in prepare_linked_requirement 2021-01-01T17:48:06,142 req, self.req_tracker, self.finder, self.build_isolation, 2021-01-01T17:48:06,142 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 91, in _get_prepared_distribution 2021-01-01T17:48:06,142 abstract_dist.prepare_distribution_metadata(finder, build_isolation) 2021-01-01T17:48:06,142 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/distributions/sdist.py", line 40, in prepare_distribution_metadata 2021-01-01T17:48:06,142 self.req.prepare_metadata() 2021-01-01T17:48:06,142 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 555, in prepare_metadata 2021-01-01T17:48:06,142 self.metadata_directory = self._generate_metadata() 2021-01-01T17:48:06,142 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 535, in _generate_metadata 2021-01-01T17:48:06,142 details=self.name or "from {}".format(self.link) 2021-01-01T17:48:06,142 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/build/metadata_legacy.py", line 73, in generate_metadata 2021-01-01T17:48:06,142 command_desc='python setup.py egg_info', 2021-01-01T17:48:06,142 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/subprocess.py", line 242, in call_subprocess 2021-01-01T17:48:06,142 raise InstallationError(exc_msg) 2021-01-01T17:48:06,142 pip._internal.exceptions.InstallationError: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-01-01T17:48:06,150 Removed eiscp-micropython==0.9.1 from https://files.pythonhosted.org/packages/23/d5/d0d2a311ca5099183722bdc525e10ebdbd67b4ac776e6bb50b6869383e21/eiscp-micropython-0.9.1.tar.gz#sha256=437e39857442866a5f30ac831d67f2f5acdefd6b8cc8f22107d319279c1e136a from build tracker '/tmp/pip-req-tracker-9jryd41p' 2021-01-01T17:48:06,150 Removed build tracker: '/tmp/pip-req-tracker-9jryd41p'