Skip to content
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

Update documentation for Installation PMP in Mac M1 CPU machines #923

Closed
lee1043 opened this issue Apr 12, 2023 · 2 comments · Fixed by #956
Closed

Update documentation for Installation PMP in Mac M1 CPU machines #923

lee1043 opened this issue Apr 12, 2023 · 2 comments · Fixed by #956
Assignees

Comments

@lee1043
Copy link
Contributor

lee1043 commented Apr 12, 2023

Install cdat or packages depend on cdat (e3sm_diags, PMP) on Mac M1
Install Python environment using either x86_64 (osx-64) instead of arm64 (osx-arm64) would work?
example:
CONDA_SUBDIR=osx-64 conda create -n myenv_x86 python=3.9
conda activate myenv_x86
conda config --env --set subdir osx-64
Reference: https://towardsdatascience.com/python-conda-environments-for-both-arm64-and-x86-64-on-m1-apple-silicon-147b943ffa55
https://towardsdatascience.com/how-to-manage-conda-environments-on-an-apple-silicon-m1-mac-1e29cb3bad12

add this to your conda command: CONDA_SUBDIR=osx-64

@acordonez
Copy link
Collaborator

@lee1043 I've updated the install wiki page with the suggested strategy from the TDS page.

@acordonez
Copy link
Collaborator

@durack1 Have you tested out the "Apple Silicon" instructions from the install wiki page?

@lee1043 lee1043 linked a pull request Jun 30, 2023 that will close this issue
@lee1043 lee1043 closed this as completed Jun 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants