Python PIP安装问题

时间:2013-11-27 20:06:31

标签: python pip

我正在使用命令行尝试安装pip。我正在使用命令行来安装该文件。我正在使用命令" python C:\ Users \ Lucas \ Desktop \ get-pip.py install"在C:\ Python27目录中。以下是我在错误日志中收到的错误消息:

Exception information:
Traceback (most recent call last):
  File "c:\users\lucas\appdata\local\temp\unpacker-hpeuf5-scratchdir\pip\basecommand.py", line 134, in main
    status = self.run(options, args)
  File "c:\users\lucas\appdata\local\temp\unpacker-hpeuf5-scratchdir\pip\commands\install.py", line 236, in run
    requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
  File "c:\users\lucas\appdata\local\temp\unpacker-hpeuf5-scratchdir\pip\req.py", line 1077, in prepare_files
    url = finder.find_requirement(req_to_install, upgrade=self.upgrade)
  File "c:\users\lucas\appdata\local\temp\unpacker-hpeuf5-scratchdir\pip\index.py", line 265, in find_requirement
    raise DistributionNotFound('No distributions at all found for %s' % req)
DistributionNotFound: No distributions at all found for install

4 个答案:

答案 0 :(得分:2)

尝试:

cd C:\Users\Lucas\Desktop
python get-pip.py

答案 1 :(得分:0)

不要传递任何参数:

python get-pip.py

/path/to/version/python get-pip.py

答案 2 :(得分:0)

试试这个

sudo python get-pip.py

答案 3 :(得分:0)

尝试使用 python3 和 pip3 完成所有这些活动。这对我有用