question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Installing OpenCV Error

See original GitHub issue

Everytime I try to install OpenCV with the given Command pip3 install Pillow opencv-python opencv-contrib-python I get the Error:

Collecting Pillow Using cached https://files.pythonhosted.org/packages/5b/bb/cdc8086db1f15d0664dd22a62c69613cdc00f1dd430b5b19df1bea83f2a3/Pillow-6.2.1.tar.gz Collecting opencv-python Could not find a version that satisfies the requirement opencv-python (from versions: ) No matching distribution found for opencv-python

I use the Google Coral Dev Board.

Hopefully somebody can tell me how I can fix this problem

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
Namburgercommented, Aug 19, 2020

You should be able to install it with apt:

sudo apt install python3-opencv
1reaction
ChristianEmeiscommented, Jan 1, 2020

Ok thank you, I thought I could install it like this because the command was given on the teachable machine website under Coral category. Thanks for your Help!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Got an error while installing opencv-python - Edureka
I want to install opencv-python using command prompt but it is showing me the error as follows: I am using command as follows:...
Read more >
Pycharm/Python OpenCV and CV2 install error - Stack Overflow
The problem of trying to install opencv several times is that you need to uninstall completely before attempting again, or you might end...
Read more >
Solved: Re: Python OpenCV installation error - NXP Community
I am trying to install OpenCV package for Python on my 8MM NavQ Computer using pip package installer. I am having python 3.8....
Read more >
Error installing opencv python
hello, some time ago I asked a question regarding the installation of opencv and it was in a 32 bit operating system and...
Read more >
Installing OpenCV on windows through Anaconda. How to fix ...
Here, after doing through a lot of tutorials and guides I figured out that the error is due to the environment that is...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found