This topic created in 5141 days ago, the information mentioned may be changed or developed.
用 sudo easy_install mysql-python
报错 error: Setup script exited with error: command 'llvm-gcc-4.2' failed with exit status 1
用 sudo python setup.py install 下载下来的包安装
报错 error: command 'llvm-gcc-4.2' failed with exit status 1
不知道哪里错误,查不到相关的资料?是我哪里配置错了?
请求指教。
3 replies • 1970-01-01 08:00:00 +08:00
 |
|
1
sutar Apr 3, 2012
先装pkg-config试试
$ brew install pkg-config
|