Hi, FWIW, I was able to compile ITZI today on Fedora 39 (gcc version 13.3.1 20240522; Python 3.12.3), using
# install dependencies pip install numpy setuptools cython # generate some needed C files cython -3 itzi/swmm/swmm_c.pyx itzi/flow.pyx # build python setup.py build # install python setup.py install --user # test if it starts itzi version 20.5 # pytest (see docs/prog_manual.rst) pytest -v [...] Due to lack of time I could not continue yet. Perhaps I can try these days during the https://grasswiki.osgeo.org/wiki/GRASS_Community_Meeting_Prague_2024 Best Markus -- Markus Neteler, PhD https://www.mundialis.de - company https://grass.osgeo.org - FOSS https://neteler.org - freelancing & blog _______________________________________________ grass-user mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/grass-user
