Skip to content
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

Trying to install OpenCV, but sudo apt-get update doesn't help. #94

Open
gabriel-bronfman opened this issue Nov 20, 2021 · 2 comments
Open

Comments

@gabriel-bronfman
Copy link

Hi,

Really want this tutorial to work. I am unable to install OpenCV. When running sudo apt-get install qt4-dev-tools libatlas-base-dev and sudo apt-get install libavcodec-dev libavformat-dev libswscale-dev libv4l-dev, I get an error where I am unable to fetch some archives. It tells me to do the sudo apt-get update, but it doesn't help.

What do I do?

@starkfire
Copy link

If your Raspberry Pi runs Debian 11 (bullseye), you might need to add the old Raspbian repository in /etc/apt/sources.list:

deb http://archive.raspbian.org/raspbian stretch main contrib non-free

Then do a sudo apt-get update afterwards before installing the packages again.

@drelvenkee
Copy link

try do this command "pip install mediapipe" - it works for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants