I wanted to test some signal processing and statistics using SciPy.
So I had to use scipy.signal
and scipy.stats
, but I always used to get an error:
ImportError: DLL load failed: The specified module could not be found.
I was using Numpy 1.7.1, scipy 0.12 and Python 2.7.3. I checked on the internet and asked about it on other forums too!
This problem got solved when switched my Numpy distribution with the Numpy-MKL distribution.
I want to know the difference between the two libraries ?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…