-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
pytraj not compatible with osx-arm64 arch #143
Comments
There seems to be some warning in the build process. https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=926796&view=logs&jobId=266f534b-1ce7-58d0-3a65-1de47ed517a3&j=266f534b-1ce7-58d0-3a65-1de47ed517a3&t=f6d6a041-258d-5cb2-03c5-b120fb5fdeff
This problem could be fixed by running https://github.com/conda-forge/ambertools-feedstock/blob/main/build-locally.py to build it nativly on a M1 mac then copy the build pytraj across. Like cp -r /Users/zwu/src/amber-feedstock/miniforge3/conda-bld/ambertools_1717574254335/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/lib/python3.10/site-packages/pytraj /Users/zwu/miniconda3/envs/ambertools/lib/python3.10/site-packages/ |
Also posted in the pytraj issue Amber-MD/pytraj#1654
Solution to issue cannot be found in the documentation.
Issue
If I tried to install pytraj through the ambertools from conda-forge I will get the error
This is how I set up the env
conda create -n ambertools ambertools ipython
Installed packages
Environment info
The text was updated successfully, but these errors were encountered: