graphdeco-inria / gaussian-splatting

Original reference implementation of "3D Gaussian Splatting for Real-Time Radiance Field Rendering"
https://repo-sam.inria.fr/fungraph/3d-gaussian-splatting/
Other
13.61k stars 1.75k forks source link

trying to install the env #225

Open Islaster opened 11 months ago

Islaster commented 11 months ago

getting this error Anaconda Prompt 9_22_2023 11_35_39 AM also getting this "fatal error C1083: Cannot open include file: 'crtdefs.h': No such file or directory"

ThomasWarn commented 11 months ago

Verify that "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\Hostx64\x64" is in your PATH environmental variable.

Additionally verify that you have VS2019 ARM MSVC installed. I know it's weird, but it solved the issue for me as well as others for some reason.

Also go to "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build" and type this into command line: "vcvarsall x86_amd64".

Islaster commented 11 months ago

is VS2019 ARM MSVC a command prompt install & I have a nvidia gpu not amd does that matter for this C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build" and type this into command line: "vcvarsall x86_amd6

Verify that "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\Hostx64\x64" is in your PATH environmental variable.

Additionally verify that you have VS2019 ARM MSVC installed. I know it's weird, but it solved the issue for me as well as others for some reason.

Also go to "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build" and type this into command line: "vcvarsall x86_amd64".

Islaster commented 11 months ago

it didnt work