[Tutor] Installing NUMPY

2017-07-28 Thread David Torres
Hello, I am having trouble executing a scripty that imports numpy. I have a feeling its because I had an old version of Numpy when I was using python 2.7. I am now using Pyhton 3X and I am getting the following error when I execute the program::: ImportError: Importing the multiarray numpy extens

Re: [Tutor] Installing numpy on Ubuntu

2014-02-27 Thread Pierre Dagenais
On 14-02-27 05:40 PM, eryksun wrote: > On Thu, Feb 27, 2014 at 5:11 PM, Danny Yoo wrote: >> You mentioned you're using Ubuntu 12.04. But the version of Python 3 >> in that Ubuntu is Python 3.1: >> >> http://packages.ubuntu.com/lucid/python/python3 > > 12.04 (precise), not 10.04 (lucid). So

Re: [Tutor] Installing numpy on Ubuntu

2014-02-27 Thread eryksun
On Thu, Feb 27, 2014 at 5:11 PM, Danny Yoo wrote: > You mentioned you're using Ubuntu 12.04. But the version of Python 3 > in that Ubuntu is Python 3.1: > > http://packages.ubuntu.com/lucid/python/python3 12.04 (precise), not 10.04 (lucid). So the python3-numpy package targets Python 3.2, bu

Re: [Tutor] Installing numpy on Ubuntu

2014-02-27 Thread Danny Yoo
I believe this is more an Ubuntu question than a Python one. You mentioned you're using Ubuntu 12.04. But the version of Python 3 in that Ubuntu is Python 3.1: http://packages.ubuntu.com/lucid/python/python3 And your console shows that you're running 3.3.3. So it's likely that you are runn

Re: [Tutor] Installing numpy on Ubuntu

2014-02-27 Thread eryksun
On Thu, Feb 27, 2014 at 4:18 PM, Pierre Dagenais wrote: > I've installed numpy on Ubuntu 12.04 with > sudo apt-get install python3-numpy. > Everything seems to go OK Probably you installed NumPy for python3.2: http://packages.ubuntu.com/precise/python3-numpy > Python 3.3.3 (default, Dec

[Tutor] Installing numpy on Ubuntu

2014-02-27 Thread Pierre Dagenais
I've installed numpy on Ubuntu 12.04 with sudo apt-get install python3-numpy. Everything seems to go OK, yet when I try to use it I get this error: Python 3.3.3 (default, Dec 9 2013, 08:33:48) [GCC 4.6.3] on linux Type "help", "copyright", "credits" or "license" for more information. >>>

Re: [Tutor] Installing NumPy

2012-06-18 Thread Ali Torkamani
Thanks. I installed active python and then ran numpy package installer, and now it seems liek I can import numpy. Previously I had installed: http://www.python.org/ftp/python/2.7.3/python-2.7.3.msi but there should be a problem connecting this one with numpy. Thanks any way, it's working now! Ali

Re: [Tutor] Installing NumPy

2012-06-18 Thread Emile van Sebille
On 6/18/2012 12:50 PM Ali Torkamani said... Hi Every body, I'm trying to install NumPy on Python 2.7 for windows 32. But have had no success so far. Hmmm. I have Active State's version 2.7 installed on the machine I';m in front of today. Launched and confirmed no numpy installed. Then I

[Tutor] Installing NumPy

2012-06-18 Thread Ali Torkamani
Hi Every body, I'm trying to install NumPy on Python 2.7 for windows 32. But have had no success so far. I appreciate any help. Thanks, Ali ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/m