2014-10-30 297 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