Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #102710

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

From Mark Lawrence <breamoreboy@yahoo.co.uk>
Newsgroups comp.lang.python
Subject Re: from scipy.linalg import _fblas ImportError: DLL load failed: The specified module could not be found.
Date 2016-02-09 09:33 +0000
Message-ID <mailman.1.1455010412.29838.python-list@python.org> (permalink)
References <n9bpd0$945$1@dont-email.me>

Show all headers | View raw


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

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

from scipy.linalg import _fblas ImportError: DLL load failed: The specified module could not be found. Mike S <mscir@yahoo.com> - 2016-02-08 20:22 -0800
  Re: from scipy.linalg import _fblas ImportError: DLL load failed: The specified module could not be found. Mark Lawrence <breamoreboy@yahoo.co.uk> - 2016-02-09 09:33 +0000
    Re: from scipy.linalg import _fblas ImportError: DLL load failed: The specified module could not be found. Mike S <mscir@yahoo.com> - 2016-02-09 15:57 -0800

csiph-web