Jestem nowy w Ubuntu i zainstalowałem Ubuntu 14.04 32-bit na mojej maszynie LENOVO Hinkpad T410 z Windows 7 dwa dni temu, ale od tego czasu próbuję pobrać i zainstalować pakiety Python-3.4 (NUMPY, SCIPY) na Ubuntu i nie uzyskać wyników. Pobrałem IDLE przez centrum oprogramowania ubuntu, ale numpy nie działa dla mnie z centrum oprogramowania ubuntu ani z poleceń.
sudo apt-get install python-numpy
to daje mi:
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'
Próbowałem także:
pip install python-numpy
ale wynika:
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
Każdy przewodnik dla początkujących na temat Ubuntu.
sudo apt-get update
wtedysudo apt-get upgrade
najpierw upewnić, że wszystko na komputerze jest up-to-date?