hello,
i am trying to run this command in my m500 drone "pip3 install opencv-python" inside the provided ubuntu docker container from modal ai. i was able to simply do a pip3 install numpy and pip3 install pandas. but pip3 -v install opencv-python is becoming a very lengthy process taking almost 3 hours before failing with an error. i can understand from the debugger output that it is building the library somehow.
"ERROR: Could not build wheels for opencv-python which use PEP 517 and cannot be installed directly"
no matter what I try it won't install. is there an easy solution to get opencv working in the docker container ? i am working with is python 3.5.2 and pip 20.3.4
i consulted this stackoverflow question for solutions
ERROR: Could not build wheels for opencv-python which use PEP 517 and cannot be installed directly
I was trying to install OpenCV4 in a docker on jetson nano. It has jetpack 4.4 s os. The docker was successfully created and Tensorflow is running but while installing OpenCV using pip it is showing
Stack Overflow (stackoverflow.com)
thank you,
omair










