Error installing Open CV for Raspberry Pi

2 posts / 0 new
Last post
Megawhat
Error installing Open CV for Raspberry Pi

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

Arron Churchill
Arron Churchill's picture
Error installing OpenCV using apt-get

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:

sudo apt-get update

then retry the same command as before.

Add new comment

Filtered HTML

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd> <pre>
  • Syntax highlight code surrounded by the <pre class="brush: lang">...</pre> tags, where lang is one of the following language brushes: bash, cpp, perl, python.
  • Lines and paragraphs break automatically.

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Comment Images
Files must be less than 10 MB.
Allowed file types: png gif jpg jpeg.
Comment Attachments
Files must be less than 10 MB.
Allowed file types: txt pdf nfo doc docx rtf jpg png gif bmp zip tar gz csv xls.
CAPTCHA
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.