我下载了适用于 Windows 7 的 python 3.8 32 位,现在我正在尝试安装必要的软件包。但是,我得到:"ERROR: Could not find a version that satisfies the requirement beautiful... / request... from versions: none
ERROR: No matching distributing found for requests-2.22.0 (same for beautifulsoup)我什至更新了点子,python -m pip install --upgrade pip但也没有用。我错过了什么吗?Python 安装在:C:\Users\Usuario\AppData\Local\Programs\Python\Python38-32\pythonw.exe.
C:\Users\Usuario\AppData\Local\Programs\Python\Python38-32\Lib\idlelib\idle.pyw并且包裹在:C:\Users\Usuario\Desktop\TATOEBA\Python
2 回答
DIEA
TA贡献1820条经验 获得超3个赞
而不是 pip install beautifulsoup4-4.8.2,试试这个,
pip install beautifulsoup4 pip install requests
我认为,语法有问题,你在写。
pip install <package_name>== <version>
是正确的语法。
添加回答
举报
0/150
提交
取消
