Questions tagged [numpy]

NumPy is a numerical computing library for Python with focus on multidimensional arrays and matrices. Use this tag for questions about how to install and use the NumPy library.

NumPy is an extension of the Python language that adds support to large multidimensional arrays and matrices, along with a large library of high-level mathematical functions for operations with these arrays.

66 questions
4
votes
1 answer

Install Numpy for Python3.4.0 on Ubuntu 14.04.01 LTS

Python3.4.0 comes by default on Ubuntu 14.04.01 LTS. We can use it by typing on Terminal `python3. I want to use Numpy for Python3.4.0. I run import numpy but I had anImportError.So I installed it by runningsudo apt-get install python-numpy. Then I…
user284234
2
votes
0 answers

How to make Python-3.4.2 use already installed Numpy?

Previously I installed Numpy for Python-3.4.0. Now that I installed conda, Python-3.4.2 comes with it, instead. So when I run python3 I use Python-3.4.2 instead. And when I call import numpy I get an ImportError. When I try to run sudo apt-get…
user284234
1
vote
1 answer

I am using ubuntu14.04. I have installed numpy in python3, but it is not in python2.7.

I have installed both python3-numpy as well as python-numpy from the App store. But then, numpy only works on python3. I want it to work on python2.7 also.
1
vote
0 answers

How to install/import new version of numpy (1.9) on Ubuntu 12.04

can anybody help me to install / import new version of numpy? I am running Ubuntu 12.04 which uses by default numpy 1.6 but I need to install numpy 1.8+ as a requirement of aother package. I have downloaded numpy 1.9.1 and install it with standard…
lukasb
  • 11
-1
votes
1 answer

import error:module named numpy

I am getting import error: module named numpy. Does this mean i have to install numpy? I have downloaded the new version extracted it into home. I am not sure what else to do. I am using Ubuntu 16.04. I have also tried: sudo apt-get install…