Public projects 1
Recycle Sorting Robot With Google Coral
Project tutorial by Andrew Bernas
- 22,954 views
- 64 comments
- 71 respects
Toolbox 1
Respected projects 1
Recycle Sorting Robot With Google Coral
Project tutorial by Andrew Bernas
- 22,954 views
- 64 comments
- 71 respects
Comments 20
Recycle Sorting Robot With Google Coral 5 months ago
Recycle Sorting Robot With Google Coral 5 months ago
Awesome. Glad you got it working. If you don't mind, you should explain how you fixed it in the comments so that other people facing your problem can get help.
Recycle Sorting Robot With Google Coral 5 months ago
This is a result of your python version not being compatible with the numpy version. Try updating pip wheels:
pip install --upgrade pip setuptools wheel
or use pip3 if using python 3. Otherwise, try this tutorial: https://exerror.com/building-wheel-for-numpy-pyproject-toml/
Awesome! Glad you got it working!