我正试图在运行Xcode 4.3的Mac OS X Lion 10.7.3上安装pyusb 0.4.3(安装了命令行工具的新Mac App Store.App)。当我尝试"python setup.py install"时,我得到了一长串错误,以"error:command'llvm-gcc-4.2'failed with exit status 1"结尾:http://pastebin.com/R8id7Qf7
pyUSB 1.0alpha2安装良好。
有什么想法吗?我是个Unix迷,所以请解释一下。
感谢
看起来您没有安装libusb。
请在此处尝试:http://www.anyma.ch/blogs/research/2011/08/13/libusb-for-macosx-lion-10-7/
阅读评论,该部分有更新。
BTW,
你试过使用吗:
sudo easy_install pyusb
或:
sudo pip install pyusb
easy_install附带Lion,但不附带pip,您可以安装它:
sudo easy_install pip
您应该安装libusb
。个人我使用port
:
port install libusb