-
Notifications
You must be signed in to change notification settings - Fork 472
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
Comments
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:
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:
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 |
Whatever you chose, do let us know how it turns out. |
If neither of Jay's suggestions work and you can't upgrade your Mac at the
moment, try this and report back
- bash <(curl -s -S -L
https://raw.githubusercontent.com/taers232c/GAMADV-XTD3/master/src/gam-install.sh)
-l
Ross
…On Fri, Sep 20, 2024 at 12:18 PM Jay Lee ***@***.***> wrote:
Whatever you chose, do let us know how it turns out.
—
Reply to this email directly, view it on GitHub
<#1704 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACCTYL6WEIIU6XIDLAZGY3TZXRYHLAVCNFSM6AAAAABOSWIOJSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNRUGQYDINRSG4>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
Ross Scroggs
***@***.***
|
Thank-you jay0lee and taers232c for the quick responses.
(This is on my other computer with 13.6.9 instead of 13.7)
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: Install proceeded. I skipped setting up Google API Project. It appeared to hang at: It connects to my existing domain correctly. Thank-you both! |
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.
The text was updated successfully, but these errors were encountered: