stan-dev / httpstan

HTTP interface to Stan, a package for Bayesian inference.
ISC License
39 stars 15 forks source link

How to install httpstan on mac M1 system? #628

Closed navjotkaur7 closed 1 year ago

navjotkaur7 commented 1 year ago

On using python3 -m pip install httpstan I get the following error:

ERROR: Could not find a version that satisfies the requirement httpstan (from versions: none)
ERROR: No matching distribution found for httpstan

I also tried install the *.whl, but they do not seem to be supported on the platform. Could you suggest how to install?

Python version: 3.8. (Also tried with Python 3.9, doesn't help). I updated the pip using pip install -U pip and the current version is 22.3.1

riddell-stan commented 1 year ago

Users with an M1 chip need to install from source. It's not too difficult. Instructions are in the documentation: https://httpstan.readthedocs.io/en/latest/installation.html

This issue tracker is for bugs only. Please post installation support questions on the Stan forum: https://discourse.mc-stan.org/