python错误在我的python 3环境中没有模块:'imageai'

问题描述

我遇到ModuleNotFoundError问题:没有名为“ imageai”的模块。 我有两个版本的python Python 3.7.2和Python 2.7.16。 使用pip3我安装了imageai --upgrade,它安装在python3.7 / site-packages中。当我运行程序时,出现错误: 追溯(最近一次通话): 文件“ imageDetection.py”,第1行,在 从imageai.Prediction.Custom导入CustomImagePrediction ModuleNotFoundError:没有名为“ imageai”的模块

是否需要python 3.6?由于imageai可能会使用TensorFlow和Tensorflow的那个特定版本可能无法在python 3.7上运行?

其他信息: $ pip3显示图像 名称:imageai 版本:2.1.5 简介:建立了python库,以使开发人员能够使用独立的Computer Vision功能构建应用程序和系统 主页:https://github.com/OlafenwaMoses/ImageAI 作者:Moses Olafenwa和John Olafenwa 作者电子邮件:guymodscientist@gmail.com 执照:麻省理工学院 位置:/usr/local/lib/python3.7/site-packages 需要:h5py,枕头,numpy,matplotlib,scipy 必填者:

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)