Installing OpenCV Error
See original GitHub issueEverytime 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:
- Created 4 years ago
- Comments:5 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You should be able to install it with apt:
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!