我的教授要求我为一个项目在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
有什么建议吗?谢谢你能提供的任何帮助。
发布于 2017-08-24 02:56:21
你的研究顾问已经告诉你解决方案了。
在使用Anaconda时,请尝试使用conda install -c openbabel openbabel。那你就完了。
https://stackoverflow.com/questions/45851695
复制相似问题