Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #54294
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2013-09-17 06:02 -0700 |
| References | <eac9f1af-74e0-4eb0-8719-766894b52f37@googlegroups.com> <mailman.32.1379349395.18130.python-list@python.org> <d4520537-a139-453a-9f2a-985d6177f802@googlegroups.com> <mailman.60.1379418987.18130.python-list@python.org> <477a0f61-87d6-4937-8467-743fc053ecec@googlegroups.com> |
| Message-ID | <8dc86b4d-4c0e-4db5-9f6c-ea3dac65452a@googlegroups.com> (permalink) |
| Subject | Re: statsmodels.api |
| From | Josef Pktd <josef.pktd@gmail.com> |
On Tuesday, September 17, 2013 8:13:27 AM UTC-4, Davide Dalmasso wrote: > You are right... there is a problem with scipy intallation because this error arise... > > > > >>> from scipy.interpolate import interp1d > > Traceback (most recent call last): > > File "<pyshell#3>", line 1, in <module> > > from scipy.interpolate import interp1d > > File "C:\Python33\lib\site-packages\scipy\interpolate\__init__.py", line 150, in <module> > > from .interpolate import * > > File "C:\Python33\lib\site-packages\scipy\interpolate\interpolate.py", line 12, in <module> > > import scipy.special as spec > > File "C:\Python33\lib\site-packages\scipy\special\__init__.py", line 529, in <module> > > from ._ufuncs import * > > ImportError: DLL load failed: Impossibile trovare il modulo specificato. > > > > I tryed to re-install the scipy executable that I downloaded from http://www.lfd.uci.edu/~gohlke/pythonlibs/ > > but the problem persists Did you also install numpy from gohlke? My guess would be binary incompatibility if numpy is not the MKL version. Josef
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
statsmodels.api Davide Dalmasso <davide.dalmasso@gmail.com> - 2013-09-16 08:37 -0700
Re: statsmodels.api John Gordon <gordon@panix.com> - 2013-09-16 16:30 +0000
Re: statsmodels.api Ethan Furman <ethan@stoneleaf.us> - 2013-09-16 08:47 -0700
Re: statsmodels.api Davide Dalmasso <davide.dalmasso@gmail.com> - 2013-09-17 03:10 -0700
Re: statsmodels.api Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2013-09-17 12:55 +0100
Re: statsmodels.api Davide Dalmasso <davide.dalmasso@gmail.com> - 2013-09-17 05:13 -0700
Re: statsmodels.api Josef Pktd <josef.pktd@gmail.com> - 2013-09-17 06:02 -0700
Re: statsmodels.api Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2013-09-17 14:06 +0100
Re: statsmodels.api Josef Pktd <josef.pktd@gmail.com> - 2013-09-17 06:35 -0700
Re: statsmodels.api Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2013-09-17 15:10 +0100
Re: statsmodels.api Davide Dalmasso <davide.dalmasso@gmail.com> - 2013-09-17 07:46 -0700
Re: statsmodels.api Josef Perktold <josef.pktd@gmail.com> - 2013-09-17 14:52 +0000
Re: statsmodels.api Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2013-09-17 16:41 +0100
Re: statsmodels.api Josef Perktold <josef.pktd@gmail.com> - 2013-09-17 16:15 +0000
Re: statsmodels.api Josef Perktold <josef.pktd@gmail.com> - 2013-09-18 00:03 +0000
Re: statsmodels.api Davide Dalmasso <davide.dalmasso@gmail.com> - 2013-09-17 05:15 -0700
csiph-web