You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: