首頁 >資料庫 >mysql教程 >儘管安裝正確,為什麼「mysql-python」在 macOS X Lion 上仍無法匯入?

儘管安裝正確,為什麼「mysql-python」在 macOS X Lion 上仍無法匯入?

Patricia Arquette
Patricia Arquette原創
2024-11-03 08:11:03671瀏覽

Why is `mysql-python` Failing to Import on macOS X Lion Despite Correct Installations?

MacOS X Lion 上的「mysql-python」安裝問題

問題:

嘗試在Pyt時2.7 在macOS X Lion x86_64 上,遇到ImportError 異常,表示儘管安裝了正確版本的MySQL、Python 和mysql-python,但找不到_mysql.so 檔案的合適映像。

解:

1.覆蓋環境:

  • export DYLD_LIBRARY_PATH=/usr/local/mysql/lib/

2.使用Homebrew:

使用Homebrew 安裝Python:「brew install python」
  • 使用Homebrew 安裝MySQL:「brew install mysql "
  • 使用easy_install 安裝mysql-python: "/usr/local/share/pyth easy_install mysql-python"
  • 註解:

確保將/usr/local/bin 加入PATH,位於/usr/bin bin 之前。

考慮將/usr/local/share/python 加入PATH 永久修改.
  • 其他注意事項:

其他注意事項:

  • 驗證已安裝的MySQL、Python 和mysql-python 版本是否相容。
  • 檢查是否有任何其他系統範圍的設定或軟體包可能幹擾 mysql-python 的安裝或操作。

以上是儘管安裝正確,為什麼「mysql-python」在 macOS X Lion 上仍無法匯入?的詳細內容。更多資訊請關注PHP中文網其他相關文章!

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn