Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Running the TraCI4TrafficLights tutorial
  • From: "Roman, Charlotte" <C.D.Roman@xxxxxxxxxxxxx>
  • Date: Tue, 3 Sep 2019 09:25:14 +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=x8i3uIAWRELvuSAuORMt4g7gqdLxbC/t05qfp0MKAaE=; b=oXRIJIYAl0YG2rfavkeeXqSmOejyphZCi2JnWBI3l4UQJmQydJMNP8hi2J/qze4YLc+wbNiq4ToRbhkDCDXrF5M2J2GD7qpP++0yNFYETU+LCt4LSFyJQta1WWsIJuyrURIuI89fDwajdu1w/M3/G25dLl5gRuBWHqvIslivrmaWZzgtwUtcSZnNptez6XbyzjEHr2o/ifiIBRSXWU9D8AO4CN12dB0Ywbas5JwvB4dzsI43VIajuoMZKDC7aVl2QsyBkjiPyazv1KCC3QcfwrL7AU/B5PxebDPdsO0g6bhFtZAvXPYuk0gyiNEO/0jRLO4YZfWOZLPniS0uXkGuSw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=G1Pk8lu2c/V2545Qp0kewX5VUHidJX70yw8pHY+SMcCHcP357vS0E/ows+jyqno1KbTyHTrsQD48J2orlHbIbe1w2p3l/AIo+Bt+8oUsKe86BSCdONFbcnzx0ZfEM6QoBqhZHmAxFm+O8ZLVC6riaa2HHKNl4OdfoajyhKz5PHx4h3fxJ0GVv5y57Zq30rPlw9ELYYrg4jGDKvf5/M08oHh0tdxnV5UflSN3QQIooFh8h5eY9X+x5eif2If+vNh/9/Oc8tsxrBrG7/ks/A9B5KAbNhbaNI7MHMq+UXTTMfTkmUjMV7yk+foNXPSPHtk6XaNAO3Z1bpRFgVTdWa7wxw==
  • 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: AQHVYjkif4a8sVlnO0OxP5MycLjYAQ==
  • Thread-topic: Running the TraCI4TrafficLights tutorial

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



Back to the top