NVlabs / CTG

Other
57 stars 8 forks source link

Fail to install l5kit==1.5.0 #6

Closed Iven-Wu closed 4 months ago

Iven-Wu commented 5 months ago

When I ran the setup.py, it turned out to install l5kit==1.2.0 even though it was told to install 1.5.0. How can it be fixed?

Iven-Wu commented 5 months ago

It seems that the dependency
"l5kit==1.5.0", "numpy==1.23.4" have some conflicts.

Iven-Wu commented 5 months ago

Seems be solved by using python 3.8

hairuoliu1 commented 1 month ago

Are there any other changes?