-
Notifications
You must be signed in to change notification settings - Fork 112
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
Work around libgmdjni64.dylib not compatible with arm64 architecture on macOS #531
Comments
Thanks! This is indeed a simpler work-around than previously devised. It may be possible to automatically achieve this for users, but I am not sure how. Some ideas include:
|
@ravitby could you please give the result of the following on your system? import platform
print(platform.processor(), platform.uname() This could help develop a solution per (3) above. |
This is the results of the print:
|
Installing Gams on the arm64 version reproducing the following error.
The issue is related to the closed issue #473
I wrote to Gams support and they suggested to replace the
libgmdjni64.dylib
dll file from the installation Gams path:to the ixmp path as follows:
The text was updated successfully, but these errors were encountered: