I tried to run the first tutorial of interactive scenarios but I get this error
I am using windows 11 and I have successfully installed SUMO and I have set the SUMO_HOME and PATH and PYTHONPATH manually using windows settings
I tried to run the first tutorial of interactive scenarios but I get this error
any ideas how to solve this ?
Hi @marihan, the problem here is a rename of a module in the underlying CommonRoad-SUMO interface in version 2024.1 which is not yet reflected here. For the time being, zou can easily fix this problem by manually updating the line 27 in simulation/simulations.py to:
from sumocr.scenario.scenario_wrapper import ScenarioWrapper
I will take care of upstreaming this fix, so that the manual update is not necessary in the future.
thanks alot for your reply