nerfstudio-project / nerfstudio

A collaboration friendly studio for NeRFs
https://docs.nerf.studio
Apache License 2.0
8.87k stars 1.18k forks source link

Fix numpy upgrade to 2.x unexpectedly #3254

Closed yzslab closed 4 days ago

yzslab commented 4 days ago

rawpy release 0.22.0 two days ago and drop the numpy 1.x support. But some libraries required by nerfstudio are not compatible with numpy 2.x yet.

Related issue: https://github.com/nerfstudio-project/nerfstudio/issues/3250

yzslab commented 4 days ago

This will only happen when python version > 3.8. But the README already provided a command to create an python 3.8 enviroment. So the PR closed.