对于 python 3.2,我使用sudo apt-get install python3.2-numpy
了 .It 工作。python3.3怎么办?没有什么我能想到的作品。scipy 等也是如此。谢谢。
编辑:这就是它的样子
radu@sunlit-inspired:~$ python3
Python 3.3.2 (default, Jul 3 2013, 10:17:40)
[GCC 4.6.3] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named 'numpy'