Thinklab-SJTU / Bench2Drive

[NeurIPS 2024 Datasets and Benchmarks Track] Closed-Loop E2E-AD Benchmark Enhanced by World Model RL Expert
Other
1.3k stars 85 forks source link

ImportError: undefined symbol #58

Closed starlighttt123 closed 3 months ago

starlighttt123 commented 3 months ago

when running : bash leaderboard/scripts/run_evaluationmulti.sh A bug has occurred: ImportError: /home/user/Bench2DriveZoo/mmcv/ext.cpython-38-x86_64-linux-gnu.so: undefined symbol: _ZNSt15__exception_ptr13exception_ptr9_M_addrefEv

it seems to be a problem of gcc version confilct with mmcv?could you tell me your version of gcc, Or other possible reasons of this bug, thanks.

jayyoung0802 commented 3 months ago

gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Copyright (C) 2019 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

g++ version is also 9.4.0.