2019-10-28T22:38:24 Created temporary directory: /tmp/pip-ephem-wheel-cache-3nxkazx7 2019-10-28T22:38:24 Created temporary directory: /tmp/pip-req-tracker-8p30yg5c 2019-10-28T22:38:24 Created requirements tracker '/tmp/pip-req-tracker-8p30yg5c' 2019-10-28T22:38:24 Created temporary directory: /tmp/pip-wheel-ht10a3mi 2019-10-28T22:38:24 Collecting tseq2seq==0.1.0.1 2019-10-28T22:38:24 1 location(s) to search for versions of tseq2seq: 2019-10-28T22:38:24 * https://pypi.org/simple/tseq2seq/ 2019-10-28T22:38:24 Getting page https://pypi.org/simple/tseq2seq/ 2019-10-28T22:38:24 Analyzing links from page https://pypi.org/simple/tseq2seq/ 2019-10-28T22:38:24 Found link https://files.pythonhosted.org/packages/24/ac/ce9dd27dc086d1dca32f0cbb220e6e3bc0a32e6e4546c5ab658df4650af5/tseq2seq-0.1.0.1.tar.gz#sha256=f0e4788644a5139071763426220b3bbd6890d2c541728e3930fc2d9b363d73f2 (from https://pypi.org/simple/tseq2seq/), version: 0.1.0.1 2019-10-28T22:38:24 Using version 0.1.0.1 (newest of versions: 0.1.0.1) 2019-10-28T22:38:24 Created temporary directory: /tmp/pip-unpack-yp9b6z23 2019-10-28T22:38:24 Downloading https://files.pythonhosted.org/packages/24/ac/ce9dd27dc086d1dca32f0cbb220e6e3bc0a32e6e4546c5ab658df4650af5/tseq2seq-0.1.0.1.tar.gz 2019-10-28T22:38:24 Downloading from URL https://files.pythonhosted.org/packages/24/ac/ce9dd27dc086d1dca32f0cbb220e6e3bc0a32e6e4546c5ab658df4650af5/tseq2seq-0.1.0.1.tar.gz#sha256=f0e4788644a5139071763426220b3bbd6890d2c541728e3930fc2d9b363d73f2 (from https://pypi.org/simple/tseq2seq/) 2019-10-28T22:38:24 Added tseq2seq==0.1.0.1 from https://files.pythonhosted.org/packages/24/ac/ce9dd27dc086d1dca32f0cbb220e6e3bc0a32e6e4546c5ab658df4650af5/tseq2seq-0.1.0.1.tar.gz#sha256=f0e4788644a5139071763426220b3bbd6890d2c541728e3930fc2d9b363d73f2 to build tracker '/tmp/pip-req-tracker-8p30yg5c' 2019-10-28T22:38:24 Running setup.py (path:/tmp/pip-wheel-ht10a3mi/tseq2seq/setup.py) egg_info for package tseq2seq 2019-10-28T22:38:24 Running command python setup.py egg_info 2019-10-28T22:38:26 Traceback (most recent call last): 2019-10-28T22:38:26 File "", line 1, in 2019-10-28T22:38:26 File "/tmp/pip-wheel-ht10a3mi/tseq2seq/setup.py", line 24, in 2019-10-28T22:38:26 install_requires=read_requirements('requirements.txt'), # 指定需要安装的依赖 2019-10-28T22:38:26 File "/tmp/pip-wheel-ht10a3mi/tseq2seq/setup.py", line 14, in read_requirements 2019-10-28T22:38:26 return [line.strip() for line in read_file(filename).splitlines() 2019-10-28T22:38:26 File "/tmp/pip-wheel-ht10a3mi/tseq2seq/setup.py", line 8, in read_file 2019-10-28T22:38:26 with open(os_path.join(this_directory, filename), encoding='utf-8') as f: 2019-10-28T22:38:26 FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-wheel-ht10a3mi/tseq2seq/requirements.txt' 2019-10-28T22:38:26 Cleaning up... 2019-10-28T22:38:26 Removing source in /tmp/pip-wheel-ht10a3mi/tseq2seq 2019-10-28T22:38:26 Removed tseq2seq==0.1.0.1 from https://files.pythonhosted.org/packages/24/ac/ce9dd27dc086d1dca32f0cbb220e6e3bc0a32e6e4546c5ab658df4650af5/tseq2seq-0.1.0.1.tar.gz#sha256=f0e4788644a5139071763426220b3bbd6890d2c541728e3930fc2d9b363d73f2 from build tracker '/tmp/pip-req-tracker-8p30yg5c' 2019-10-28T22:38:26 Removed build tracker '/tmp/pip-req-tracker-8p30yg5c' 2019-10-28T22:38:26 ERROR: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-wheel-ht10a3mi/tseq2seq/ 2019-10-28T22:38:26 Exception information: 2019-10-28T22:38:26 Traceback (most recent call last): 2019-10-28T22:38:26 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 178, in main 2019-10-28T22:38:26 status = self.run(options, args) 2019-10-28T22:38:26 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 164, in run 2019-10-28T22:38:26 resolver.resolve(requirement_set) 2019-10-28T22:38:26 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolve.py", line 131, in resolve 2019-10-28T22:38:26 self._resolve_one(requirement_set, req) 2019-10-28T22:38:26 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolve.py", line 294, in _resolve_one 2019-10-28T22:38:26 abstract_dist = self._get_abstract_dist_for(req_to_install) 2019-10-28T22:38:26 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolve.py", line 242, in _get_abstract_dist_for 2019-10-28T22:38:26 self.require_hashes 2019-10-28T22:38:26 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 362, in prepare_linked_requirement 2019-10-28T22:38:26 abstract_dist.prep_for_dist(finder, self.build_isolation) 2019-10-28T22:38:26 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 171, in prep_for_dist 2019-10-28T22:38:26 self.req.prepare_metadata() 2019-10-28T22:38:26 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 537, in prepare_metadata 2019-10-28T22:38:26 self.run_egg_info() 2019-10-28T22:38:26 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 615, in run_egg_info 2019-10-28T22:38:26 command_desc='python setup.py egg_info') 2019-10-28T22:38:26 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/misc.py", line 776, in call_subprocess 2019-10-28T22:38:26 % (command_desc, proc.returncode, cwd)) 2019-10-28T22:38:26 pip._internal.exceptions.InstallationError: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-wheel-ht10a3mi/tseq2seq/