我最近重新格式化了我的计算机,我一直在尝试重新安装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。谢谢!
答案 0 :(得分:0)
我相信您要寻找的套餐是BeautifulSoup4
。我也失败了。我感觉到你的痛苦。