-
Notifications
You must be signed in to change notification settings - Fork 51
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
Not working on M1 Macs #51
Comments
Just by doing "bash setup.sh" We currently do not support your OS It does not work on M1 Macs? |
The bash setup does not work, but with some poking and prodding, I was able to load the amd64 versions of the containers and use at least some of the functionality (see images below). The critical fix was to include and explicit export of the docker platform thus: Aside: I worked on getting this going with a minikube installation as described here (or here), but ultimately had to drop back to the docker installation. I think we qualify as a @felipk101 @RichardScottOZ (others?) Note: will update the following images to show success/failure of the CIAB example notebooks |
Hi!
I was trying to test out cube in a box on my computer, however I failed on the first step. When running 'make setup' I get this error:
'ERROR: could not build wheels for numpy which use PEP 517 and cannot be installed directly'
The text was updated successfully, but these errors were encountered: