from scipy.linalg import _fblas ImportError: DLL load failed: The specified module could not be found.

Mark Lawrence breamoreboy at yahoo.co.uk
Tue Feb 9 04:33:00 EST 2016


On 09/02/2016 04:22, Mike S via Python-list wrote:
> I have Python 3.4.4 installed on Windows 7, also IPython, scipy, numpy,
> statsmodels, and a lot of other modules, and am working through this
> tutorial
> http://www.analyticsvidhya.com/blog/2016/02/time-series-forecasting-codes-python/
>

[snip bulk of code and traceback]

>      154
> --> 155 from scipy.linalg import _fblas
>      156 try:
>      157     from scipy.linalg import _cblas
>
> ImportError: DLL load failed: The specified module could not be found.
>
> Do I read this correctly to mean that the very last import statement is
> the one having the problem,
>
> "from scipy.linalg import _fblas"
>
> How do I troubleshoot this? I'm wondering if I have version conflict
> between two modules.

Alomost certainly, hopefully this link will help.

http://stackoverflow.com/questions/21350153/error-importing-scipy-linalg-on-windows-python-3-3

>
> Thanks,
> Mike

No problem :)

-- 
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence




More information about the Python-list mailing list