Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #102737
| From | Mike S <mscir@yahoo.com> |
|---|---|
| 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 15:57 -0800 |
| Organization | A noiseless patient Spider |
| Message-ID | <n9du7l$4en$1@dont-email.me> (permalink) |
| References | <n9bpd0$945$1@dont-email.me> <mailman.1.1455010412.29838.python-list@python.org> |
On 2/9/2016 1:33 AM, Mark Lawrence wrote: > 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 :) Mark, I uninstalled scipy, numpy and pandas, then installed this version scipy-0.15.1-win32-superpack-python3.4 I had previously installed this version scipy-0.16.1-win32-superpack-python3.4 That solved the conflict, you have great search skills, I tried but didn't find a resolution. Thanks Very Much! Mike
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll 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