georghess / neurad-studio

[CVPR2024] NeuRAD: Neural Rendering for Autonomous Driving
https://research.zenseact.com/publications/neurad/
Apache License 2.0
346 stars 24 forks source link

ERROR: Package 'neurad-studio' requires a different Python: 3.8.19 not in '>=3.10.0' #48

Closed Anji-Builds closed 2 months ago

Anji-Builds commented 3 months ago

image

I followed the steps until: git clone https://github.com/georghess/neurad-studio.git cd neurad-studio

Then: pip install -e ., which gave me the above error.

In the readme, it states however, that neurad requires python>=3.10. Is this a bug or some update issue?

atonderski commented 2 months ago

Sorry for slow response. With introduction of waymo dataparser neurad studio requires python 3.10 at least. However, the setup instruction for conda environment in the README should create such an environment. Perhaps you were unfortunate and followed part of the instructions before updating the repo to the latest version? closing as instructions are now correct