Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot upgrade/install on MacOS 13.7 #1704

Closed
sylvank opened this issue Sep 20, 2024 · 4 comments
Closed

Cannot upgrade/install on MacOS 13.7 #1704

sylvank opened this issue Sep 20, 2024 · 4 comments
Assignees
Labels

Comments

@sylvank
Copy link

sylvank commented Sep 20, 2024

Please confirm the following:

No, I am using:

GAM 6.58 - https://jaylee.us/gam - pyinstaller
Python 3.11.3 64-bit final
google-api-python-client 2.86.0
MacOS Ventura 13.7 arm64

Yes

Full steps to reproduce the issue:

Attempt to upgrade GAM. The Releases page indicates that MacOS 12 is no longer supported but I am on 13.7.

bash <(curl -s -S -L https://gam-shortn.appspot.com/gam-install) -l

Error:
Sorry, you are running MacOS 13.7 but GAM on arm64 requires MacOS 14. Exiting.

Mac is a Macbook Pro M1.

Thank-you.

@jay0lee
Copy link
Member

jay0lee commented Sep 20, 2024

This limitation is imposed by GitHub Actions where GAM is built. They only offer MacOS arm64/M1 builders running MacOS 14.

You could try running:

bash <(curl -s -S -L https://gam-shortn.appspot.com/gam-install) -l -b 14.0

to tell the install script you are running MacOS 14 (a lie) but I'm reasonbly certain that will get you further in the install process and then GAM will crash when the script tries to run it for the first time.

You can also try:

bash <(curl -s -S -L https://gam-shortn.appspot.com/gam-install) -a x86_64

to tell the install script you are running on an Intel Mac (another lie) and I think that lie might work since Mac M1 devices can run x86_64 apps, they just run slower than arm64 apps but that might not be perceivable. GitHub Actions offers MacOS 13 build machines for Intel Macs so GAM uses them to support older devices (again, not something we can control here).

Lastly, you could upgrade to MacOS 14 or even 15 (just released) to fix the issue.

Jay

@jay0lee
Copy link
Member

jay0lee commented Sep 20, 2024

Whatever you chose, do let us know how it turns out.

@taers232c
Copy link
Contributor

taers232c commented Sep 20, 2024 via email

@sylvank
Copy link
Author

sylvank commented Sep 23, 2024

Thank-you jay0lee and taers232c for the quick responses.

bash <(curl -s -S -L https://gam-shortn.appspot.com/gam-install) -l -b 14.0
"Sorry, you are running MacOS 13.6.9 but GAM on arm64 requires MacOS 14. Exiting."

(This is on my other computer with 13.6.9 instead of 13.7)

bash <(curl -s -S -L https://gam-shortn.appspot.com/gam-install) -a x86_64
"You are running MacOS 13.6.9, good. Using GAM with macos-x86_64.tar.xz."
"ERROR: No version of python installed."

Note, I'm having the same problem as described here: https://groups.google.com/g/google-apps-manager/c/i9PfQwLcM6M in that MacOS 13.6.9 doesn't seem to have a working python3.

Installed Python 3.12.6

Reran: bash <(curl -s -S -L https://gam-shortn.appspot.com/gam-install) -a x86_64

Install proceeded. I skipped setting up Google API Project.

It appeared to hang at:
"Here's information about your new GAM installation:"
So I ctrl-c'd it.

It connects to my existing domain correctly. Thank-you both!

@sylvank sylvank closed this as completed Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants