Running protostar on a Mac M1 #148
threepwave
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The current build of protostar throws an error when executing on docker/ubuntu on an m1 mac:
bash: protostar: cannot execute binary file: Exec format error
To remedy this, you can build protostar manually:
1.Setup protostar environment (including pyenv): https://github.com/software-mansion/protostar#setting-up-environment
(do not run the tests, they take forever)
2. Run
poe build
to build a new ver of protostar3.
rm -rf ~/.protostar/dist; mv ./dist ~/.protostar
Issue tracking resolution: software-mansion/protostar#293
Beta Was this translation helpful? Give feedback.
All reactions