0

I have two different terminals and conda distributions that nicely separate my ARM and x86_64 environments and packages. However, I have arrived at a point where I need to use an ARM conda environment with a non native package.

Example: To use MPS acceleration (pytorch) on my Macbook M1, I need to use an ARM conda environment with python 3.8 that runs natively. At the same time I want to use a library (pymesh) which can only be build with python 3.7 and has to be emulated with Rosetta when run.

I have tried using a a python version 3.7 which is emulated with Rosetta when run, but this breaks the Pytorch library. If I use a python version 3.8 which runs natively, I can't install Pymesh that requires python 3.7.

GIONII
  • 11
  • 3

0 Answers0