> Error in starter code. hiway.sumo_scenario import SumoScenario

All seemed to install OK as per the README instructions but when running I get:

$python3
>>> from hiway.sumo_scenario import SumoScenario
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/oliver/.local/lib/python3.5/site-packages/hiway/sumo_scenario.py", line 40
)"""
^
SyntaxError: invalid syntax
>>>

Posted by: Team12 @ Nov. 1, 2019, 4:04 p.m.

Please ensure you're on Python 3.6.

Posted by: HuaweiUK @ Nov. 1, 2019, 4:07 p.m.
Post in this thread