1、已经安装了scipy,但是无法调用
'Image transformations require SciPy. '、'Install SciPy.' name 'scipy' is not defined
解决方法:
pip3 -V python3 -m scipy python3 -m pip install numpy scipy matplotlib ipython jupyter pandas sympy nose # 这几个库都需要 python3 -m scipy
标签:defined,scipy,python3,ipython,tensorflow,SciPy From: https://www.cnblogs.com/xiaoliang-333/p/16843387.html