Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

ERROR: size of Berryconda2-2.0.0-Linux-armv7l.sh should be 33565270 bytes #48

Open
RenewedMe opened this issue Sep 23, 2018 · 2 comments

Comments

@RenewedMe
Copy link

Hi,

I downloaded the file for Python 2 on a RaspberryPi 3B+ on my Mac and then used FTP to put it on the raspberry pi. I then made the .sh file executable using instructions provided but when I then try to execute it I get the following message:

ERROR: size of Berryconda2-2.0.0-Linux-armv7l.sh should be 33565270 bytes

Any idea what I a doing wrong?

@llarouche
Copy link

Did you transfer in binary mode? Do you have the same error with scp? Maybe you had an incomplete download from the internet.

@antonsadovoy
Copy link

antonsadovoy commented Feb 12, 2020

I had the similar issue. I solve the problem using wget
wget https://github.com/jjhelmus/berryconda/releases/download/v2.0.0/Berryconda3-2.0.0-Linux-armv6l.sh' 'chmod +x Berryconda3-2.0.0-Linux-armv6l.sh.1
./Berryconda3-2.0.0-Linux-armv6l.sh.1

But check if the file name hadn't been change as it was in my case due to multiple copies. After wget download will be completed you get a message:
Saving to: 'Berryconda3-2.0.0-Linux-armv6l.sh**.1** use exactly this filename further.

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

No branches or pull requests

3 participants