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目录可以删除

 

相关文章:

  • 2021-10-16
  • 2021-05-20
  • 2022-12-23
  • 2021-11-22
  • 2022-01-30
  • 2022-12-23
  • 2021-07-19
  • 2022-12-23
猜你喜欢
  • 2021-07-21
  • 2021-09-06
  • 2021-06-26
  • 2021-10-16
  • 2021-10-06
  • 2021-12-16
  • 2021-10-31
相关资源
相似解决方案