Hi,
I have been trying to install the open CV for Raspberry Pi.
I have been following the steps on this page
https://www.formulapi.com/race-code/sd-card-monster-summer-2017
Following the instructions, I have entered the following commands into my raspberry pi
"sudo apt-get -y install libcv-dev libopencv-dev python-opencv" but I keep on getting error messages
E: Failed to fetch http://mirrordirector.raspbian.org/raspbian/pool/main/libx/libxml2/libxm... 404 Not Found [IP: 93.93.128.193 80]
Is this an error with open CV? What can I do to get around this?
I have tried to go to
http://mirrordirector.raspbian.org/raspbian/pool/main/libx/libxml2/
It seems to work so i don't think it is due to server offline...
Attached is a text file of the text captured from Raspberry Pi.
Thanks,
Megawhat
It is likely the problem lies with apt-get having an out-of-date list of where to get modules from.
This can probably be fixed by updating apt-get's list:
then retry the same command as before.
Add new comment