You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: