ImageAI icon indicating copy to clipboard operation
ImageAI copied to clipboard

ModuleNotFoundError: No module named 'imageai'

Open Pek0ra opened this issue 1 year ago • 2 comments

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

Pek0ra avatar Sep 18 '23 09:09 Pek0ra

same here

joaocac avatar Oct 27 '23 12:10 joaocac

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

onenok avatar Mar 27 '24 12:03 onenok