我为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
答案 0 :(得分:1)
而不是pip install beautifulsoup4-4.8.2,请尝试使用此
pip install beautifulsoup4
pip install requests
我认为,您在编写语法有问题。
pip install <package_name>== <version>
是正确的语法。
答案 1 :(得分:1)
如果Saurabh Kansal的答案不能解决问题,以防万一尝试在pip3上安装beautifulsoup4