Ich bin neu in Ubuntu und habe Ubuntu 14.04 32 Bit auf meinem LENOVO Hinkpad T410-Computer mit Windows 7 vor zwei Tagen installiert. Seitdem versuche ich, Python-3.4-Pakete (NUMPY, SCIPY) auf Ubuntu herunterzuladen und zu installieren, ohne Ergebnisse zu erzielen. Ich habe IDLE über das Ubuntu Software Center heruntergeladen, aber numpy läuft für mich weder über das Ubuntu Software Center noch über Befehle.
sudo apt-get install python-numpy
es gibt mir:
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'
Ich habe auch versucht:
pip install python-numpy
aber es ergibt sich:
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
Irgendeine Anleitung für die Anfänger zu Ubuntu.
sudo apt-get update
dannsudo apt-get upgrade
zuerst ausgeführt, um sicherzustellen, dass alles auf dem Computer aktuell ist?Antworten:
Vom Terminal laufen:
Dieses Paket enthält Numpy für Python 3. Und wie zu erwarten ist, gibt es im Ubuntu Software Center für Ubuntu 14.04 auch ein Paket mit dem Namen python3-scipy . Wenn Sie python3-numpy und python3-scipy installiert haben und pylab zum Zeichnen von Diagrammen verwenden möchten, müssen Sie auch python3-matplotlib installieren .
quelle
Ich habe zum ersten Mal
pip
für Python 3 installiert .Und dann installiert
numpy
mitpip3
.quelle
Dies könnte auch laufen,
quelle
-y
Option?apt
.