Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Running the TraCI4TrafficLights tutorial

You need to set SUMO_HOME to a directory that contains bin/sumo as well as tools/traci in order to run the tutorial.
See https://sumo.dlr.de/wiki/Installing/Linux_Build

Am Di., 3. Sept. 2019 um 14:42 Uhr schrieb Roman, Charlotte <C.D.Roman@xxxxxxxxxxxxx>:
bash: /home/charlotte/Dropbox/sumo-1.2.0/bin/sumo: No such file or directory

Kind regards,


Charlotte



University of Warwick | MathSys CDT


From: sumo-user-bounces@xxxxxxxxxxx <sumo-user-bounces@xxxxxxxxxxx> on behalf of Jakob Erdmann <namdre.sumo@xxxxxxxxx>
Sent: Tuesday, September 3, 2019 1:29 PM
To: Sumo project User discussions <sumo-user@xxxxxxxxxxx>
Subject: Re: [sumo-user] Running the TraCI4TrafficLights tutorial
 
In this case try:
$SUMO_HOME/bin/sumo

Am Di., 3. Sept. 2019 um 14:20 Uhr schrieb Roman, Charlotte <C.D.Roman@xxxxxxxxxxxxx>:
bash: fg: %sumo_home%/bin/sumo: no such job


Kind regards,


Charlotte



University of Warwick | MathSys CDT


From: sumo-user-bounces@xxxxxxxxxxx <sumo-user-bounces@xxxxxxxxxxx> on behalf of Jakob Erdmann <namdre.sumo@xxxxxxxxx>
Sent: Tuesday, September 3, 2019 12:40 PM
To: Sumo project User discussions <sumo-user@xxxxxxxxxxx>
Subject: Re: [sumo-user] Running the TraCI4TrafficLights tutorial
 
what happens when you run this on the command line?

%sumo_home%/bin/sumo

Am Di., 3. Sept. 2019 um 12:50 Uhr schrieb Roman, Charlotte <C.D.Roman@xxxxxxxxxxxxx>:
I have done this and it still doesn't work.

Kind regards,


Charlotte



From: sumo-user-bounces@xxxxxxxxxxx <sumo-user-bounces@xxxxxxxxxxx> on behalf of Jakob Erdmann <namdre.sumo@xxxxxxxxx>
Sent: Tuesday, September 3, 2019 11:10 AM
To: Sumo project User discussions <sumo-user@xxxxxxxxxxx>
Subject: Re: [sumo-user] Running the TraCI4TrafficLights tutorial
 

Am Di., 3. Sept. 2019 um 11:25 Uhr schrieb Roman, Charlotte <C.D.Roman@xxxxxxxxxxxxx>:
Hi all,

I'm trying to run the Traci tutorial TraCI4TrafficLights by using 'python runner.py' in the traci_tls folder and I keep getting this error and I don't know how to fix it:

Traceback (most recent call last):
  File "runner.py", line 124, in <module>
    "--tripinfo-output", "tripinfo.xml"])
  File "/home/charlotte/anaconda3/lib/python3.6/site-packages/traci/__init__.py", line 96, in start
    sumoProcess = subprocess.Popen(cmd + ["--remote-port", str(port)])
  File "/home/charlotte/anaconda3/lib/python3.6/subprocess.py", line 729, in __init__
    restore_signals, start_new_session)
  File "/home/charlotte/anaconda3/lib/python3.6/subprocess.py", line 1364, in _execute_child
    raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'sumo-guiD': 'sumo-guiD'


Does anyone know how to fix it? Thanks!

Kind regards,


Charlotte


_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top