-
Notifications
You must be signed in to change notification settings - Fork 129
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
problems with sudo pip3 install opencv-contrib-python #5
Comments
I ran into the same issue when I ran "sudo pip3 install opencv-contrib-python". I ended up skipping that install and it looks like it ended up not being needed. |
In my experience, an hour isn't necessarily long enough to wait for that command to finish depending on your hardware. The OpenCV libraries are massive. I've even had to temporarily increase my swap space to 2GB to make that command work, and on a zero it took a very long time, IIRC almost a day. |
I handle to install it, but I don't remember how, try it running without "sudo" or if not, with "pip" instead with "pip3" |
without "sudo" works for me |
a better way to install libraries is to use: python3 -m pip install |
Hi everyone, I'm new to Raspberry Pi and I'm following these instructions for a university project. I am also unable to install Python using the code However, I get the following error message in red I've tried all your suggestions above but it still won't install. This error seems to be stopping all the other instructions afterwards from working because the main.py document afterwards wont run and also results in an error. Any help would be most welcome! |
Hi, you could possibly try the raspbian version of OpenCV. I believe the latest version of OpenCV are not compatible with RPI sudo apt-get opencv-contrib-python |
Hello,
Im following this project for an university project and as I said in the title, im having troubles with that instruction. It is stucked in "running setup.py bdist.wheel for opencv-contrib-python..." for more than an hour. I hope anyone can help me.
Thank you for your time!
The text was updated successfully, but these errors were encountered: