You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the instructions from this page https://leaderboard.carla.org/get_started/ (using same carla version)
After definition my environment variables, I try running ./scripts/run_evaluation.sh, and I get a ModuleNotFoundError: No module named 'srunner'. I checked and my PYTHONPATH contains the carla/leaderboard/scenario_runner paths, as described in the tutorial, and I am in the correct conda env. Any idea as to what is happening? My OS is Ubuntu 16.04
The text was updated successfully, but these errors were encountered:
Am 06.11.2020 um 4:17 AM schrieb glopezdiest ***@***.***>:
Hey @AnneCCollin that error is because your PYTHONPATH isn't correctly detecting ScenarioRunner. Could you check if that's the case?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
Hello,
I followed the instructions from this page https://leaderboard.carla.org/get_started/ (using same carla version)
After definition my environment variables, I try running ./scripts/run_evaluation.sh, and I get a ModuleNotFoundError: No module named 'srunner'. I checked and my PYTHONPATH contains the carla/leaderboard/scenario_runner paths, as described in the tutorial, and I am in the correct conda env. Any idea as to what is happening? My OS is Ubuntu 16.04
The text was updated successfully, but these errors were encountered: