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

OPTIC not available for arm64 #97

Open
victorpaleologue opened this issue Aug 1, 2022 · 2 comments
Open

OPTIC not available for arm64 #97

victorpaleologue opened this issue Aug 1, 2022 · 2 comments

Comments

@victorpaleologue
Copy link
Contributor

Using Docker on a Mac M1 (arm64), I try to run OPTIC:

(planutils) root@8f6fe7a98cf4:~$ optic

Package not installed!
  Download & install? [Y/n] y
optic will be installed.

About to install the following packages: optic (297MB)
  Proceed? [Y/n] 
Installing optic...
INFO:    Downloading network image
296.5MiB / 296.5MiB [=================================================================================================================================================================================================================] 100 % 24.6 MiB/s 0s
Finished installing optic (size: 297M)
Successfully installed optic!

Original command: optic 
  Re-run command? [Y/n] 
FATAL:   could not open image /root/.planutils/packages/optic/optic.sif: the image's architecture (amd64) could not run on the host's (arm64)

It fails because the binary package downloaded by planutils is for amd64.

@haz
Copy link
Contributor

haz commented Aug 4, 2022

Isn't this a copy of #93 ?

@victorpaleologue
Copy link
Contributor Author

Not to me...
This issue is about one specific package is for amd64, not arm64.
#93 is about the docker image to be buildable on arm64.
I have a PR #94 that can fix #93 and allows me to use some planners, but OPTIC.
The fix for getting OPTIC to work there will definitely be a different one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants