-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On getting the code to run on Sept. 2024 #68
Comments
Thank you worked for most of the submodules but not for diff-gaussian-rasterizer,simpleknn,tinycudann. The error is with the compatibility of MSVS and Cuda toolkit. I have MSVS 2022 and cuda 11.8 and for these packages it says incompatible compiler. When i install gaussian splatting i had cuda 12.6 and MSVS 2022 and there was no error. Is there a workaround for this? |
I think there is a switch you can use to force nvcc to use the unsupported compiler, but otherwise you might have to fiddle with versions |
Made it work somehow, there is still a dependency conflict with Lang sem, it requires python>3.11. how to solve this? |
Then I suppose you need to fiddle with the versions a bit more; all of this was tested on Linux, sorry. |
Ok, for anyone having the same issue install lang-sem from this commit @jhuangBU Great work! Thank you! |
The link does not work now. It seems that the author of lang-sem deleted the branch and I failed to install the new version of lang-sem due to a version issue of accelerate. |
Try this one: |
The latest lang-segment-anything requires python>3.11, but this causes dependency conflicts in igl. How can I solve it?The link above is also broken, how can we fix it? Thank you! Thank you! |
i have the same problem, too. Is there any methods to solve it? |
|
I just tried setting this entire project up again for something else, and the documented way of setting up conda environments appears to be broken (again).
Assuming the first way of setting up environments (by conda env create -f environment.yaml), you now need to do this instead:
All of this is very temporary and is only tested to work on 2024-09-09.
Yeah this is absolutely worth my time and is totally why I got into AI research! /s
The text was updated successfully, but these errors were encountered: