Nerfstudio Now Available on Conda! 🎉 #3670
jeongseok-meta
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, community! I'm excited to share that the
nerfstudio
package is now available onconda-forge
. You can easily install it within your conda environment (or conda compatible package manager like Pixi) using the following command:This means you no longer need to mix conda with pip, reducing the likelihood of package conflicts between the two package managers. I believe this will significantly reduce the headache of installing the package from source, as it alleviates many dependency and platform-specific issues.
Currently,
nerfstudio
is only available on Linux due to some missing dependencies, but working on expanding support. If you're interested in contributing, feel free to check out the feedstock repository.Please note that the package installed through conda hasn't been battle-tested, so any feedback or issue reports are welcome.
Beta Was this translation helpful? Give feedback.
All reactions