【Python】pip安裝scrapy、mysqlclient出錯的解決方法
安裝scrapy報錯
出錯提示(1):Cannot unpack fileC:\Users\Administrator\AppData\Local\Temp\pip-rfrf157n-unpack\simple …
或(2)Microsoft Visual C++ 14.0 is required. Get it with “Microsoft VisualC++ Build Tools”:….
通用解決方法:依次在https://www.lfd.uci.edu/~gohlke/pythonlibs/網站上下載lxml、twisted、scrapy進行.whl檔案安裝
安裝mysqlclient報錯
Mysqlclient安裝出現如上(2)問題也在https://www.lfd.uci.edu/~gohlke/pythonlibs/網址上下載對應版本的mysqlclient的.whl檔案進行安裝
.whl檔案安裝命令為 pip install (.whl檔案的絕對路徑)
相關文章
- python安裝scrapy出錯怎麼解決Python
- 使用pip install mysqlclient命令安裝mysqlclient失敗?MySqlclient
- 解決 macOS 下 Python 3.8 安裝 mysqlclient 的問題MacPythonMySqlclient
- mac Pro 安裝scrapy報錯解決Mac
- python安裝mysqlclientPythonMySqlclient
- Python: 安裝 sklearn 包出現錯誤的解決方法Python
- 使用pip安裝selenium庫一直報錯的解決方法
- pip安裝selenium超時解決方法
- docker中安裝tcpdump出錯解決方法DockerTCP
- Mac更新python3.12 解決pip3安裝報錯MacPython
- Python pip安裝Python
- python安裝pipPython
- python3中pip3安裝出錯,找不到SSLPython
- python3.9安裝wordcloud出錯解決辦法PythonCloud
- Ubuntu 安裝 SCRAPY 方法Ubuntu
- Python pip的安裝及解除安裝Python
- python 3.6.2 安裝與執行 Scrapy 問題與解決Python
- 【python】pip安裝庫時出現Read timed out.解決辦法Python
- Python2.7安裝Scrapy錯誤處理Python
- 安裝psutil模組報錯的解決方法
- 安裝vCenter Server出現1603錯誤的一種解決方法Server
- pip install scrapy報錯:error: UnableError
- pip 安裝 grpcio 報錯RPC
- anaconda安裝出錯怎麼解決?
- ubuntu 20.04 安裝 vim 出錯的解決方案Ubuntu
- 教你解決win10 itunes被配置前安裝程式出錯的方法Win10
- kaldi的編譯安裝與報錯解決方法編譯
- win10安裝office2013安裝出錯如何處理_win10安裝office2013安裝出錯的解決方法Win10
- 詳解python包管理器pip安裝Python
- python 使用pip安裝使用國內映象加速下載安裝包的方法Python
- python怎麼安裝pip?Python
- centos6,python3,通過pip安裝pycurl出現報錯提示CentOSPython
- python 安裝外掛太慢解決方法Python
- 【Python】pydot安裝失敗解決方法Python
- python的pip快速安裝程式碼Python
- 【已解決】pip已經安裝好了模組,執行程式碼還是報錯說沒安裝行程
- Ubuntu16中vim安裝出錯–has no installation candidate的解決方法Ubuntu
- python中的pip的安裝以及通過pip命令對selenium進行解除安裝和安裝Python