piper

Results 5 comments of piper

it says `git version 2.33.1.windows.1`. I have git, but `git clone` always takes too long causing `time out`, so I often download zip. Is this possibly the cause?

Sure. It contains some Chinese characters. I can translate that if needed. ``` The system is: Windows - 10.0.19044 - AMD64 Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded....

For me, I solved this by switching from "Developer Command Prompt for VS 2022" to "x64 Native Tools Command Prompt for VS 2022". I can't explain why though.

When building pysdf, i met this error as well. It is because somehow you are using `HostX86\\x64\\cl.exe`. But what you should use is `HostX64\\x64\\cl.exe`. Please try using `x64 Native Tools...

I am facing this issue as well, `import NeRFNetwork` is taking forever after I ran `main_nerf.py` for several times (I trained successfully for many times, today it began to take...