请原谅我,我是一名化学家,而不是程序员(但我正在研究它。)我处于初级阶段。
我要在我的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
有什么建议吗?感谢您提供任何帮助。
答案 0 :(得分:1)
您的研究顾问已经告诉您解决方案。
在使用Anaconda
时,请尝试conda install -c openbabel openbabel
。然后你就完成了。