ImperialCollegeLondon / SWMManywhere

SWMManywhere is used to derive and simulate a sewer network anywhere in the world
https://imperialcollegelondon.github.io/SWMManywhere/
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

Seems to require `setuptools` #329

Closed barneydobson closed 1 month ago

barneydobson commented 1 month ago

Ubuntu for python 3.12 Caused by CDSAPI (which can be binned anyway)

Fails on the Quickstart minimum viable run

not sure why setuptools is causing an issue, I thought hatchling removed need it

AdrianDAlessandro commented 1 month ago

Looking into reproducing this

AdrianDAlessandro commented 1 month ago

I could not reproduce this bug locally or in CI (see #332)

barneydobson commented 1 month ago

332 demonstrates that it's not a ubuntu + 3.12 issue. My only thought is that it could be related to the CLI call, so I will mention it there #182 and close this issue