Skip to content

Trying to run scenario_runner example script fails - ModuleNotFoundError: No module named 'DReyeVR_utils' #16

@ethicallab

Description

@ethicallab

Hello again Gustavo and HARPLab,

I am trying to run the following code/ here is my output:

python run_experiment.py --title "dreyevr_experiment" --route %SCENARIO_RUNNER_ROOT%\srunner\data\routes_custom.xml %SCENARIO_RUNNER_ROOT%\srunner\data\town05_scenarios.json 0
Traceback (most recent call last):
File "run_experiment.py", line 27, in
from scenario_runner import ScenarioRunner
File "C:\Users\kp\Documents\G\carla9.12\scenario_runner\scenario_runner.py", line 39, in
from srunner.scenarios.route_scenario import RouteScenario
File "C:\Users\kp\Documents\G\carla9.12\scenario_runner\srunner\scenarios\route_scenario.py", line 52, in
from DReyeVR_utils import find_ego_vehicle
ModuleNotFoundError: No module named 'DReyeVR_utils'

I have executed the commands to make both DReyeVR and the scenario runner part of DReyeVR.

Any thoughts are appreciated! Thanks again!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions