-
Notifications
You must be signed in to change notification settings - Fork 2
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
I believe Catalina has broken this #7
Comments
The installer core is compiled in 32 bits indeed. |
that seems to have worked. Thanks! |
Dalet
added a commit
that referenced
this issue
Apr 21, 2020
* use python 3.5.4 for windows (3.4.4 was removed from Azure) * change macOS image to 10.14 (10.13 removed) * upgrade python version for macOS
New release (v1.1.1) including the fix: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I know that i'm way behind the 8-ball on putting this into my copy of 140 - as a result, attempting to install this has failed. Initial research into the error suggests that this is a MacOS Catalina issue, possibly because Catalina dropped support for 32-bit apps.
The exact error when attempting to run the package reads as thus:
DEPRECATION WARNING: The system version of Tk is deprecated and may be removed in a future release. Please don't rely on it. Set TK_SILENCE_DEPRECATION=1 to suppress this warning.
Traceback (most recent call last):
File "InstallerGUI.py", line 228, in
File "InstallerGUI.py", line 54, in init
File "InstallerGUI.py", line 185, in find_game
File "InstallerGUI.py", line 207, in commandLine
File "subprocess.py", line 856, in init
File "subprocess.py", line 1464, in _execute_child
OSError: [Errno 86] Bad CPU type in executable
[52202] Failed to execute script InstallerGUI
The text was updated successfully, but these errors were encountered: