I am trying to install rdkit using pip3. But it doesn't work.
sudo pip3 install rdkit
Error: Could not find a version that satisfies the requirement rdkit (from versions: )
No matching distribution found for rdkit
There is only apparently one option with conda
conda install -c rdkit rdkit
How can I install it with pip? Thanks
You cannot install rdkit with pip at the moment, either build from source or install using anaconda as recommended. Making rdkit installable with pip is tricky, see github issue