Re: [Rdkit-discuss] Installing related issues

2020-04-01 Thread Greg Landrum
IF you want to use some other python install you could try pointing your PYTHONPATH at the directory in your conda environment where the RDKit is installed and make sure that LD_LIBRARY_PATH is pointing to the appropriate lib directory in that conda environment. IF that doesn't work, we likely won’

Re: [Rdkit-discuss] Installing related issues

2020-04-01 Thread Navid Shervani-Tabar
Any suggestions on how to get it to work? I tried to get rid of the need for an environment in RDKit installation using conda-forge on remote machine but I need access beyond a user. For packages with pip installation available, *pip install --user* does the job. Navid On Wed, Apr 1, 2020 at 12:3

Re: [Rdkit-discuss] Installing related issues

2020-04-01 Thread Greg Landrum
That isn’t the python that comes from your conda environment On Wed, 1 Apr 2020 at 16:58, Navid Shervani-Tabar wrote: > Here are the outputs: > > (Navid_env) [nshervan@qa-v100-004 ~/Private/Research/Scattering-VAE ]which > python3 > > /afs/crc.nd.edu/x86_64_linux/p/pytorch/1.0.0/build-new/bin/py

Re: [Rdkit-discuss] Installing related issues

2020-04-01 Thread Navid Shervani-Tabar
Here are the outputs: (Navid_env) [nshervan@qa-v100-004 ~/Private/Research/Scattering-VAE ]which python3 /afs/crc.nd.edu/x86_64_linux/p/pytorch/1.0.0/build-new/bin/python3 (Navid_env) [nshervan@qa-v100-004 ~/Private/Research/Scattering-VAE ]python3 -c "from rdkit import Chem;print(Chem.__file__)

Re: [Rdkit-discuss] Installing related issues

2020-04-01 Thread Greg Landrum
Are you sure that you get the python from your environment when you do "python3 main.py"? Please try these two commands: which python3 python3 -c "from rdkit import Chem;print(Chem.__file__)" On Tue, Mar 31, 2020 at 11:17 PM Navid Shervani-Tabar wrote: > Hello RDKiters, > > I have been using

[Rdkit-discuss] Installing related issues

2020-03-31 Thread Navid Shervani-Tabar
Hello RDKiters, I have been using rdkit on my laptop for a while. I was trying to install it on my remote repository using conda-forge. It looks like I was able to install it but I still get the following error (Navid_env) [*@crcfe01 ~/Private/Research/code ] conda install -c conda-forge rdki