Re: installing scipy

2016-05-03 Thread Heli
Yes, the python I have installed is 64bit. 

Python 3.4.3 (v3.4.3:9b73f1c3e601, Feb 24 2015, 22:44:40) [MSC v.1600 64 bit 
(AMD64)] on win32

and the scipy wheel I am trying to install from is :
scipy-0.17.0-cp34-none-win_amd64.whl

At Sayth: Thanks for recommending Anaconda. I already am familiar with it, but 
I was wondering why the scipy installed on my normal python gives the following 
error :

mportError: DLL load failed 

Thanks for your comments, 
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: installing scipy

2016-05-03 Thread Sayth Renshaw
On Wednesday, 27 April 2016 01:33:57 UTC+10, Heli  wrote:
> Hi all, 
> 
> I have a python34 installed on a windows-64bit machine. I am using Eclipse 
> pydev editor. I need to used griddata from scipy.interpolate. 
> 
> I have installed scipy using by downloading the followng wheel file:
> scipy-0.17.0-cp34-none-win_amd64
> 
> and isntalling using pip install. The install is successful, but
> 
> It seems like scipy is not installed correctly and I get the following error 
> when trying to import and use scipy modules:
> 
> C:\Python34\Scripts>python -c "import scipy.interpolate"
> Traceback (most recent call last):
>   File "", line 1, in 
>   File "C:\Python34\lib\site-packages\scipy\interpolate\__init__.py", line 
> 158, in 
> from .interpolate import *
>   File "C:\Python34\lib\site-packages\scipy\interpolate\interpolate.py", line 
> 11, in 
> import scipy.linalg
>   File "C:\Python34\lib\site-packages\scipy\linalg\__init__.py", line 174, in 
> 
> from .misc import *
>   File "C:\Python34\lib\site-packages\scipy\linalg\misc.py", line 5, in 
> 
> from .blas import get_blas_funcs
>   File "C:\Python34\lib\site-packages\scipy\linalg\blas.py", line 155, in 
> 
> from scipy.linalg import _fblas
> ImportError: DLL load failed
> 
> How can I fix this problem?
> 
> Thanks,

On windows use Anaconda.
https://www.continuum.io/downloads

Sayth
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: installing scipy

2016-05-03 Thread Fabio Zadrozny
Are you sure that the Python34 you installed is 64-bits and not the 32-bit
version? (you can check that by just executing 'python'... the prompt will
show the proper info to you).

On Tue, Apr 26, 2016 at 12:33 PM, Heli  wrote:

> Hi all,
>
> I have a python34 installed on a windows-64bit machine. I am using Eclipse
> pydev editor. I need to used griddata from scipy.interpolate.
>
> I have installed scipy using by downloading the followng wheel file:
> scipy-0.17.0-cp34-none-win_amd64
>
> and isntalling using pip install. The install is successful, but
>
> It seems like scipy is not installed correctly and I get the following
> error when trying to import and use scipy modules:
>
> C:\Python34\Scripts>python -c "import scipy.interpolate"
> Traceback (most recent call last):
>   File "", line 1, in 
>   File "C:\Python34\lib\site-packages\scipy\interpolate\__init__.py", line
> 158, in 
> from .interpolate import *
>   File "C:\Python34\lib\site-packages\scipy\interpolate\interpolate.py",
> line 11, in 
> import scipy.linalg
>   File "C:\Python34\lib\site-packages\scipy\linalg\__init__.py", line 174,
> in 
> from .misc import *
>   File "C:\Python34\lib\site-packages\scipy\linalg\misc.py", line 5, in
> 
> from .blas import get_blas_funcs
>   File "C:\Python34\lib\site-packages\scipy\linalg\blas.py", line 155, in
> 
> from scipy.linalg import _fblas
> ImportError: DLL load failed
>
> How can I fix this problem?
>
> Thanks,
> --
> https://mail.python.org/mailman/listinfo/python-list
>
-- 
https://mail.python.org/mailman/listinfo/python-list


installing scipy

2016-04-26 Thread Heli
Hi all, 

I have a python34 installed on a windows-64bit machine. I am using Eclipse 
pydev editor. I need to used griddata from scipy.interpolate. 

I have installed scipy using by downloading the followng wheel file:
scipy-0.17.0-cp34-none-win_amd64

and isntalling using pip install. The install is successful, but

It seems like scipy is not installed correctly and I get the following error 
when trying to import and use scipy modules:

C:\Python34\Scripts>python -c "import scipy.interpolate"
Traceback (most recent call last):
  File "", line 1, in 
  File "C:\Python34\lib\site-packages\scipy\interpolate\__init__.py", line 158, 
in 
from .interpolate import *
  File "C:\Python34\lib\site-packages\scipy\interpolate\interpolate.py", line 
11, in 
import scipy.linalg
  File "C:\Python34\lib\site-packages\scipy\linalg\__init__.py", line 174, in 

from .misc import *
  File "C:\Python34\lib\site-packages\scipy\linalg\misc.py", line 5, in 
from .blas import get_blas_funcs
  File "C:\Python34\lib\site-packages\scipy\linalg\blas.py", line 155, in 

from scipy.linalg import _fblas
ImportError: DLL load failed

How can I fix this problem?

Thanks, 
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: error installing scipy on python 3.5, win 10 64 bit

2016-03-29 Thread Rob Gaddi
Sinay Goldberg wrote:

>Please help

Alright, let's try making this an exercise for the student.  You're
asking a bunch of strangers on the Internet to take time out of their
day to fix your problems.  Is there, perhaps, any way that you could
make their task easier so as to reduce the size of your ask?  Some
snippets of information that you may have that might narrow down the
scope of "error" so that folks don't have to guess?

Don't get me wrong, "Please help" is super informative.  But maybe,
just maybe, you may be able to increase your contribution to this
conversation.  Think long and hard on it.

-- 
Rob Gaddi, Highland Technology -- www.highlandtechnology.com
Email address domain is currently out of order.  See above to fix.
-- 
https://mail.python.org/mailman/listinfo/python-list


error installing scipy on python 3.5, win 10 64 bit

2016-03-29 Thread Sinay Goldberg
   Please help
-- 
https://mail.python.org/mailman/listinfo/python-list


Newbie question: Getting "unstaisfied" error while installing scipy

2005-11-30 Thread Kaizer
Hello!
I'm trying to install scipy_core_0.6.1-1.i586 on my Mandrake Linux (via
RPM) 10.2 machine. I double click on the rpm icon but it gives the
following error...

scipy_core_0.6.1-1.i586 failed due to unstaisfied libg2c.so.0

What do i do??

I know this query is not directly related to Python.. but i'd
appreciate your inputs

Thanks in advance,
Have a great day

-- 
http://mail.python.org/mailman/listinfo/python-list