Py学习  »  问与答

为什么在ubuntu下使用pip来安装的时候出现以下问题?

取个昵称不够长 • 10 年前 • 2596 次点击  

为什么在ubuntu下使用pip install -r requirements.txt #安装所有依赖 的时候出现以下问题?

: Exception: Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 122, in main status = self.run(options, args) File "/usr/lib/python2.7/dist-packages/pip/commands/install.py", line 278, in run requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle) File "/usr/lib/python2.7/dist-packages/pip/req.py", line 1259, in prepare_files )[0] IndexError: list index out of range

Storing debug log for failure in /tmp/tmpFX4_v2

Python社区是高质量的Python/Django开发社区
本文地址:http://www.python88.com/topic/1085
 
2596 次点击