2014-10-30 302 views
0

我最近重新格式化了我的电脑,我一直在试图重新安装Python和PIP以及我用于编程的模块。然而,当我尝试使用PowerShell中PIP安装模块,例如“PIP安装BeautifulSoup”,它显示PIP安装不安装Python模块

PS C:\Users\Norman\Copy\Coding\LinguisticsProject> pip install BeautifulSoup 
Downloading/unpacking pip 
Downloading/unpacking setuptools 
Downloading/unpacking install 
    Could not find any downloads that satisfy the requirement install 
    Some externally hosted files were ignored (use --allow-external install to allow). 
Cleaning up... 
No distributions at all found for install 
Storing debug log for failure in C:\Users\Norman\pip\pip.log 

日志文件可以在http://pastebin.com/Th7uuKA4找到。模块没有正确安装,因为当我尝试导入模块时找不到该模块。我有我的用户PATH变量设置为以下内容:http://pastebin.com/htquhuVY。谢谢!

+0

你的意思是'pip安装BeautifulSoup4'? – 2014-10-30 04:05:15

+0

我也试过,它仍然不起作用。 – thenorm 2014-10-30 04:13:10

回答

0

我相信你正在寻找的包是BeautifulSoup4。我也失败了。我感到你的痛苦。

+0

我试过了,它仍然不起作用。我认为这与我的pip安装有关,不是错误的名称。 – thenorm 2014-10-30 04:12:55