stan-dev / pystan

PyStan, a Python interface to Stan, a platform for statistical modeling. Documentation: https://pystan.readthedocs.io
ISC License
342 stars 59 forks source link

Note that pip>=20.3 is required #328

Closed riddell-stan closed 2 years ago

riddell-stan commented 3 years ago

The httpstan wheels which we build require PEP 600 support (manylinux tags). pip 20.3 is the first version which supports these tags.

See https://pip.pypa.io/en/stable/news/#v20-3

httpstan docs might also need to be updated.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

riddell-stan commented 2 years ago

Note that this isn't true anymore. You do not need to upgrade pip on Ubuntu 20.04 LTS. The httpstan wheels are tagged as manylinux2014.