我花了很多时间尝试使用 boost 1.49 的预编译版本在 ubuntu 11.10 上为 Python 2.7 (rdkit_201106+dfsg.orig.tar.gz) 构建 RDKit。我失败得很惨。
反复出现的错误在 CMake GUI 中:
CMake Error at CMakeLists.txt:11 (install):
install FILES given no DESTINATION!
CMake Error at CMakeLists.txt:14 (add_pytest):
Unknown CMake command "add_pytest".
请问有什么帮助吗?
解决了之前的问题,但现在运行 python 时出现此错误,即使我按照安装过程安装了 rdkit:
from rdkit import Chem
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named rdkit