minghanqin / LangSplat

Official implementation of the paper "LangSplat: 3D Language Gaussian Splatting" [CVPR2024 Highlight]
https://langsplat.github.io/
Other
675 stars 72 forks source link

setting up conda environment fail #34

Closed KohsukeIde closed 7 months ago

KohsukeIde commented 7 months ago

-First of all, congrats on your CVPR2024 Highlight!-

I have been facing issue setting up conda environment. Do I have to do something besidesconda env create --file environment.yml?

I encountered similar errors from https://github.com/minghanqin/LangSplat/issues/13 but have not been able to solve it.

if there are any alternative way to setup the environment, I'd like to know how. Or a step by step explanation on how to do a setup would be very helpful... im currently using cudatoolkit version 11.7

KohsukeIde commented 7 months ago

was able to solve it based on https://github.com/graphdeco-inria/gaussian-splatting/issues/724 and https://github.com/minghanqin/LangSplat/issues/13