Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Coral - Could not find a version that satisfies the requirement opencv-python #126

Open
baloodevil opened this issue Jul 26, 2020 · 1 comment
Assignees

Comments

@baloodevil
Copy link

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.

@rockingrohit9639
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants