How to install pystan on miniforge for Mac M1?

Viewed 472

I have a 2020 Mac M1 running Miniforge3-MacOSX-arm64 for Apple Silicon. I have tried pip install pystan and gets the following error

error: legacy-install-failure

× Encountered error while trying to install package. ╰─> pystan

I have also tried doing conda install pystan and gets this:

UnsatisfiableError: The following specifications were found to be incompatible with each other:

Output in format: Requested package -> Available versions

Any help is appreciated on how to get pystan running on my config.

0 Answers
Related