python - How to get RDKit working with ipython3? -


i'm trying module imolecule working ipython3 (which i've installed). imolecule included part of rdkit (which apparently works python 3) first step install rdkit. used command:

sudo apt-get install python-rdkit librdkit1 rdkit-data 

found here in section 2.2 of rdkit documentation. when did 'import rdkit' in python 2 worked didn't in python 3 or ipython3, , when removed original rdkit installation , tried redo 'python3-rdkit' didn't work. how can solve problem?

i think installs old version of rdkit (the repos not updated, follow installation instructions here http://www.blopig.com/blog/2013/02/how-to-install-rdkit-on-ubuntu-12-04/

also, rdkit supports python 3 since on year now... http://rdkit.blogspot.com.mt/2014/11/switching-to-python-3.html


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -