2020-07-21T16:26:20,303 Created temporary directory: /tmp/pip-ephem-wheel-cache-seqvq8ps 2020-07-21T16:26:20,308 Created temporary directory: /tmp/pip-req-tracker-_zpsivfv 2020-07-21T16:26:20,308 Initialized build tracking at /tmp/pip-req-tracker-_zpsivfv 2020-07-21T16:26:20,309 Created build tracker: /tmp/pip-req-tracker-_zpsivfv 2020-07-21T16:26:20,309 Entered build tracker: /tmp/pip-req-tracker-_zpsivfv 2020-07-21T16:26:20,310 Created temporary directory: /tmp/pip-wheel-wv24h8r5 2020-07-21T16:26:20,327 1 location(s) to search for versions of youpy: 2020-07-21T16:26:20,327 * https://pypi.org/simple/youpy/ 2020-07-21T16:26:20,328 Fetching project page and analyzing links: https://pypi.org/simple/youpy/ 2020-07-21T16:26:20,329 Getting page https://pypi.org/simple/youpy/ 2020-07-21T16:26:20,331 Found index url https://pypi.org/simple 2020-07-21T16:26:20,534 Skipping link: No binaries permitted for youpy: https://files.pythonhosted.org/packages/97/43/e4893e51756605468d0821d62cbbdd63beb4cc4bb4ba298020886d5b1e24/youpy-0.1.0rc1-py3-none-any.whl#sha256=4b362c04d432dc7794b297e39eccba5413c0fcb5cc44838919f438b6516c1821 (from https://pypi.org/simple/youpy/) 2020-07-21T16:26:20,535 Found link https://files.pythonhosted.org/packages/32/f0/87145c3ef4c7e282e4eed8e75484ad7338bbebbf9c1e183999bfacfa627b/youpy-0.1.0rc1.zip#sha256=e63a2169ab1b6ed3a67537eadd430ab68676864155bf53321fe9da8ab2903088 (from https://pypi.org/simple/youpy/), version: 0.1.0rc1 2020-07-21T16:26:20,536 Skipping link: No binaries permitted for youpy: https://files.pythonhosted.org/packages/ea/af/1d315f067ee465ae784aa4edd8befcdc343590f3037e0edb0395bf199d41/youpy-0.1.0rc2-py3-none-any.whl#sha256=0c87bd209ad0ba8e194a9d1121d5c130d0b18376b978a5799551b7c7dc1031d9 (from https://pypi.org/simple/youpy/) 2020-07-21T16:26:20,536 Found link https://files.pythonhosted.org/packages/6b/53/a4ffd5270d1d5282bffe8f3714e076215fc613548b17c951bc2ec139b8c1/youpy-0.1.0rc2.zip#sha256=3b1e92410292ea00ea50525fc38fdca3a678b3eb35ecb474b0ccbdacf447958a (from https://pypi.org/simple/youpy/), version: 0.1.0rc2 2020-07-21T16:26:20,544 Given no hashes to check 1 links for project 'youpy': discarding no candidates 2020-07-21T16:26:20,545 Using version 0.1.0rc2 (newest of versions: 0.1.0rc2) 2020-07-21T16:26:20,550 Collecting youpy==0.1.0rc2 2020-07-21T16:26:20,554 Created temporary directory: /tmp/pip-unpack-5hekuy2_ 2020-07-21T16:26:20,783 Downloading youpy-0.1.0rc2.zip (317 kB) 2020-07-21T16:26:21,180 Added youpy==0.1.0rc2 from https://files.pythonhosted.org/packages/6b/53/a4ffd5270d1d5282bffe8f3714e076215fc613548b17c951bc2ec139b8c1/youpy-0.1.0rc2.zip#sha256=3b1e92410292ea00ea50525fc38fdca3a678b3eb35ecb474b0ccbdacf447958a to build tracker '/tmp/pip-req-tracker-_zpsivfv' 2020-07-21T16:26:21,182 Running setup.py (path:/tmp/pip-wheel-wv24h8r5/youpy/setup.py) egg_info for package youpy 2020-07-21T16:26:21,183 Created temporary directory: /tmp/pip-pip-egg-info-z295r15n 2020-07-21T16:26:21,184 Running command python setup.py egg_info 2020-07-21T16:26:22,964 Traceback (most recent call last): 2020-07-21T16:26:22,965 File "/tmp/pip-wheel-wv24h8r5/youpy/setup.py", line 50, in get_version 2020-07-21T16:26:22,966 return readfile(VERSION_TXT).strip() 2020-07-21T16:26:22,967 File "/tmp/pip-wheel-wv24h8r5/youpy/setup.py", line 31, in readfile 2020-07-21T16:26:22,968 encoding="utf-8") as stream: 2020-07-21T16:26:22,968 File "/usr/lib/python3.7/codecs.py", line 898, in open 2020-07-21T16:26:22,969 file = builtins.open(filename, mode, buffering) 2020-07-21T16:26:22,970 FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-wheel-wv24h8r5/youpy/VERSION.txt' 2020-07-21T16:26:22,971 During handling of the above exception, another exception occurred: 2020-07-21T16:26:22,973 Traceback (most recent call last): 2020-07-21T16:26:22,973 File "", line 1, in 2020-07-21T16:26:22,974 File "/tmp/pip-wheel-wv24h8r5/youpy/setup.py", line 147, in 2020-07-21T16:26:22,975 version=get_version(), 2020-07-21T16:26:22,975 File "/tmp/pip-wheel-wv24h8r5/youpy/setup.py", line 54, in get_version 2020-07-21T16:26:22,976 return subprocess.check_output(cmd).decode().strip() 2020-07-21T16:26:22,977 File "/usr/lib/python3.7/subprocess.py", line 395, in check_output 2020-07-21T16:26:22,978 **kwargs).stdout 2020-07-21T16:26:22,979 File "/usr/lib/python3.7/subprocess.py", line 472, in run 2020-07-21T16:26:22,979 with Popen(*popenargs, **kwargs) as process: 2020-07-21T16:26:22,980 File "/usr/lib/python3.7/subprocess.py", line 775, in __init__ 2020-07-21T16:26:22,981 restore_signals, start_new_session) 2020-07-21T16:26:22,981 File "/usr/lib/python3.7/subprocess.py", line 1522, in _execute_child 2020-07-21T16:26:22,982 raise child_exception_type(errno_num, err_msg, err_filename) 2020-07-21T16:26:22,983 FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-wheel-wv24h8r5/youpy/script/version': '/tmp/pip-wheel-wv24h8r5/youpy/script/version' 2020-07-21T16:26:23,072 ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-07-21T16:26:23,073 Exception information: 2020-07-21T16:26:23,073 Traceback (most recent call last): 2020-07-21T16:26:23,073 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 188, in _main 2020-07-21T16:26:23,073 status = self.run(options, args) 2020-07-21T16:26:23,073 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 185, in wrapper 2020-07-21T16:26:23,073 return func(self, options, args) 2020-07-21T16:26:23,073 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 160, in run 2020-07-21T16:26:23,073 reqs, check_supported_wheels=True 2020-07-21T16:26:23,073 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 179, in resolve 2020-07-21T16:26:23,073 discovered_reqs.extend(self._resolve_one(requirement_set, req)) 2020-07-21T16:26:23,073 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 362, in _resolve_one 2020-07-21T16:26:23,073 abstract_dist = self._get_abstract_dist_for(req_to_install) 2020-07-21T16:26:23,073 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 314, in _get_abstract_dist_for 2020-07-21T16:26:23,073 abstract_dist = self.preparer.prepare_linked_requirement(req) 2020-07-21T16:26:23,073 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 488, in prepare_linked_requirement 2020-07-21T16:26:23,073 req, self.req_tracker, self.finder, self.build_isolation, 2020-07-21T16:26:23,073 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 91, in _get_prepared_distribution 2020-07-21T16:26:23,073 abstract_dist.prepare_distribution_metadata(finder, build_isolation) 2020-07-21T16:26:23,073 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/distributions/sdist.py", line 40, in prepare_distribution_metadata 2020-07-21T16:26:23,073 self.req.prepare_metadata() 2020-07-21T16:26:23,073 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 550, in prepare_metadata 2020-07-21T16:26:23,073 self.metadata_directory = self._generate_metadata() 2020-07-21T16:26:23,073 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 530, in _generate_metadata 2020-07-21T16:26:23,073 details=self.name or "from {}".format(self.link) 2020-07-21T16:26:23,073 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/build/metadata_legacy.py", line 73, in generate_metadata 2020-07-21T16:26:23,073 command_desc='python setup.py egg_info', 2020-07-21T16:26:23,073 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/subprocess.py", line 241, in call_subprocess 2020-07-21T16:26:23,073 raise InstallationError(exc_msg) 2020-07-21T16:26:23,073 pip._internal.exceptions.InstallationError: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-07-21T16:26:23,087 Removed youpy==0.1.0rc2 from https://files.pythonhosted.org/packages/6b/53/a4ffd5270d1d5282bffe8f3714e076215fc613548b17c951bc2ec139b8c1/youpy-0.1.0rc2.zip#sha256=3b1e92410292ea00ea50525fc38fdca3a678b3eb35ecb474b0ccbdacf447958a from build tracker '/tmp/pip-req-tracker-_zpsivfv' 2020-07-21T16:26:23,087 Removed build tracker: '/tmp/pip-req-tracker-_zpsivfv'