Hi rdkit-discuss,
I am new to RDKit. I installed it using the following,
conda install -c rdkit rdkit
conda install -c rdkit/label/attic rdkit
conda install -c rdkit/label/beta rdkit
conda install -c rdkit/label/testing rdkit
*When I tried using it, I have following error.*
In [1]: from __future__ import print_function
In [2]: from rdkit import Chem
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-2-17d7acb427ab> in <module>()
----> 1 from rdkit import Chem
/Scr/scr-test-sundar/Scr-sundar/sundar/Programs/anaconda/anaconda2017/lib/python2.7/site-packages/rdkit/Chem/__init__.py
in <module>()
16
17 """
---> 18 from rdkit import rdBase
19 from rdkit import RDConfig
20
ImportError: libboost_python.so.1.56.0: cannot open shared object file: No
such file or directory
Can someone help me here to solve this?
Thanks,
Jubi
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss