-
Notifications
You must be signed in to change notification settings - Fork 656
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
BLD: install issues on M1 mac #3592
Comments
gsd
issue on M1 mac
For the modern/PEP-compliant
|
Looks like pretty much all deps are "ok" apart from
|
I can probably tackle the |
We should just make gsd optional at this point, we do so for h5md, don't know why it has to be a core dependency. |
I agree, we have more experience now with making deps optional. |
that said, I do have |
Partly addresses #3592 * BLD: improve M1 build support * the changes here allow me to build MDAnalysis and its dependencies on an M1 Mac on the gcc compile farm using `python3 -m pip install --user .` * the full test suite passes, except for 1 extra `xfail` I've added in here--which is also documented by gh-1389 (it has apparently been failing on "exotic platforms" for almost 5 years). Issue re-raised as #3599
@mikemhenry tested the 2.2.0 testpypi build and noticed that there were some issues with pip installing scipy. Is this a known issue on M1 @tylerjereddy ? |
@IAlibay which version of SciPy? do you have a traceback? we should be solid on M1 for SciPy--there are binary wheels available |
@tylerjereddy from Mike:
|
It is using a tarball Mostly likely you are using an operating system that is too old--see: scipy/scipy#15861 (comment) The name of the wheel file clearly shows that you need at least Mac OS |
Weird, osx must not let you upgrade to 12.0 from the cli:
|
Great I can't even turn on VNC remotely:
|
I just built MDAnalysis
Combined with the fact that we have Apple Silicon CI testing actively passing on our PRs, I'd say we're good enough to close this now. |
python3 setup.py install --user
on the gcc compile farm M1 machine manages to build MDAnalysis, but then it tries to install deps, andgsd
cannot be built from source:The text was updated successfully, but these errors were encountered: