Thanks I'll give the script a try and see what comes back...
Regards
Peter
From: Paolo Tosco [mailto:paolo.to...@unito.it]
Sent: 13 April 2016 10:03
To: Peter Hunt <pe...@optibrium.com>
Cc: rdkit-discuss@lists.sourceforge.net
Subject: Re: [Rdkit-discuss] DLL load failed error
Dear Peter,
I have just tried to install the wheel file that you mentioned (I guess
downloaded from http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy) and I get the
following (unexpected) error message on a Windows 10 64-bit OS, even though I
am running a Python 2.7 32-bit pip:
C:\Users\paolo>C:\Python27_32\Scripts\pip install
C:\Users\paolo\Downloads\numpy-1.11.0+mkl-cp27-cp27m-win32.whl
numpy-1.11.0+mkl-cp27-cp27m-win32.whl is not a supported wheel on this platform.
Installing numpy from the standard pip repository works just fine:
C:\Python27_32\Scripts\pip install numpy
Collecting numpy
Installing collected packages: numpy
Successfully installed numpy-1.11.0
I would also make sure that there isn't a python27.dll somewhere along your
PATH locations; when I ran this script on my system
@echo off
for %%A in ("%path:;=";"%") do (
dir %%~A\python*.dll 2> NUL
)
it found C:\WINDOWS\system32\Python27.dll that I didn't know to be there.
Hope that helps,
Paolo
------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss