繁体   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