我是 ubuntu 的新手,两天前在装有 Windows 7 的 LENOVO hinkpad T410 机器上安装了 ubuntu 14.04 32 位,但此后尝试在 ubuntu 上下载并安装 python-3.4 软件包(NUMPY、SCIPY),但没有得到结果。我已经通过 ubuntu 软件中心下载了 IDLE,但 numpy 既不能从 ubuntu 软件中心运行,也不能从命令运行。
sudo apt-get install python-numpy
Run Code Online (Sandbox Code Playgroud)
它给了我:
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'
Run Code Online (Sandbox Code Playgroud)
我也试过:
pip install python-numpy
Run Code Online (Sandbox Code Playgroud)
但结果是:
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
Run Code Online (Sandbox Code Playgroud)
任何针对 ubuntu 初学者的指南。