mac安装MySQL-python包出错


使用easy_install,安装时提示错误信息

unable to execute clang: No such file or directory
error: command 'clang' failed with exit status 1

python mysql

垃圾改造人 11 years ago

你需要安装 Xcode 的 Command Line Tools 后才行。
下载地址 https://developer.apple.com/downloads...
需要用 Apple Developer 帐号登录

同时要确保机器上安装的 mysql 时正常的,否则安装 MySQL-python 又会出现另一个错误

口嫌体正直君 answered 11 years ago

Your Answer