Scipy installed but Tflearn says Scipy not supported (win7)

喜夏-厌秋 提交于 2019-12-10 19:13:39

问题


I am using Windows 7 and tflearn (version 0.2.2, tensorflow version 0.12.1, python 3.5)and I have scipy manually installed from http://www.lfd.uci.edu/~gohlke/pythonlibs/ When I am running a tflearn code there is always the error message “scipy not supported”.

The code is running fine so far, if I don’t need scipy depending things. When I use tflearn.data_preprocessing.ImageAugementation that needs scipy, it gives me a NameError: name ‘scipy’not defined. I checked the script and it tries to import scipy.ndimage. I have no idea, what is causing this error, scipy is installed, but tflearn can’t find it somehow…

来源:https://stackoverflow.com/questions/42318495/scipy-installed-but-tflearn-says-scipy-not-supported-win7

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!