【发布时间】:2017-08-24 01:45:18
【问题描述】:
请原谅,我是化学家,而不是程序员(但我正在努力)。我还处于初级水平。
我要在我的 Mac 上为一个项目安装 openbabel,但安装时遇到问题。
我在做
pip install openbabel
我收到一个错误:
Collecting openbabel
Using cached openbabel-2.4.1.tar.gz
Building wheels for collected packages: openbabel
Running setup.py bdist_wheel for openbabel ... error
我的研究顾问让我安装 anaconda 来解决我的问题。
which pip 产生 /Users/melanie/anaconda/bin/pip,所以我觉得我很好。
使用 Python 3.6.1
有什么建议吗?感谢您提供的任何帮助。
【问题讨论】: