temp pip install error没有这样的文件或目录

时间:2018-04-15 15:14:00

标签: python pip install

我正在尝试安装从GitHub下载的Python软件包,但是当我这样做时,我得到以下内容:

C:\WINDOWS\system32>pip install C:\Python27\GetOldTweets-python- 
master.zip
Processing c:\python27\getoldtweets-python-master.zip
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
  File "<string>", line 1, in <module>
IOError: [Errno 2] No such file or directory: 'c:\\users\\andres\\appdata\\local\\temp\\pip-req-build-cn4z5x\\setup.py'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in c:\users\andres\appdata\local\temp\pip-req-build-cn4z5x\

我想这是关于zip文件解压缩创建临时文件的一些事情,但为什么Python无法访问/不存在?

非常感谢你!

0 个答案:

没有答案