Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #102710
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| 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 | Tue, 9 Feb 2016 09:33:00 +0000 |
| Lines | 40 |
| Message-ID | <mailman.1.1455010412.29838.python-list@python.org> (permalink) |
| References | <n9bpd0$945$1@dont-email.me> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=windows-1252; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Trace | news.uni-berlin.de cB/DF50zlzqWMY6HdFIvXAznWsDLYPrTwC4MQTKbb2ZA== |
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.000 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'from:addr:yahoo.co.uk': 0.05; 'importerror:': 0.05; 'failed:': 0.09; 'modules.': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:module': 0.09; 'troubleshoot': 0.09; 'url:blog': 0.10; 'python': 0.10; 'subject:not': 0.11; 'subject: \n ': 0.15; '155': 0.16; 'modules,': 0.16; 'received:80.91.229.3': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'scipy,': 0.16; 'subject:failed': 0.16; 'subject:import': 0.16; 'wrote:': 0.16; 'try:': 0.18; 'language': 0.19; 'load': 0.20; 'windows': 0.20; 'lawrence': 0.22; 'url:02': 0.22; 'help.': 0.23; 'specified': 0.23; 'thanks,': 0.24; 'import': 0.24; 'header:In-Reply-To:1': 0.24; 'wondering': 0.25; 'module': 0.25; 'header:User-Agent:1': 0.26; 'installed': 0.26; 'header:X -Complaints-To:1': 0.26; 'dll': 0.27; 'found.': 0.27; 'mike': 0.29; 'tutorial': 0.29; "i'm": 0.30; 'code': 0.30; 'language.': 0.32; 'statement': 0.32; 'problem': 0.33; 'hopefully': 0.33; 'correctly': 0.34; 'this?': 0.34; 'could': 0.35; 'to:addr:python- list': 0.36; 'subject:: ': 0.37; 'two': 0.37; 'received:org': 0.37; 'version': 0.38; 'mean': 0.38; 'subject:from': 0.39; 'to:addr:python.org': 0.40; 'mark': 0.40; 'subject:The': 0.61; 'charset:windows-1252': 0.62; 'our': 0.64; 'between': 0.65; 'python-list': 0.66; 'bulk': 0.76; '156': 0.84; 'pythonistas,': 0.84; 'url:2016': 0.84 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| X-Gmane-NNTP-Posting-Host | 195.147.69.39 |
| User-Agent | Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 |
| In-Reply-To | <n9bpd0$945$1@dont-email.me> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.21rc2 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Xref | csiph.com comp.lang.python:102710 |
Show key headers only | 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 | Next — Previous in thread | Next 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