-1

I am facing some issues regarding installing the imageAI library, I have tried too many times to install this.

enter image description here

James Z
  • 12,209
  • 10
  • 24
  • 44

2 Answers2

0

I had a similar problem once related to having different versions of python accessing different compilers on my pc.

borrowing from the discussion here you can either uninstall python from your pc and then install the python 3.9.10 version from python.org and after installtion upgrade your pip (apparently some people had this problem using version 3.10) or verify if you have two versions conflicting to access pip by running:

python -m pip install package-name

and also

py -m pip install package-name

if there is a problem with version or conflict, one of these two lines will return which one is working and which one is having a problem

0

I encountered the same error..

Solution:

install Imageai using whl

download imageai whl from here

and install using below command

pip install <whl file location>