Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

ERROR: Could not build wheels for opencv-python which use PEP 517 and cannot be installed directly

I had the same problem and i did this,

pip install --upgrade pip setuptools wheel

then install opencv again,

pip install opencv-python

this worked for me


Yes .. Finally found a work around. Follow this https://github.com/mdegans/nano_build_opencv and build from source and finally gets installed.

PS: It may take a bit long for building, for me it took 10 Hrs :P.

Happy Image-Processing..

Tags:

Python

Docker

Opencv

Cmake

Nvidia Jetson Nano

Related

How to deal with different state space size in reinforcement learning? Is mutating accumulator in reduce function considered bad practice? Why doesn't Python give any error when quotes around a string do not match? How to add typescript to Vue 3 and Vite project Why are my two tuples containing strings, created the same way, not equal? Cannot open Android studio 4.2 Canary 8 or 9 after having installed Canary 7 Is leaving debug sections in the source code a good practise? How to generate 2D mesh from two 1D arrays and convert it into a dataframe? Multiply two dataframes condition on another column How would a "supplementary private method" help avoid raw types? react-router v5.1.0 Cannot read property 'location' of undefined , What does local do on the standard streams / bareword word filehandles: STDIN?

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy