Closed abelowska closed 10 months ago
Would be nice to fix the underlying issue. If poetry is going to fix this issue shortly, we might wait. If not, we should probably change the version of poetry required in httpstan.
Closing this here because it's not really a pystan issue. If you can confirm poetry isn't going to fix this, please open an issue in stan-dev/httpstan
On M3 apple silicon the build does not work with
poetry>1.1.15
andhttpstan==4.11.0
. Recentpoetry
version (1.7.1) requirecrashtest = "^0.4.1"
(see logs from the error below):while
pystan
has a transitive dependency oncrashtest<0.4.0,>=0.3.0
viaclikit<0.7,>=0.6
.I managed to get it working with
poetry==1.1.15