2020-11-21T02:26:23,194 Created temporary directory: /tmp/pip-ephem-wheel-cache-bi9nuktx 2020-11-21T02:26:23,197 Created temporary directory: /tmp/pip-req-tracker-4wu6iptc 2020-11-21T02:26:23,197 Initialized build tracking at /tmp/pip-req-tracker-4wu6iptc 2020-11-21T02:26:23,198 Created build tracker: /tmp/pip-req-tracker-4wu6iptc 2020-11-21T02:26:23,198 Entered build tracker: /tmp/pip-req-tracker-4wu6iptc 2020-11-21T02:26:23,199 Created temporary directory: /tmp/pip-wheel-nfxtvs7s 2020-11-21T02:26:23,209 1 location(s) to search for versions of inweather-station: 2020-11-21T02:26:23,209 * https://pypi.org/simple/inweather-station/ 2020-11-21T02:26:23,210 Fetching project page and analyzing links: https://pypi.org/simple/inweather-station/ 2020-11-21T02:26:23,210 Getting page https://pypi.org/simple/inweather-station/ 2020-11-21T02:26:23,212 Found index url https://pypi.org/simple 2020-11-21T02:26:23,305 Found link https://files.pythonhosted.org/packages/7d/0a/6a82fea3f7d905d2d5172e059dbc0fafb53dbd19d3fc183c2d3ea39a0c90/inweather-station-0.0.1.tar.gz#sha256=89d9242f0f6186bb0a608a7fb2d2220e78173c24102acadaf5e89516eda64d81 (from https://pypi.org/simple/inweather-station/), version: 0.0.1 2020-11-21T02:26:23,310 Given no hashes to check 1 links for project 'inweather-station': discarding no candidates 2020-11-21T02:26:23,310 Using version 0.0.1 (newest of versions: 0.0.1) 2020-11-21T02:26:23,314 Collecting inweather-station==0.0.1 2020-11-21T02:26:23,316 Created temporary directory: /tmp/pip-unpack-ssj9v0dt 2020-11-21T02:26:23,358 Downloading inweather-station-0.0.1.tar.gz (2.2 kB) 2020-11-21T02:26:23,385 Added inweather-station==0.0.1 from https://files.pythonhosted.org/packages/7d/0a/6a82fea3f7d905d2d5172e059dbc0fafb53dbd19d3fc183c2d3ea39a0c90/inweather-station-0.0.1.tar.gz#sha256=89d9242f0f6186bb0a608a7fb2d2220e78173c24102acadaf5e89516eda64d81 to build tracker '/tmp/pip-req-tracker-4wu6iptc' 2020-11-21T02:26:23,387 Running setup.py (path:/tmp/pip-wheel-nfxtvs7s/inweather-station/setup.py) egg_info for package inweather-station 2020-11-21T02:26:23,387 Created temporary directory: /tmp/pip-pip-egg-info-adi8mhij 2020-11-21T02:26:23,388 Running command python setup.py egg_info 2020-11-21T02:26:24,175 Traceback (most recent call last): 2020-11-21T02:26:24,176 File "", line 1, in 2020-11-21T02:26:24,176 File "/tmp/pip-wheel-nfxtvs7s/inweather-station/setup.py", line 7, in 2020-11-21T02:26:24,177 import sdist_upip 2020-11-21T02:26:24,177 ModuleNotFoundError: No module named 'sdist_upip' 2020-11-21T02:26:24,223 ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-11-21T02:26:24,223 Exception information: 2020-11-21T02:26:24,223 Traceback (most recent call last): 2020-11-21T02:26:24,223 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 228, in _main 2020-11-21T02:26:24,223 status = self.run(options, args) 2020-11-21T02:26:24,223 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 182, in wrapper 2020-11-21T02:26:24,223 return func(self, options, args) 2020-11-21T02:26:24,223 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 156, in run 2020-11-21T02:26:24,223 reqs, check_supported_wheels=True 2020-11-21T02:26:24,223 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 183, in resolve 2020-11-21T02:26:24,223 discovered_reqs.extend(self._resolve_one(requirement_set, req)) 2020-11-21T02:26:24,223 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 388, in _resolve_one 2020-11-21T02:26:24,223 abstract_dist = self._get_abstract_dist_for(req_to_install) 2020-11-21T02:26:24,223 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 340, in _get_abstract_dist_for 2020-11-21T02:26:24,223 abstract_dist = self.preparer.prepare_linked_requirement(req) 2020-11-21T02:26:24,223 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 483, in prepare_linked_requirement 2020-11-21T02:26:24,223 req, self.req_tracker, self.finder, self.build_isolation, 2020-11-21T02:26:24,223 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 91, in _get_prepared_distribution 2020-11-21T02:26:24,223 abstract_dist.prepare_distribution_metadata(finder, build_isolation) 2020-11-21T02:26:24,223 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/distributions/sdist.py", line 40, in prepare_distribution_metadata 2020-11-21T02:26:24,223 self.req.prepare_metadata() 2020-11-21T02:26:24,223 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 555, in prepare_metadata 2020-11-21T02:26:24,223 self.metadata_directory = self._generate_metadata() 2020-11-21T02:26:24,223 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 535, in _generate_metadata 2020-11-21T02:26:24,223 details=self.name or "from {}".format(self.link) 2020-11-21T02:26:24,223 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/build/metadata_legacy.py", line 73, in generate_metadata 2020-11-21T02:26:24,223 command_desc='python setup.py egg_info', 2020-11-21T02:26:24,223 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/subprocess.py", line 242, in call_subprocess 2020-11-21T02:26:24,223 raise InstallationError(exc_msg) 2020-11-21T02:26:24,223 pip._internal.exceptions.InstallationError: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-11-21T02:26:24,231 Removed inweather-station==0.0.1 from https://files.pythonhosted.org/packages/7d/0a/6a82fea3f7d905d2d5172e059dbc0fafb53dbd19d3fc183c2d3ea39a0c90/inweather-station-0.0.1.tar.gz#sha256=89d9242f0f6186bb0a608a7fb2d2220e78173c24102acadaf5e89516eda64d81 from build tracker '/tmp/pip-req-tracker-4wu6iptc' 2020-11-21T02:26:24,231 Removed build tracker: '/tmp/pip-req-tracker-4wu6iptc'