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
  • From: "Roman, Charlotte" <C.D.Roman@xxxxxxxxxxxxx>
  • Date: Tue, 3 Sep 2019 10:50:06 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=warwick.ac.uk; dmarc=pass action=none header.from=warwick.ac.uk; dkim=pass header.d=warwick.ac.uk; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=6w8jhIPH6mHlF47ziIoMvTd59nDswCW3YZjybjH6Ir8=; b=YVnYLQHmab28w43Wgd1XNSisXCCc4yPBwKfMoFdQ3/psL81UMbEDhOzXP213lACgmfJ/zMPg1ucWyTnlhMP6llyQhtwzpD+TG0qjDvIkWHCg8+MG908UNZYOPHQ7luwxMOsO/WK9zBIYNqU2bVSBRAgpv3e470XWqnhuOtKbrgh7LTEa8A3pXJnBKsqMZMt23b5+2sMN8Js6OjPKct2L9+V/eC13RNGWinVl0GKsFuro/vsUIwqEyuhVwEJKse7kmW+yMNy7FzFtM5Od2djC0qr/jGZroZ5riSb++vgPnkCpHbN54/4eA5x9cvMfKOwPTTWXFYFtVOHP13kehPRxdw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=XC7sCqIvOzkLrUsA6uRvh88Co0GA6HEsuBUD6ky4t3ZQ+G72lSz+rWlFqORc668VJnlWtck88KyhGDEngmZ9UOn38I687ttVBi0xl7abiw5ROkBCSjlMcB5+GpU4CblAOc18jRu5oPX4uokEuMtu40rOGXEIENffraxzXMCRC5inIC4xH2LW6su4Q46I05YA9N7a0CJuEV9NNXoiso8pa7tEiWXTNF3KqgcFRRFCarixHE8uwY260FcuLNui1sj7LIgQ6q5VSS0f0Z2FDTKAHh6Re4atroh7GmJOi/Au+Xv6uwiMcVNbs2Bd7SVnvfVzWCCm9NqgvrKWqlfz/Vhlyw==
  • Delivered-to: sumo-user@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/sumo-user>
  • List-help: <mailto:sumo-user-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHVYjkif4a8sVlnO0OxP5MycLjYAacZuzEAgAAK9Wg=
  • Thread-topic: [sumo-user] Running the TraCI4TrafficLights tutorial

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

Back to the top