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