Skip to content

Error while data generation  #20

@SExpert12

Description

@SExpert12

Hi, I want to generate data and I am using CARLA build from source. When I run command "./leaderboard/scripts/run_evaluation.sh", I am getting this error. How to resolve this. I have not changed anything in any file.
Any help please!!!

leaderboard/leaderboard/leaderboard_evaluator.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import pkg_resources
WARNING: Version mismatch detected: You are trying to connect to a simulator that might be incompatible with this API
WARNING: Client API version = 0.9.14
WARNING: Simulator API version = 0.9.14-6-g43b5e7064-dirty
leaderboard/leaderboard/leaderboard_evaluator.py:91: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
if LooseVersion(dist.version) < LooseVersion('0.9.10'):
Traceback (most recent call last):
File "leaderboard/leaderboard/leaderboard_evaluator.py", line 477, in main
leaderboard_evaluator.run(arguments)
File "leaderboard/leaderboard/leaderboard_evaluator.py", line 406, in run
self.statistics_manager.clear_record(args.checkpoint)
File "/neat-main/leaderboard/leaderboard/utils/statistics_manager.py", line 340, in clear_record
with open(endpoint, 'w') as fd:
FileNotFoundError: [Errno 2] No such file or directory: '../carla_results/auto_pilot.json'
Exception ignored in: <function LeaderboardEvaluator.del at 0x7f3902afbf70>
Traceback (most recent call last):
File "leaderboard/leaderboard/leaderboard_evaluator.py", line 124, in del
self._cleanup()
File "leaderboard/leaderboard/leaderboard_evaluator.py", line 157, in _cleanup
self._agent_watchdog.stop()
File "/neat-main/scenario_runner/srunner/scenariomanager/watchdog.py", line 72, in stop
self._timer.cancel()
AttributeError: 'NoneType' object has no attribute 'cancel'

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