aburrell / apexpy

A Python wrapper for Apex coordinates
MIT License
34 stars 25 forks source link

Add description of Anaconda Intel/M1 issue #114

Closed ljlamarche closed 1 year ago

ljlamarche commented 1 year ago

Description

Add a paragraph to installation documentation page explaining issue where Anacoda on MacOS may try to install the Intel version of packages on M1 system and run things through Rosetta, which fails for unknown reasons. Current recommendation is to switch to using miniconda if this happens, which seems to manage the installation without issue. This is probably not really an apexpy problem, but we'll make a note of it in case other users encounter the same issue. More work could be done to investigate why Anaconda running through Rosetta generates an issue, but this is likely a rare edge case.

Type of change

Checklist