2020-09-20T03:47:59,990 Created temporary directory: /tmp/pip-ephem-wheel-cache-pe3263qa 2020-09-20T03:47:59,993 Created temporary directory: /tmp/pip-req-tracker-ac5mp0a6 2020-09-20T03:47:59,993 Initialized build tracking at /tmp/pip-req-tracker-ac5mp0a6 2020-09-20T03:47:59,993 Created build tracker: /tmp/pip-req-tracker-ac5mp0a6 2020-09-20T03:47:59,994 Entered build tracker: /tmp/pip-req-tracker-ac5mp0a6 2020-09-20T03:47:59,994 Created temporary directory: /tmp/pip-wheel-f_gr7igb 2020-09-20T03:48:00,002 1 location(s) to search for versions of pymail: 2020-09-20T03:48:00,002 * https://pypi.org/simple/pymail/ 2020-09-20T03:48:00,002 Fetching project page and analyzing links: https://pypi.org/simple/pymail/ 2020-09-20T03:48:00,003 Getting page https://pypi.org/simple/pymail/ 2020-09-20T03:48:00,004 Found index url https://pypi.org/simple 2020-09-20T03:48:00,090 Found link https://files.pythonhosted.org/packages/04/34/f9538830fdddf2f55f24c16655f720108ca125d80b92f26adf3a7b73b71d/PyMail-0.1.tar.gz#sha256=2bf3b75ab7ddf79a9723ce1cb0dc96cb295546a5f502edf5a8a0fc93f24c6867 (from https://pypi.org/simple/pymail/), version: 0.1 2020-09-20T03:48:00,091 Found link https://files.pythonhosted.org/packages/1d/33/25ab8dd60f98c05463f3e3e65fe77dc1b2048dc0c5f986ddf93e5bcedb9e/PyMail-0.1.1.tar.gz#sha256=13e19c46f2dd4d3e83fe0e31bbdce3b4d9f82972225300550177d3018c66ee90 (from https://pypi.org/simple/pymail/), version: 0.1.1 2020-09-20T03:48:00,091 Found link https://files.pythonhosted.org/packages/64/f5/2baf98b0f856bb48613259b237722505fe9d851eb495c5d5386f4da8e536/PyMail-0.1.2.tar.gz#sha256=b7b02a6c3edc07cf668cdf567594d0dde2529726944d0733a8734282c2733675 (from https://pypi.org/simple/pymail/), version: 0.1.2 2020-09-20T03:48:00,095 Given no hashes to check 1 links for project 'pymail': discarding no candidates 2020-09-20T03:48:00,096 Using version 0.1 (newest of versions: 0.1) 2020-09-20T03:48:00,100 Collecting pymail==0.1 2020-09-20T03:48:00,103 Created temporary directory: /tmp/pip-unpack-tp0hnucg 2020-09-20T03:48:00,142 Downloading PyMail-0.1.tar.gz (12 kB) 2020-09-20T03:48:00,243 Added pymail==0.1 from https://files.pythonhosted.org/packages/04/34/f9538830fdddf2f55f24c16655f720108ca125d80b92f26adf3a7b73b71d/PyMail-0.1.tar.gz#sha256=2bf3b75ab7ddf79a9723ce1cb0dc96cb295546a5f502edf5a8a0fc93f24c6867 to build tracker '/tmp/pip-req-tracker-ac5mp0a6' 2020-09-20T03:48:00,244 Running setup.py (path:/tmp/pip-wheel-f_gr7igb/pymail/setup.py) egg_info for package pymail 2020-09-20T03:48:00,245 Created temporary directory: /tmp/pip-pip-egg-info-5d59pxq0 2020-09-20T03:48:00,245 Running command python setup.py egg_info 2020-09-20T03:48:00,980 Traceback (most recent call last): 2020-09-20T03:48:00,980 File "", line 1, in 2020-09-20T03:48:00,981 File "/tmp/pip-wheel-f_gr7igb/pymail/setup.py", line 30, in 2020-09-20T03:48:00,981 long_description = file('README.rst').read(), 2020-09-20T03:48:00,981 NameError: name 'file' is not defined 2020-09-20T03:48:01,026 ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-09-20T03:48:01,026 Exception information: 2020-09-20T03:48:01,026 Traceback (most recent call last): 2020-09-20T03:48:01,026 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 228, in _main 2020-09-20T03:48:01,026 status = self.run(options, args) 2020-09-20T03:48:01,026 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 182, in wrapper 2020-09-20T03:48:01,026 return func(self, options, args) 2020-09-20T03:48:01,026 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 156, in run 2020-09-20T03:48:01,026 reqs, check_supported_wheels=True 2020-09-20T03:48:01,026 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 183, in resolve 2020-09-20T03:48:01,026 discovered_reqs.extend(self._resolve_one(requirement_set, req)) 2020-09-20T03:48:01,026 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 388, in _resolve_one 2020-09-20T03:48:01,026 abstract_dist = self._get_abstract_dist_for(req_to_install) 2020-09-20T03:48:01,026 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 340, in _get_abstract_dist_for 2020-09-20T03:48:01,026 abstract_dist = self.preparer.prepare_linked_requirement(req) 2020-09-20T03:48:01,026 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 483, in prepare_linked_requirement 2020-09-20T03:48:01,026 req, self.req_tracker, self.finder, self.build_isolation, 2020-09-20T03:48:01,026 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 91, in _get_prepared_distribution 2020-09-20T03:48:01,026 abstract_dist.prepare_distribution_metadata(finder, build_isolation) 2020-09-20T03:48:01,026 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/distributions/sdist.py", line 40, in prepare_distribution_metadata 2020-09-20T03:48:01,026 self.req.prepare_metadata() 2020-09-20T03:48:01,026 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 555, in prepare_metadata 2020-09-20T03:48:01,026 self.metadata_directory = self._generate_metadata() 2020-09-20T03:48:01,026 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 535, in _generate_metadata 2020-09-20T03:48:01,026 details=self.name or "from {}".format(self.link) 2020-09-20T03:48:01,026 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/build/metadata_legacy.py", line 73, in generate_metadata 2020-09-20T03:48:01,026 command_desc='python setup.py egg_info', 2020-09-20T03:48:01,026 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/subprocess.py", line 242, in call_subprocess 2020-09-20T03:48:01,026 raise InstallationError(exc_msg) 2020-09-20T03:48:01,026 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-20T03:48:01,034 Removed pymail==0.1 from https://files.pythonhosted.org/packages/04/34/f9538830fdddf2f55f24c16655f720108ca125d80b92f26adf3a7b73b71d/PyMail-0.1.tar.gz#sha256=2bf3b75ab7ddf79a9723ce1cb0dc96cb295546a5f502edf5a8a0fc93f24c6867 from build tracker '/tmp/pip-req-tracker-ac5mp0a6' 2020-09-20T03:48:01,034 Removed build tracker: '/tmp/pip-req-tracker-ac5mp0a6'