2020-03-06T10:43:37,813 Created temporary directory: /tmp/pip-ephem-wheel-cache-v1vu4pzr 2020-03-06T10:43:37,816 Created temporary directory: /tmp/pip-req-tracker-6n93izlu 2020-03-06T10:43:37,817 Initialized build tracking at /tmp/pip-req-tracker-6n93izlu 2020-03-06T10:43:37,817 Created build tracker: /tmp/pip-req-tracker-6n93izlu 2020-03-06T10:43:37,818 Entered build tracker: /tmp/pip-req-tracker-6n93izlu 2020-03-06T10:43:37,819 Created temporary directory: /tmp/pip-wheel-fhjv8py1 2020-03-06T10:43:37,824 1 location(s) to search for versions of wordcount-norico: 2020-03-06T10:43:37,824 * https://pypi.org/simple/wordcount-norico/ 2020-03-06T10:43:37,824 Fetching project page and analyzing links: https://pypi.org/simple/wordcount-norico/ 2020-03-06T10:43:37,825 Getting page https://pypi.org/simple/wordcount-norico/ 2020-03-06T10:43:37,827 Found index url https://pypi.org/simple 2020-03-06T10:43:37,830 Getting credentials from keyring for https://pypi.org/simple 2020-03-06T10:43:37,830 Getting credentials from keyring for pypi.org 2020-03-06T10:43:38,008 Skipping link: No binaries permitted for wordcount-norico: https://files.pythonhosted.org/packages/c1/dd/1c437ee5bae8dc76a13793f53f53c929c592de9584ecbcc312e2faeeba75/wordcount_norico-0.0.1-py3-none-any.whl#sha256=67abdc9faf9c565fe0c6a19e41d7bf7f5d4f826ff41304fd0346d99dbba6f46b (from https://pypi.org/simple/wordcount-norico/) (requires-python:>3.6) 2020-03-06T10:43:38,009 Found link https://files.pythonhosted.org/packages/3d/35/e7947c1dd2a611b60e1cc134f8a67a62feb854cd7221df8b5abbc4e9dd6f/wordcount_norico-0.0.1.tar.gz#sha256=cc0b10d029a251b9ca1323c2c332d6f328ade0d907f8e2a490dc8f449eaa6ea0 (from https://pypi.org/simple/wordcount-norico/) (requires-python:>3.6), version: 0.0.1 2020-03-06T10:43:38,015 Given no hashes to check 1 links for project 'wordcount-norico': discarding no candidates 2020-03-06T10:43:38,016 Using version 0.0.1 (newest of versions: 0.0.1) 2020-03-06T10:43:38,021 Collecting wordcount-norico==0.0.1 2020-03-06T10:43:38,024 Created temporary directory: /tmp/pip-unpack-z4frktar 2020-03-06T10:43:38,026 Getting credentials from keyring for files.pythonhosted.org 2020-03-06T10:43:38,281 Downloading wordcount_norico-0.0.1.tar.gz (850 bytes) 2020-03-06T10:43:38,327 Added wordcount-norico==0.0.1 from https://files.pythonhosted.org/packages/3d/35/e7947c1dd2a611b60e1cc134f8a67a62feb854cd7221df8b5abbc4e9dd6f/wordcount_norico-0.0.1.tar.gz#sha256=cc0b10d029a251b9ca1323c2c332d6f328ade0d907f8e2a490dc8f449eaa6ea0 to build tracker '/tmp/pip-req-tracker-6n93izlu' 2020-03-06T10:43:38,329 Running setup.py (path:/tmp/pip-wheel-fhjv8py1/wordcount-norico/setup.py) egg_info for package wordcount-norico 2020-03-06T10:43:38,331 Running command python setup.py egg_info 2020-03-06T10:43:39,645 Traceback (most recent call last): 2020-03-06T10:43:39,646 File "", line 1, in 2020-03-06T10:43:39,647 File "/tmp/pip-wheel-fhjv8py1/wordcount-norico/setup.py", line 3, in 2020-03-06T10:43:39,647 with open('readme.md', 'r') as f: 2020-03-06T10:43:39,647 FileNotFoundError: [Errno 2] No such file or directory: 'readme.md' 2020-03-06T10:43:39,731 Cleaning up... 2020-03-06T10:43:39,732 Removing source in /tmp/pip-wheel-fhjv8py1/wordcount-norico 2020-03-06T10:43:39,742 Removed wordcount-norico==0.0.1 from https://files.pythonhosted.org/packages/3d/35/e7947c1dd2a611b60e1cc134f8a67a62feb854cd7221df8b5abbc4e9dd6f/wordcount_norico-0.0.1.tar.gz#sha256=cc0b10d029a251b9ca1323c2c332d6f328ade0d907f8e2a490dc8f449eaa6ea0 from build tracker '/tmp/pip-req-tracker-6n93izlu' 2020-03-06T10:43:39,743 Removed build tracker: '/tmp/pip-req-tracker-6n93izlu' 2020-03-06T10:43:39,745 ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-03-06T10:43:39,745 Exception information: 2020-03-06T10:43:39,745 Traceback (most recent call last): 2020-03-06T10:43:39,745 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 186, in _main 2020-03-06T10:43:39,745 status = self.run(options, args) 2020-03-06T10:43:39,745 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 161, in run 2020-03-06T10:43:39,745 resolver.resolve(requirement_set) 2020-03-06T10:43:39,745 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/legacy_resolve.py", line 177, in resolve 2020-03-06T10:43:39,745 discovered_reqs.extend(self._resolve_one(requirement_set, req)) 2020-03-06T10:43:39,745 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/legacy_resolve.py", line 333, in _resolve_one 2020-03-06T10:43:39,745 abstract_dist = self._get_abstract_dist_for(req_to_install) 2020-03-06T10:43:39,745 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/legacy_resolve.py", line 282, in _get_abstract_dist_for 2020-03-06T10:43:39,745 abstract_dist = self.preparer.prepare_linked_requirement(req) 2020-03-06T10:43:39,745 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 516, in prepare_linked_requirement 2020-03-06T10:43:39,745 req, self.req_tracker, self.finder, self.build_isolation, 2020-03-06T10:43:39,745 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 95, in _get_prepared_distribution 2020-03-06T10:43:39,745 abstract_dist.prepare_distribution_metadata(finder, build_isolation) 2020-03-06T10:43:39,745 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/distributions/sdist.py", line 40, in prepare_distribution_metadata 2020-03-06T10:43:39,745 self.req.prepare_metadata() 2020-03-06T10:43:39,745 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 564, in prepare_metadata 2020-03-06T10:43:39,745 self.metadata_directory = self._generate_metadata() 2020-03-06T10:43:39,745 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 544, in _generate_metadata 2020-03-06T10:43:39,745 details=self.name or "from {}".format(self.link) 2020-03-06T10:43:39,745 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/build/metadata_legacy.py", line 118, in generate_metadata 2020-03-06T10:43:39,745 command_desc='python setup.py egg_info', 2020-03-06T10:43:39,745 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/subprocess.py", line 242, in call_subprocess 2020-03-06T10:43:39,745 raise InstallationError(exc_msg) 2020-03-06T10:43:39,745 pip._internal.exceptions.InstallationError: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.