You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the issue
earth analytics python environment setup for Mac M1 does not automate currently. I manually installed the environment instead. Here are some changes that were required from the automated instructions:
miniconda did not install correctly. I switched to miniforge, and intstalled it using the command brew install miniforge
Conda packages didn't install smoothly from the environment.yml file with the command conda env create --debug -f environment.yml. Instead, I individually installed each package. The majority of packages required the pip installer instead of the conda installer. Here are my notes on which packages installed with installer.
Describe the issue
earth analytics python environment setup for Mac M1 does not automate currently. I manually installed the environment instead. Here are some changes that were required from the automated instructions:
miniconda
did not install correctly. I switched tominiforge
, and intstalled it using the commandbrew install miniforge
environment.yml
file with the commandconda env create --debug -f environment.yml
. Instead, I individually installed each package. The majority of packages required thepip
installer instead of theconda
installer. Here are my notes on which packages installed with installer.Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: