匯入錯誤疑難排解:沒有名為requests 的模組
嘗試匯入「請求」模組時,您可能會遇到「匯入錯誤:沒有模組」命名請求」錯誤。模組或此模組不可用。方法因作業系統和Python版本而異。 >Python 3:
使用sudo pip3 install requests替代方法(OSX/Linux)
如果pip 已安裝但不在您的路徑中,請執行python -m pip install requests (或Python 3 的python3 -m pip install requests)。 🎜>CentOS: sudo yum install python-requests
Python 2 (Debian/Ubuntu): sudo apt-get --reinstall 安裝python-requests或者,從命令提示字元執行 > Patheasy_install.exe 請求,其中 Path 是您的 Python*Scripts 資料夾。資料夾。 解壓縮下載的 zip 檔案並從解壓縮的目錄執行 python setup.py install。
以上是如何修復「導入錯誤:沒有名為請求的模組」?的詳細內容。更多資訊請關注PHP中文網其他相關文章!