Soy nuevo en ubuntu e instalé ubuntu 14.04 32 bit en mi máquina LENOVO hinkpad T410 con Windows 7 hace dos días, pero desde entonces intenté descargar e instalar paquetes python-3.4 (NUMPY, SCIPY) en ubuntu y no obtuve resultados. He descargado IDLE a través del centro de software de ubuntu pero numpy no se ejecuta desde el centro de software de ubuntu ni desde los comandos.
    sudo apt-get install python-numpy
me da:
    E: Unable to locate package python-numpy_1.8.1-1ubuntu1_i386
    E: Couldn't find any package by regex 'python-numpy_1.8.1-1ubuntu1_i386'
También probé:
    pip install python-numpy
pero resulta:
    Could not find any downloads that satisfy the requirement python-numpy
    Cleaning up...
    No distributions at all found for python-numpy
    Storing debug log for failure in /home/sibte/.pip/pip.log
Cualquier guía para los principiantes a ubuntu.

sudo apt-get updatea continuación,sudo apt-get upgradeprimero en asegurarse de que todo el equipo está al día?Respuestas:
Desde la terminal ejecutada:
Este paquete contiene Numpy para Python 3. Y, como es de esperar, también hay un paquete en el Centro de software de Ubuntu para Ubuntu 14.04 llamado python3-scipy . Si tiene instalado python3-numpy y python3-scipy y desea usar pylab para trazar gráficos, entonces también necesitará instalar python3-matplotlib .
fuente
Primero instalé
pippara python 3.Y luego instalado
numpyconpip3.fuente
Esto también podría correr,
fuente
-yopcionaptcontrario.