我下載了適用于 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條經驗 獲得超2個贊
而不是 pip install beautifulsoup4-4.8.2,試試這個,
pip install beautifulsoup4 pip install requests
我認為,語法有問題,你在寫。
pip install <package_name>== <version>
是正確的語法。
添加回答
舉報
0/150
提交
取消