from query_integral_image import query_integral_image
ModuleNotFoundError: No module named 'query_integral_image'
试过更新pip版本
github master源码安装
anaconda 安装
都不行!!!!
运行过程如果出现query_integral_image无法导入的错误,请把源码下的wordcloud目录删除掉。因为名字相同的话,它会优先查找本工程下是否有相同的类。但由于程序是要用wordcloud package,所以那个wordcloud目录可以删除