2020-06-14T16:37:18,714 Created temporary directory: /tmp/pip-ephem-wheel-cache-u6ll7blk 2020-06-14T16:37:18,718 Created temporary directory: /tmp/pip-req-tracker-ne7zjg6z 2020-06-14T16:37:18,719 Initialized build tracking at /tmp/pip-req-tracker-ne7zjg6z 2020-06-14T16:37:18,719 Created build tracker: /tmp/pip-req-tracker-ne7zjg6z 2020-06-14T16:37:18,720 Entered build tracker: /tmp/pip-req-tracker-ne7zjg6z 2020-06-14T16:37:18,721 Created temporary directory: /tmp/pip-wheel-js1jmk_2 2020-06-14T16:37:18,734 1 location(s) to search for versions of tuyagateway: 2020-06-14T16:37:18,734 * https://pypi.org/simple/tuyagateway/ 2020-06-14T16:37:18,735 Fetching project page and analyzing links: https://pypi.org/simple/tuyagateway/ 2020-06-14T16:37:18,736 Getting page https://pypi.org/simple/tuyagateway/ 2020-06-14T16:37:18,738 Found index url https://pypi.org/simple 2020-06-14T16:37:18,932 Skipping link: No binaries permitted for tuyagateway: https://files.pythonhosted.org/packages/61/88/51c4855ffcf3d50f4a3ed5dd19cfd9c6496e7a99b884bf436ff5b34458be/tuyagateway-2.0.0-py3-none-any.whl#sha256=5cca32cb360720fd7601d3529857a4849ca47a48b6e9d60312a05db900da8c71 (from https://pypi.org/simple/tuyagateway/) (requires-python:>=3.6) 2020-06-14T16:37:18,933 Found link https://files.pythonhosted.org/packages/51/98/5b2cb8e10ce8ef1f309b5e3aa15cef21fc31f4d6f8d13eb56d7c3ae79cee/tuyagateway-2.0.0.tar.gz#sha256=a4890bd831bcc5da5613ea02308e5aa7e59ed09746a3496d99e1cbbf324fd98e (from https://pypi.org/simple/tuyagateway/) (requires-python:>=3.6), version: 2.0.0 2020-06-14T16:37:18,940 Given no hashes to check 1 links for project 'tuyagateway': discarding no candidates 2020-06-14T16:37:18,941 Using version 2.0.0 (newest of versions: 2.0.0) 2020-06-14T16:37:18,946 Collecting tuyagateway==2.0.0 2020-06-14T16:37:18,950 Created temporary directory: /tmp/pip-unpack-yrw15hdv 2020-06-14T16:37:19,025 Downloading tuyagateway-2.0.0.tar.gz (13 kB) 2020-06-14T16:37:19,148 Added tuyagateway==2.0.0 from https://files.pythonhosted.org/packages/51/98/5b2cb8e10ce8ef1f309b5e3aa15cef21fc31f4d6f8d13eb56d7c3ae79cee/tuyagateway-2.0.0.tar.gz#sha256=a4890bd831bcc5da5613ea02308e5aa7e59ed09746a3496d99e1cbbf324fd98e to build tracker '/tmp/pip-req-tracker-ne7zjg6z' 2020-06-14T16:37:19,151 Running setup.py (path:/tmp/pip-wheel-js1jmk_2/tuyagateway/setup.py) egg_info for package tuyagateway 2020-06-14T16:37:19,153 Created temporary directory: /tmp/pip-pip-egg-info-muwkuo_d 2020-06-14T16:37:19,154 Running command python setup.py egg_info 2020-06-14T16:37:20,622 Traceback (most recent call last): 2020-06-14T16:37:20,623 File "", line 1, in 2020-06-14T16:37:20,623 File "/tmp/pip-wheel-js1jmk_2/tuyagateway/setup.py", line 11, in 2020-06-14T16:37:20,624 version_meta = runpy.run_path("./version.py") 2020-06-14T16:37:20,624 File "/usr/lib/python3.7/runpy.py", line 261, in run_path 2020-06-14T16:37:20,624 code, fname = _get_code_from_file(run_name, path_name) 2020-06-14T16:37:20,625 File "/usr/lib/python3.7/runpy.py", line 231, in _get_code_from_file 2020-06-14T16:37:20,625 with open(fname, "rb") as f: 2020-06-14T16:37:20,626 FileNotFoundError: [Errno 2] No such file or directory: './version.py' 2020-06-14T16:37:20,712 ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-06-14T16:37:20,713 Exception information: 2020-06-14T16:37:20,713 Traceback (most recent call last): 2020-06-14T16:37:20,713 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 188, in _main 2020-06-14T16:37:20,713 status = self.run(options, args) 2020-06-14T16:37:20,713 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 185, in wrapper 2020-06-14T16:37:20,713 return func(self, options, args) 2020-06-14T16:37:20,713 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 160, in run 2020-06-14T16:37:20,713 reqs, check_supported_wheels=True 2020-06-14T16:37:20,713 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 179, in resolve 2020-06-14T16:37:20,713 discovered_reqs.extend(self._resolve_one(requirement_set, req)) 2020-06-14T16:37:20,713 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 362, in _resolve_one 2020-06-14T16:37:20,713 abstract_dist = self._get_abstract_dist_for(req_to_install) 2020-06-14T16:37:20,713 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 314, in _get_abstract_dist_for 2020-06-14T16:37:20,713 abstract_dist = self.preparer.prepare_linked_requirement(req) 2020-06-14T16:37:20,713 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 488, in prepare_linked_requirement 2020-06-14T16:37:20,713 req, self.req_tracker, self.finder, self.build_isolation, 2020-06-14T16:37:20,713 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 91, in _get_prepared_distribution 2020-06-14T16:37:20,713 abstract_dist.prepare_distribution_metadata(finder, build_isolation) 2020-06-14T16:37:20,713 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/distributions/sdist.py", line 40, in prepare_distribution_metadata 2020-06-14T16:37:20,713 self.req.prepare_metadata() 2020-06-14T16:37:20,713 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 550, in prepare_metadata 2020-06-14T16:37:20,713 self.metadata_directory = self._generate_metadata() 2020-06-14T16:37:20,713 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 530, in _generate_metadata 2020-06-14T16:37:20,713 details=self.name or "from {}".format(self.link) 2020-06-14T16:37:20,713 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/build/metadata_legacy.py", line 73, in generate_metadata 2020-06-14T16:37:20,713 command_desc='python setup.py egg_info', 2020-06-14T16:37:20,713 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/subprocess.py", line 241, in call_subprocess 2020-06-14T16:37:20,713 raise InstallationError(exc_msg) 2020-06-14T16:37:20,713 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-14T16:37:20,726 Removed tuyagateway==2.0.0 from https://files.pythonhosted.org/packages/51/98/5b2cb8e10ce8ef1f309b5e3aa15cef21fc31f4d6f8d13eb56d7c3ae79cee/tuyagateway-2.0.0.tar.gz#sha256=a4890bd831bcc5da5613ea02308e5aa7e59ed09746a3496d99e1cbbf324fd98e from build tracker '/tmp/pip-req-tracker-ne7zjg6z' 2020-06-14T16:37:20,727 Removed build tracker: '/tmp/pip-req-tracker-ne7zjg6z'