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庫
相關文章
- Arch linux下安裝bochs失敗解決Linux
- 解決npm 安裝部分依賴失敗問題總結NPM
- Emgu.CV.Runtime.Windows nuget 安裝失敗問題解決方案Windows
- 問題解決--npm install 安裝依賴一直失敗NPM
- npm安裝失敗解決方案NPM
- anaconda安裝失敗解決方法
- win10下安裝tesserocr失敗(問題已解決,見文末)Win10
- git clone失敗問題解決Git
- 【Python】pydot安裝失敗解決方法Python
- npm install安裝失敗解決方法NPM
- 解決Wireshark安裝Npcap元件失敗PCA元件
- mongodb啟動失敗問題解決MongoDB
- hbase啟動失敗問題解決
- Composer doctrine/dbal 2.0 安裝失敗問題
- 用conda安裝庫時遇到環境查詢失敗問題解決方案
- 解決Liunx之CentOS 7安裝Redis 6.0.6執行make命令失敗問題CentOSRedis
- puppeteer 安裝失敗的解決辦法
- 解決pytorch-gpu 安裝失敗方案PyTorchGPU
- 解決Nessus外掛更新失敗問題
- 簡單幾步解決win10平板qq遊戲安裝失敗問題Win10遊戲
- idea漢化包安裝失敗解決方法Idea
- python 安裝pandas失敗的解決辦法Python
- mac(m1 pro晶片)上解決安裝Lightgbm庫失敗問題Mac晶片
- 如何解決應用安裝失敗錯誤碼-13的問題
- 簡單幾步解決win10安裝adobe after effects 2018失敗的問題Win10
- win10安裝3dmax失敗怎麼辦_如何解決win10安裝3dmax失敗的問題Win103D
- wordpress 外掛 (主題)線上安裝失敗 解決辦法探索
- 解決CocoaPods安裝卡住反應慢或失敗
- yum安裝mongodb啟動失敗怎麼解決MongoDB
- Ubuntu中fcitx安裝失敗問題,及軟體換源問題Ubuntu
- 解決linux rz傳輸失敗Linux
- 教你一招完美解決vscode安裝go外掛失敗問題 dlv: failed to install dlvVSCodeGoAI
- Wireshark安裝失敗或找不到網路介面問題
- macOS High Sierra下pyenv安裝多版本失敗問題Mac
- Debian 12 + KDE 螢幕共享失敗問題解決
- 合約 USDT 轉賬失敗的問題解決
- linux mint 19 pyenv 安裝 python 3.7.0 問題解決LinuxPython
- Linux安裝Python3.11以及解決openssl問題LinuxPython