Closed ZhaiMen-Hub closed 4 months ago
It seems that the reason is the version of commonroad-route-planner is too high.
The requirement.txt only required >=2024.1.1, hence pip will install the 2024.2.0 version (i.e. the newest version).
Running pip install commonroad-route-planner==2024.1.1
can solve this problem.
hey,bro.Thank you for providing this debug method, but i am little interesting that how do you know this bug you mentioned is version mistake.I try lot of method but not success to solve this bug.
An AttributeError occurs when launching
python run_planner.py
The error message is as follows