Click here to Skip to main content
16,022,309 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I bought a Coral TPU M2 (not USB) part number G650-04527-01. I'm running on Windows 10, with Codeproject 2.65. When I run the Object detection (Coral) I am getting an error message "objectdetection_coral_adapter.py: A module that was compiled using NumPy 1.x cannot be run in NumPy 2.0.0 as it may crash.". With the Google examples I was able to downgrade my Numpy using pip install numpy==1.26.4. I was getting the same error message there. How do fix this for CodeProject on Windows?

What I have tried:

Changing the requirements.txt file
Posted
Comments
Gwyneth Magnus 4-Aug-24 22:59pm    
The issue with running object detection on the Coral TPU M2 with CodeProject 2.65 on Windows seems to stem from an incompatibility Incredibox game between the compiled module and the version of NumPy being used, highlighting the challenge of ensuring all components work seamlessly together in a specialized setup.

1 solution

For Codeproject AI questions, you should use the dedicated forum. CodeProject.AI Discussions[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900