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.49k stars 2.18k forks source link

the ImageAI in Python 3.9 is unusable #840

Open jiazhuguanhua opened 3 days ago

jiazhuguanhua commented 3 days ago

imageai cannot support numpy>=2.0.0, but Python 3.9 can only support numpy>= 2.0.0. and when I run the example code which provided in the document, the programme told me: "RuntimeError: Numpy is not available.". and when I import imageai, the programme told me that I need to degrade my numpy lib. Screenshot 2024-06-30 131444 Screenshot 2024-06-30 131517

jiazhuguanhua commented 3 days ago

And you know, I just cannot degrade my numpy due to my Python version.