Michael Behrisch
Michael Behrisch
No the filename is correct and the metadata is wrong. The wheel should work with all python versions since it is basically only a thin wrapper around the sumo binaries
which is your default python and what is the output of `which python3.11`?
see also https://stackoverflow.com/questions/79815093/dll-load-failure-when-importing-both-libsumo-and-pyarrow
The critical part seems to be pyarrow==20.0.0. If I install this it works with every libsumo. That's understandable because libsumo is built against arrow 20.0.0. I am just not sure...
Thanks for this one! Making parsing easier is definitely a big plus. This code however relies on the assumption that the order in the xsd is identical to the output...
Linux packaging servers (Launchpad / open build service) for instance have no access to the internet (especially pypi.org) and not every python dependency is available as a (debian) package. Those...
I finally managed to have a look. We still have several issues here: 1. The GUI calculation is still different because it takes into account the position of the downstream...
I started a branch here: https://github.com/eclipse-sumo/sumo/tree/refs/heads/interpolated_meso
maybe split into two options one for the images one for the projection change
loading a log would be the easiest solution