OlafenwaMoses / ImageAI

A python library built to empower developers to build applications and systems with self-contained Computer Vision capabilities
https://www.genxr.co/#products
MIT License
8.48k stars 2.18k forks source link

ModuleNotFoundError: No module named 'imageai' #826

Open Pek0ra opened 9 months ago

Pek0ra commented 9 months ago

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. QQ图片20230918171931 How can I eliminate this error QQ图片20230918172014

joaocac commented 8 months ago

same here

onenok commented 3 months ago

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