javyduck / ChatScene

[CVPR2024] ChatScene: Knowledge-Enabled Safety-Critical Scenario Generation for Autonomous Vehicles https://arxiv.org/abs/2405.14062
https://javyduck.github.io/chatscene/
MIT License
69 stars 1 forks source link

Conflicting Dependencies #7

Open Katikonst opened 1 month ago

Katikonst commented 1 month ago

hello,I have issues with installing ChatScene.More specifically,I get an error about moviepy==1.0.3(it needs decorator<5.0),but scenic 2.1.0b4 needs decorator~=5.0. How can I solve this?

javyduck commented 1 month ago

hi, you can try to install decorator with version 5.1.1, it works in my side.

Katikonst commented 2 weeks ago

thank you very much,it worked fine!