Linux解決MySQL-python安裝失敗問題
使用python的pip直接安裝MySQL-python的時候遇到如下報錯:
Collecting mysql-python
Using cached MySQL-python-1.2.5.zip
Complete output from command python setup.py egg_info:
sh: 1: mysql_config: not found
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-build-eLhjoy/mysql-python/setup.py", line 17, in <module>
metadata, options = get_config()
File "setup_posix.py", line 43, in get_config
libs = mysql_config("libs_r")
File "setup_posix.py", line 25, in mysql_config
raise EnvironmentError("%s not found" % (mysql_config.path,))
EnvironmentError: mysql_config not found
----------------------------------------
Command “python setup.py egg_info” failed with error code 1 in /tmp/pip-build-eLhjoy/mysql-python/
經過網上資料查詢,發現需要按libmysqlclient-dev
apt-get install libmysqlclient-dev
如果沒有許可權,請在該命令之前新增sudo
完成上述步驟之後,在重新安裝MySQL-python庫
相關文章
- 解決npm 安裝部分依賴失敗問題總結NPM
- Arch linux下安裝bochs失敗解決Linux
- 徹底解決docker build時安裝軟體失敗問題DockerUI
- 解決在ubuntu系統中安裝Chrome失敗的問題UbuntuChrome
- ElasticSearch 安裝root使用者啟動失敗問題解決Elasticsearch
- npm安裝失敗解決方案NPM
- git clone失敗問題解決Git
- 問題解決--npm install 安裝依賴一直失敗NPM
- win10下安裝tesserocr失敗(問題已解決,見文末)Win10
- Eclipse 安裝 Axis2外掛失敗問題解決方案Eclipse
- Emgu.CV.Runtime.Windows nuget 安裝失敗問題解決方案Windows
- anaconda安裝失敗解決方法
- 解決@vue/cli 建立專案是安裝chromedriver時失敗的問題VueChrome
- 解決linux crontab備份mysql失敗的問題LinuxMySql
- hbase啟動失敗問題解決
- mongodb啟動失敗問題解決MongoDB
- npm install安裝失敗解決方法NPM
- 解決Wireshark安裝Npcap元件失敗PCA元件
- 【Python】pydot安裝失敗解決方法Python
- puppeteer 安裝失敗的解決辦法
- 簡單幾步解決win10平板qq遊戲安裝失敗問題Win10遊戲
- 解決Liunx之CentOS 7安裝Redis 6.0.6執行make命令失敗問題CentOSRedis
- 解決debian7下安裝GD擴充套件失敗的問題套件
- 解決Nessus外掛更新失敗問題
- Composer doctrine/dbal 2.0 安裝失敗問題
- brew install mac安裝失敗的問題Mac
- 用conda安裝庫時遇到環境查詢失敗問題解決方案
- 解決pytorch-gpu 安裝失敗方案PyTorchGPU
- npm 安裝 chromedriver 失敗的解決辦法NPMChrome
- idea漢化包安裝失敗解決方法Idea
- wordpress 外掛 (主題)線上安裝失敗 解決辦法探索
- Linux rpm安裝問題解決Linux
- 如何解決應用安裝失敗錯誤碼-13的問題
- yum安裝mongodb啟動失敗怎麼解決MongoDB
- python 安裝pandas失敗的解決辦法Python
- win10安裝3dmax失敗怎麼辦_如何解決win10安裝3dmax失敗的問題Win103D
- 安裝失敗????
- linux下安裝mysql的問題解決LinuxMySql