the ImageAI in Python 3.9 is unusable
Author: jiazhuguanhuaCreated Jun 30, 2024Updated Jul 9, 2024
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.
Source: OlafenwaMoses/ImageAI