Ubuntu 上的MySQL-python 安裝故障排除
嘗試在Ubuntu/Linux 上安裝時MyMy-python SQL,出現錯誤,指示「錯誤,指示」 sh:遇到「mysql_config:未找到」。發行版的儲存庫來安裝MySQL-python 。喜歡使用pip 進行安裝,請按照以下步驟操作:
請參閱以下問題和答案以獲取解決mysql-config not found 錯誤的幫助:https://stackoverflow.com/questions/9276881 /pip-install-mysql-python-fails-with-environmenterror-mysql -config-not-found
查閱開發者提供的綜合指南:http://mysql-python.blogspot.no/2012/ 11/is-mysqldb-hard-to-install.html要取得透過pip 安裝python-mysqldb 的必要先決條件(特別是使用virtualenv 時),請執行下列指令:sudo apt-get install python-mysqldb
以上是如何解決 Ubuntu 上安裝 MySQL-python 時出現「sh: mysql_config: not found」錯誤?的詳細內容。更多資訊請關注PHP中文網其他相關文章!