You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From orbit, we are calling pystan==2.19.1.1.
However, the package is archived and is using old way python setup.py install to install the package. It is no longer get called this way under the new pip install ecosystem. See: pypa/pip#8368 for details.
We need to find a way to enforce this call. Right now, it seems python=3.8.* is still ok with the old procedure.
The text was updated successfully, but these errors were encountered:
From orbit, we are calling pystan==2.19.1.1.
However, the package is archived and is using old way
python setup.py install
to install the package. It is no longer get called this way under the new pip install ecosystem. See: pypa/pip#8368 for details.We need to find a way to enforce this call. Right now, it seems python=3.8.* is still ok with the old procedure.
The text was updated successfully, but these errors were encountered: