나는 우분투를 처음 사용하고 이틀 전에 Windows 7이 설치된 LENOVO hinkpad T410 시스템에 우분투 14.04 32 비트를 설치했지만 그 이후 우분투에서 python-3.4 패키지 (NUMPY, SCIPY)를 다운로드하고 설치하려고했지만 결과를 얻지 못했습니다. 우분투 소프트웨어 센터를 통해 유휴를 다운로드했지만 numpy는 우분투 소프트웨어 센터 또는 명령에서 실행되지 않습니다.
sudo apt-get install python-numpy
그것은 나에게 준다 :
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'
나는 또한 시도했다 :
pip install python-numpy
그러나 결과 :
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
우분투 초보자를위한 모든 가이드.
나를위한 요령은 python3-numpy 명령을 사용하지 않았다는 것입니다. 당신의 조언이 올바른 길로 안내했습니다. 감사.
—
user3285811
또한 Python3의 numpy가 작동하려면 Python2의 numpy를 제거해야한다는 것을 알았습니다.
—
Pro Q
sudo apt-get update
다음sudo apt-get upgrade
컴퓨터에 있는지 모든 것을 할 첫 번째 것은 최신입니까?