Skip to content

pip install eclipse-sumo==1.22.0 not working on windows #16381

@wnederpel

Description

@wnederpel

The most recent eclipse-sumo version is not working for me on windows. On wsl the install works fine.

Example output:

PS C:\Users\wolf.nederpel > pip install eclipse-sumo==1.22.0
ERROR: Could not find a version that satisfies the requirement eclipse-sumo==1.22.0 (from versions: 1.8.0, 1.9.0, 1.9.1, 1.9.2, 1.10.0, 1.11.0, 1.12.0, 1.13.0, 1.14.0, 1.14.1, 1.15.0, 1.16.0, 1.17.0, 1.18.0, 1.19.0, 1.20.0, 1.21.0)
ERROR: No matching distribution found for eclipse-sumo==1.22.0

Tested with both pip 24.4 and 25.0.1 on both python 3.10 and 3.12.7

Installing with uv gives a hint

PS C:\Users\wolf.nederpel\tmp\tmppythonproj(tmppythonproj)  > uv add eclipse-sumo==1.22.0
Resolved 4 packages in 232ms
error: Distribution `eclipse-sumo==1.22.0 @ registry+https://pypi.org/simple` can't be installed because it doesn't have a source distribution or wheel for the current platform

hint: You're on Windows (`win_amd64`), but `eclipse-sumo` (v1.22.0) only has wheels for the following platforms: `manylinux_2_17_aarch64`, `manylinux_2_17_x86_64`, `manylinux2014_aarch64`, `manylinux2014_x86_64`

Installing traci and sumolib 1.22.0 works fine, installing libsumo 1.22.0 breaks because it is dependent on eclipse-sumo 1.22.0 but when I install a nightly build of eclipse sumo (which works fine as well) libsumo works too.

🚗🚗🚗 Thanks in advance! 🚗🚗🚗

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions