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

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: >

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

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

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

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..