Hi Jiří,
On Thu, Jan 22, 2015 at 4:30 PM, Jiří Novotný <[email protected]> wrote:
> I am using 64-bit version of Windows 8.1. I have installed 32-bit version
> of Anaconda with Python 2.7. Then I have installed rdkit from binstar.org
> repository with conda:
>
> conda install -c https://conda.binstar.org/rdkit rdkit
>
> I have verified that it has installed this version of rdkit:
> https://binstar.org/rdkit/rdkit/2014.09.2/download/win-32/rdkit-2014.09.2-np19py27_0.tar.bz2
>
> When I try to run some basic stuff, I got this error:
>
> Traceback (most recent call last):
> File "C:/_JN/Dropbox/__bakalarka/_python/__pokusy/rdkit01.py", line 2,
> in <module>
> from rdkit import Chem
> File "C:\Anaconda\lib\site-packages\rdkit\Chem\__init__.py", line 18, in
> <module>
> from rdkit import rdBase
> ImportError: DLL load failed: The specified module could not be found.
>
I could reproduce the same error on a win32 machine, and in my case the
problem was related to the installed boost package.
In the same environment where the rdkit is installed, could you please try
executing
conda list
and verify that boost 1.56.0 is installed? Should the output list boost
1.57.0 then you can try downgrading it using the package that is also
available from the rdkit binstar channel:
conda install -c rdkit boost==1.56.0
Apparently, some boost packages have been recently added to the default
anaconda channels, and the windows version places its DLLs into a different
location.
HTH,
Riccardo
------------------------------------------------------------------------------
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
_______________________________________________
Rdkit-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss