GAM-team / got-your-back

Got Your Back (GYB) is a command line tool for backing up your Gmail messages to your computer using Gmail's API over HTTPS.
https://github.com/GAM-team/got-your-back/wiki
Apache License 2.0
2.61k stars 206 forks source link

gyb for Macbook Air M1 #330

Closed pradeepchordia closed 2 years ago

pradeepchordia commented 2 years ago

Hi,

Is there a version of gyb released for Macbook Air M1 (2021)?

jay0lee commented 2 years ago

So far the PyInstaller tool which builds GAM binaries doesn't seem to fully support building binaries that run native on M1. However the current x86_64 build should "just work" under emulation.

If you really want to use native M1 code you can:

1) install latest Python universal2 binary from python.org 2) download GAM source code for a given release and extract. 3) run: pip3 install -r src/requirements.txt to install all Python dependencies. 4) Run GAM with "python3 /path/to/src/gam.py version extended"

GAM should run and show you are running arm64 code.

Jay Lee

On Wed, Oct 13, 2021 at 12:03 PM pradeepchordia @.***> wrote:

Hi,

Is there a version of gyb released for Macbook Air M1 (2021)?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jay0lee/got-your-back/issues/330, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABDIZMCQ7BALD2CTCALMVN3UGWUT7ANCNFSM5F5R6XYQ .