Local\Programs\Python\Python36-32\lib\site-packages\sklearn\base.py", line 11, in <module>ModuleNotFoundError: No module named 'scipy'
但是我已经在cmd中安装了带有pip install sklearn的sklearn
我想用scipy.signal.lti和scipy.signal.impulse函数来计算传递函数。我通过以下方式导入scipy模块。import scipy as spimport matplotlib.pyplot as plt但是,当我键入以下脚本时sp.signal.lti(numH, denH)
AttributeError: 'module' object has no attribute
我已经成功地在我的Python3.4 Win64 bit上安装了Christoph Gohlke提供的Scipy0.17.0轮子。当我导入scipy时,它可以工作,但它不能使用优化,集成,...其他模块。"C:\Python34\lib\site-packages\scipy\integrate\quadrature.py", line 10, in <module>
from scipy.special.orthogonal我的windows的版本是10