-
Notifications
You must be signed in to change notification settings - Fork 6
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
Simplify local build on MacOS #5
Conversation
`pip install .` should just work now, provided the user follows the README exactly. Also updated instructions for specifying wheel version of COFFE when using `cibuildwheel`.
I still get error: (base) 12:13:38 [email protected] coffe master bash scripts/install_other.sh class cuba
|
Should be fixed now (see new instructions), git's default of not cloning submodules was the issue. |
Better, bur there is another error: arm64-apple-darwin20.0.0-ar: creating archive libclass.a
For contest, I reinstalled and gitcloned everything again but I got this |
2 options to resolve this:
|
(base) 17:18:40 [email protected] coffe master sudo bash scripts/install_other.sh class cuba
|
Since that's a system header, I suspect your compiler config is probably broken, so maybe this could help? In which case the answer could be running:
Afraid I cannot be of more help since everything works on my machine. |
pip install .
should just work now, provided the user follows the README exactly.Also updated instructions for specifying wheel version of COFFE when using
cibuildwheel
.