Помогите импортировать scipy

Мне нужна помощь с scipy Python 2.7, пожалуйста

oscar@COM0324:~$ python
Python 2.7.3 (default, Feb 27 2014, 20:00:17) 
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import scipy
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named scipy
>>> 
>>> 
oscar@COM0324:~$ sudo apt-get install python-scipy
[sudo] password for oscar: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package python-scipy is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'python-scipy' has no installation candidate

oscar@COM0324:~$ 
1
задан 24 June 2015 в 00:45

0 ответов

Другие вопросы по тегам:

Похожие вопросы: