Re: [Rdkit-discuss] rdkit installation problem
Open-Source Cheminformatics and Machine Learning
Brought to you by:
glandrum
|
From: kapil d. <kap...@gm...> - 2016-03-15 05:31:48
|
Just a reminder for my query... found some previous solutions ... installed Microsoft Visual C++ 2010 Redistributable Package (x86) copied msvcp100 msvcr100 dll in miniconda folder no luck should I switch to normal python instead of miniconda ? On Mon, Mar 14, 2016 at 10:20 AM, kapil dhingra <kap...@gm...> wrote: > Hi all, > > I am new to rdkit and python. > trying to install rdkit in win7(64). > used following command from rdkit docs > > *C:\Users\manoj\Desktop\SOFTWARE>conda create -c https://conda.anaconda.org/rdkit <https://conda.anaconda.org/rdkit>* > * -n my-rdkit-env rdkit* > Fetching package metadata: ...... > Solving package specifications: .......... > > Package plan for installation in environment C:\Miniconda2\envs\my-rdkit-env: > > The following NEW packages will be INSTALLED: > > boost: 1.60.0-py27_vc9_0 [vc9] > mkl: 11.3.1-0 > msvc_runtime: 1.0.1-vc9_0 [vc9] > numpy: 1.9.3-py27_1 > pip: 8.1.0-py27_0 > python: 2.7.11-2 > rdkit: 2014.09.2-np19py27_0 > setuptools: 20.2.2-py27_0 > wheel: 0.29.0-py27_0 > zlib: 1.2.8-vc9_2 [vc9] > > Proceed ([y]/n)? > > Extracting packages ... > [ COMPLETE ]|##################################################| 100% > Linking packages ... > [ COMPLETE ]|##################################################| 100% > # > # To activate this environment, use: > # > activate my-rdkit-env > # > > *C:\Users\manoj\Desktop\SOFTWARE>activate my-rdkit-env* > Deactivating environment "C:\Miniconda2"... > Activating environment "C:\Miniconda2\envs\my-rdkit-env"... > > *[my-rdkit-env] C:\Users\manoj\Desktop\SOFTWARE>python* > Python 2.7.11 |Continuum Analytics, Inc.| (default, Jan 29 2016, 14:26:21) [MSC > v.1500 64 bit (AMD64)] on win32 > Type "help", "copyright", "credits" or "license" for more information. > Anaconda is brought to you by Continuum Analytics. > Please check out: http://continuum.io/thanks and https://anaconda.org > >>> *from rdkit import Chem* > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > File "C:\Miniconda2\envs\my-rdkit-env\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. > > How can I get rid of this error ? > Why it is installing older version ? > > > -- > > With Kind Regards > > Kapil Dhingra > > Research Scholar, M.S.(Pharm.), > > Department of Pharmacoinformatics, > > NIPER, S.A.S. Nagar (*Mohali*), Punjab (India)- 160 062, > > Mob. No.: +91 - 7508076738 > E-mail id: kap...@gm... > -- Best Regards Kapil Dhingra Research Scholar, M.S.(Pharm.), Department of Pharmacoinformatics, NIPER, S.A.S. Nagar (*Mohali*), Punjab (India)- 160 062, Mob. No.: +91 - 7508076738 E-mail id: kap...@gm... |