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
89 stars 5 forks source link

Conflicting Dependencies #7

Closed Katikonst closed 2 months ago

Katikonst commented 3 months 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 3 months ago

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

Katikonst commented 3 months ago

thank you very much,it worked fine!