Can't download opencv.zip

asked 2018-02-19 08:28:01 -0600

Kimchi gravatar image

Hi. I am new to OpenCV and I am downloading opencv.zip file but I kept on getting an error that says "Read error at byte 12582912/79186131 (Error in the pull function.)". I've tried it 5 times but same result as always. What could be the problem? I would greatly appreciate your help. Thank you so much.

edit retag flag offensive close merge delete

Comments

can you give the link that you are using?

LBerger gravatar imageLBerger ( 2018-02-19 08:41:21 -0600 )edit

I am using this link https://github.com/Itseez/opencv/arch... to download the file.

Kimchi gravatar imageKimchi ( 2018-02-20 04:26:34 -0600 )edit

^^ if at all, you should try with latest 3.4 , not the very outdated 3.1

then, loading large chunks from a webbrowser is rarely a good idea. rather prefer tools like wget or curl, which also have options to continue a broken download

berak gravatar imageberak ( 2018-02-20 04:31:10 -0600 )edit

I have tried it while using wget on my raspberry but still it keeps on restarting. I'm gonna try it with the latest version. Thanks for the info.

Kimchi gravatar imageKimchi ( 2018-02-20 04:54:23 -0600 )edit

on raspberry use git and cmake to build opencv

LBerger gravatar imageLBerger ( 2018-02-20 07:52:04 -0600 )edit