You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to install pharmd in Ubuntu 20.04 but received an error related to openbabel.
So I specified the locations of Include and Library as the error message suggested:
python setup.py build_ext -I/usr/local/include/openbabel3 -L/usr/local/lib
python setup.py install
but received the same error message.
I have installed Cython (pip install Cython) when asked for.
I'd appreciate your help.
I tried to install pharmd in Ubuntu 20.04 but received an error related to openbabel.
So I specified the locations of Include and Library as the error message suggested:
python setup.py build_ext -I/usr/local/include/openbabel3 -L/usr/local/lib
python setup.py install
but received the same error message.
I have installed Cython (pip install Cython) when asked for.
I'd appreciate your help.
(Solved)
#4 (comment)
The text was updated successfully, but these errors were encountered: