ci-lab-cz / pharmd

MD pharmacophores and virtual screening
BSD 3-Clause "New" or "Revised" License
31 stars 17 forks source link

Installation problem related to obabel #6

Open lotus0905 opened 1 year ago

lotus0905 commented 1 year ago

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) https://github.com/ci-lab-cz/pharmd/issues/4#issuecomment-1019910336