Hi,
When using python3 with sumo 0.29.0, I get this error
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Users/lior/code/sumo-git/sumo/tools/traci/__init__.py", line 29,
in <module>
import sumolib
File "/Users/lior/code/sumo-git/sumo/tools/sumolib/__init__.py", line 37,
in <module>
from . import files, net, output, sensors, shapes
File "/Users/lior/code/sumo-git/sumo/tools/sumolib/net/__init__.py", line
37, in <module>
from . import lane, edge, node, connection, roundabout
File "/Users/lior/code/sumo-git/sumo/tools/sumolib/net/lane.py", line 109
raise ValueError, 'edge for this lane not yet defined'
I looked at the source code and it seems that this commit is meant to fix
this error:
https://github.com/planetsumo/sumo/commit/369e78d2113afa9e5d3965d4d16f579efa1d1440
I guess this commit was submitted after version 0.29.0 was released (it's
hard to tell since there are no git TAGS for any version :/. What's the
head commit for 0.29.0?)
What's the interim solution? Should I rebuild sumo from scratch using
latest source code? Is it considered stable?
Best Regards
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
sumo-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sumo-user