Re: [Rdkit-discuss] Problems Installing RDKit for Python Under Ubuntu
Open-Source Cheminformatics and Machine Learning
Brought to you by:
glandrum
From: David C. <dav...@gm...> - 2016-10-30 20:39:39
|
Hi Jonathon, Did you set PYTHONPATH to include your installation directory? That would be the most common source of that error. However, in my experience it's a lot easier to use the anaconda installation. You need to install conda from anaconda.org first, and then pull the RDKit system into the anaconda environment thus created. After that, if you follow the instructions at http://www.rdkit.org/docs/Install.html it should all be very straightforward. Regards, Dave On Sunday, 30 October 2016, Jonathan Saboury <js...@gm...> wrote: > Hello all, > > I've been having problems installing RDKit for python in Ubuntu. > > The installation guide simply states to run: "sudo apt-get install python-rdkit librdkit1 rdkit-data". > > I've done this but when I run a python with "from rdkit import Chem" it says that "ImportError: No module named rdkit". > > What else am I missing? Thank you! > > > > > |