I have had a lot of trouble trying to install RDKit using python3 and Ubuntu 20.04 LTS Tried to install rdkit this way:
sudo apt-get install python3-rdkit
But then when I try to import it using python3 it doesn't work. It installed indeed, but it is not in the package-list. Neither I can import it after using for example:
from rdkit import Chem
The official web (https://www.rdkit.org/docs/Install.html) site does have the following installation sentence, but it didn't work:
sudo apt-get install python-rdkit librdkit1 rdkit-data
I will appreciate any help!