Moses Olafenwa
1 min readJun 19, 2018

--

That error indicates that you have not installed the ImageAI library. If you downloaded the imageai-2.0.1-py3-none-any.whl file, you don’t ncessarily have to copy it to your python file’s folder. Simply navigate to the folder where the imageai-2.0.1-py3-none-any.whl is, open the command prompt (windows) or terminal (linux) and run the command below:

pip3 install imageai-2.0.1-py3-none-any.whl

You can also install ImageAI without navigating to the folder by running the command below:

pip3 install https://github.com/OlafenwaMoses/ImageAI/releases/download/2.0.1/imageai-2.0.1-py3-none-any.whl

If you have any other error, ensure you review the article again and ensure you have installed all dependencies stated.

--

--

Moses Olafenwa
Moses Olafenwa

Written by Moses Olafenwa

Software Engineer @BabylonHealth, Prev. @Microsoft. A self-Taught computer programmer, Deep Learning, AI Engineer.

Responses (3)