sciPy 0.15.1中缺少gplt

时间:2015-04-02 18:24:38

标签: python import scipy missing-data

首先,我尝试使用Coderunner中的代码

from scipy import gplt
ImportError: cannot import name gplt

我试过终端

>>> import scipy
>>> from scipy import gplt
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: cannot import name gplt

确认我的scipy版本:

You are using NumPy (1.8.1) with SciPy (0.15.1)

0 个答案:

没有答案