我在尝试使用 python3 和 Ubuntu 20.04 LTS 安装 RDKit 时遇到了很多麻烦尝试以这种方式安装 rdkit:
sudo apt-get install python3-rdkit
但是当我尝试使用 python3 导入它时它不起作用。它确实安装了,但它不在包列表中。使用后我也无法导入它,例如:
from rdkit import Chem
官网(https://www.rdkit.org/docs/Install.html)网站确实有如下安装语句,但是没有用:
sudo apt-get install python-rdkit librdkit1 rdkit-data
我将不胜感激任何帮助!