Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while data generation #20

Open
SExpert12 opened this issue May 22, 2024 · 0 comments
Open

Error while data generation #20

SExpert12 opened this issue May 22, 2024 · 0 comments

Comments

@SExpert12
Copy link

SExpert12 commented May 22, 2024

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant