Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/url/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
使用pip安装软件包时遇到问题_Pip_Download - Fatal编程技术网

使用pip安装软件包时遇到问题

使用pip安装软件包时遇到问题,pip,download,Pip,Download,我一直在使用pip安装的一切,它一直工作良好,但我试图下载的最后一个模块没有完成,我无法找出原因。任何帮助都将不胜感激 Downloading/unpacking fut Downloading fut-0.0.20.tar.gz Running setup.py (path:/private/tmp/pip_build_root/fut/setup.py) egg_info for package fut Traceback (most recent call last): Fil

我一直在使用pip安装的一切,它一直工作良好,但我试图下载的最后一个模块没有完成,我无法找出原因。任何帮助都将不胜感激

Downloading/unpacking fut
  Downloading fut-0.0.20.tar.gz
  Running setup.py (path:/private/tmp/pip_build_root/fut/setup.py) egg_info for package fut
Traceback (most recent call last):
  File "<string>", line 17, in <module>
  File "/private/tmp/pip_build_root/fut/setup.py", line 25, in <module>
    with open('CHANGELOG.rst') as f2:
IOError: [Errno 2] No such file or directory: 'CHANGELOG.rst'
Complete output from command python setup.py egg_info:
Traceback (most recent call last):

 File "<string>", line 17, in <module>

 File "/private/tmp/pip_build_root/fut/setup.py", line 25, in <module>

with open('CHANGELOG.rst') as f2:

IOError: [Errno 2] No such file or directory: 'CHANGELOG.rst'
下载/解包fut
下载fut-0.0.20.tar.gz
运行setup.py(路径:/private/tmp/pip\u build\u root/fut/setup.py)包fut的egg\u信息
回溯(最近一次呼叫最后一次):
文件“”,第17行,在
文件“/private/tmp/pip\u build\u root/fut/setup.py”,第25行,在
打开('CHANGELOG.rst')作为f2:
IOError:[Errno 2]没有这样的文件或目录:“CHANGELOG.rst”
从命令python setup.py egg_info完成输出:
回溯(最近一次呼叫最后一次):
文件“”,第17行,在
文件“/private/tmp/pip\u build\u root/fut/setup.py”,第25行,在
打开('CHANGELOG.rst')作为f2:
IOError:[Errno 2]没有这样的文件或目录:“CHANGELOG.rst”


几天前,我在使用pip时遇到了同样的错误

IOError:[Errno 2]没有这样的文件或目录:“CHANGELOG.rst”

我只是简单地创建了一个空文件'CHANGELOG.rst',pip安装正常进行。不要认为这是一个合法的解决方案,但作为一个“变通办法”可能还可以