AD

2019-08-25

Mac 上 Python2.X 安裝 mysql-python

用 easy_install mysql-python 或 pip install mysql-python 直接安裝可能遇到像這樣的錯誤:
mysql-python: ERROR: Command "python setup.py egg_info" failed with error code 1
因為系統上要先安裝 mysql 和 mysql-connector-c:

然後直接 pip install 可能還有錯誤:
ld: library not found for -lssl
clang: error: linker command failed with exit code 1 (use -v to see invocation)
error: command 'cc' failed with exit status 1
試試看指定 LDFLAGS 再 pip install:

應該能裝成功。

沒有留言:

張貼留言

如果文章有幫助到你可以在 LikeCoin 上幫我拍手喔