ImageAI
ImageAI copied to clipboard
ModuleNotFoundError: No module named 'imageai'
When I run the instance code
from imageai.Detection import ObjectDetection
Pycharm will report this error , but when I execute the pip list command on the terminal, I can find the imageai.
How can I eliminate this error
same here
I think it may be caused by its install path doesn't in the "PATH" environment variable pip show imageai
Add its install path to the "PATH" environment variable