簡體   English   中英

pip安裝未安裝python模塊

[英]Pip install not installing python module

我最近重新格式化了計算機,並嘗試重新安裝Python和Pip以及用於編程的模塊。 但是,當我嘗試在Powershell中使用pip安裝模塊時,例如“ pip install BeautifulSoup”,它將顯示

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 謝謝!

我相信您要尋找的軟件包是BeautifulSoup4 我也失敗了。 我感到你很痛苦。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM