haoyuhsu / autovfx

Offical codes for "AutoVFX: Physically Realistic Video Editing from Natural Language Instructions."
MIT License
230 stars 19 forks source link

Failed building wheel for diff_gaussian_rasterization and simple_knn #3

Open subrotoxing opened 6 days ago

subrotoxing commented 6 days ago

error in pip install submodules/diff-gaussian-rasterization

fatal error C1083: Cannot open include file: 'cuda/std/type_traits': No such file or directory

and pip install submodules/simple-knn

simple_knn.cu(17): fatal error C1083: Cannot open include file: 'cub/cub.cuh': No such file or directory simple_knn.cu

please advise thanks.

ysxk commented 6 days ago

The same problem, I am looking for a solution and don't know which version of Visual Studio to download. Even if I install the latest version, this error will still occur

ysxk commented 6 days ago

Installing Visual Studio 2019 can solve this problem by simply selecting C++desktop development VS2019 is no longer available on the official website, you can download it through my cloud drive You can also search for him on search engines There may be some files that need to be solved. Indeed, this can be quickly found on the Internet

https://www.123684.com/s/nApcVv-lFZ4H

db2f39f7f3705bee905a383ee8fb39f

haoyuhsu commented 5 days ago

Hi,

I have only tested this on Linux OS, so I am not familiar with installation issues on Windows. However, for problems related to diff-gaussian-rasterization and simple-knn, I recommend referring to the original Gaussian Splatting, as I built upon that repository. You can also check out issues like this one for more detailed discussions about building the wheel on Windows.

Hope this would help!