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?