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
I get the error... Could not find a version that satisfies the requirement opencv-python
The Coral board has the most recent firmware. I read that opencv-python might need Python 3.6 instead of Python 3.7. Possibly that is the cause. I'm hoping I don't have to build opencv from source on Coral.
Thanks for a great product in teachablemachine. Looking forward to seeing how it matures.
The text was updated successfully, but these errors were encountered:
You need to install the specific version of Python to run tensorflow. Tensorflow does not support all versions of Python. You can use anaconda Python 3.7 64 bit.
When following instructions to run a trained model using Tensorflow Lite on Coral and executing...
pip3 install Pillow opencv-python opencv-contrib-python
I get the error...
Could not find a version that satisfies the requirement opencv-python
The Coral board has the most recent firmware. I read that
opencv-python
might need Python 3.6 instead of Python 3.7. Possibly that is the cause. I'm hoping I don't have to build opencv from source on Coral.Thanks for a great product in teachablemachine. Looking forward to seeing how it matures.
The text was updated successfully, but these errors were encountered: