Hi,
I'm following the "Read_me" steps and can't seem to run Sumo in python. I get an error saying SUMO_HOME not set, even though I've made sure it is by following the steps when running install_deps.sh.
Is there a way to fix this?
Posted by: Team91 @ Nov. 6, 2019, 1:32 a.m.The SUMO package that is installed by the install_deps.sh script comes with a collection of python libraries that we depend on in our simulator, do you mind sharing the output of this command?
ls $SUMO_HOME/tools | grep lib
# we expect to see the following
lib
libsumo
sumolib
Hi, thank you.
The output is exactly that, bu the problem persists
Solved the problem by just opening Spyder directly from the terminal.
Posted by: Team91 @ Nov. 6, 2019, 2:32 p.m.