-
-
Notifications
You must be signed in to change notification settings - Fork 107
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
Getting OSError: [Errno 8] Exec format error #177
Comments
Thanks for including the follow-up comment. The executable for
Include One way around this is to set up your own APM Linux server on Amazon and then use |
I'm not sure why, but for some reason there is no
The error after that is that the
This is how the
We will probably try to do that.
I will try to help with whatever I can until the issue is resolved. |
Thanks for reporting that. I needed to include extra_files = gui_files + ['bin/apm.exe','bin/apm','bin/apm_aarch64','bin/apm_arm','bin/apm_mac'] From your prior message, it sounds like we still need a custom executable for |
On AWS
t4g.medium
machine withGraviton2
CPU we are getting the following error:The model initialization looks like this:
The
OS
isUbuntu 22.04.2 LTS
, Python is3.11.7
andgekko==1.0.6
Any help would be appreciated.
UPDATE
I found issue #160, tried to install
gekko
with the following command:pip install -e git+https://github.com/BYU-PRISM/GEKKO.git@e6c8121015611907003f86cffdc9d8ad11d6da3d#egg=gekko
After that I got:
so I updated the permissions of the
apm_aarch64
because they looked like this:but now I'm getting:
This is how the folder looks like:
The text was updated successfully, but these errors were encountered: