stan-dev / httpstan

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

Build fails due to changes in dependencies #570

Closed bedaro closed 3 years ago

bedaro commented 3 years ago

I was trying to build my own wheel of 4.5.0 for a Windows Subsystem for Linux instance and encountered a ModuleNotFoundError for setuptools, even though setuptools is installed. (see pip3-output.txt)

After a few hours of looking into the problem, I think the issue is related to changes that have been made in recent versions of pip. Or maybe it's related to poetry, I'm not sure. In any case, it appears to be the same issue as in pendulum: https://github.com/sdispater/pendulum/issues/454, and because of that I am able to copy the fixes made to pyproject.toml and get it working. I will submit a pull request shortly.

ahartikainen commented 3 years ago

Hi,

do you follow the steps in https://github.com/stan-dev/httpstan/blob/main/.github/workflows/main.yml

Kriti007 commented 3 years ago

Hi I am trying to build Pystan locally by cloning this repo? What steps should I follow?

riddell-stan commented 3 years ago

See "Installation from source" at https://httpstan.readthedocs.io/en/latest/installation.html

riddell-stan commented 3 years ago

Closing. Please post questions about installation in the Stan forums.