-
Notifications
You must be signed in to change notification settings - Fork 174
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
Windows Support #9
Comments
Hi, we haven't tested on Windows yet. I presume the setup would be similar to the instructions here: https://github.com/graphdeco-inria/gaussian-splatting#local-setup Also, this video might be of help: https://youtu.be/UXtuigy_wYc?si=y87CrnBaZBPyBshL I think the following should work if you have conda and the other CUDA 11.6 dependencies set:
|
Tested the iPhone online demo on Windows 10, it's working.
|
While I was trying to perform online demo in windows 10 this error occurs. Could not build wheels for diff-gaussian-rasterization, which is required to install pyproject.toml-based projects this error still persists even after installing cuda |
I received the same error |
same |
Hi, for help with the Also, I think their closed issues have additional helpful info for Windows. |
Potentially helpful for building environment on Windows: #27 (comment) |
(splatam) C:\Users\gnbvr\SplaTAM>python scripts/gaussian_splatting.py configs/iphone/gaussian_splatting.py I shoot with my iPhone 14 in online mode, but I cannot get training for Gaussian splatting. |
The same too, and I don't know how to fix it. |
05355774619
Seyit kemal GÜNGÖR
I can help you if you contact me here
Shanzhaguoo ***@***.***>, 23 Şub 2024 Cum, 11:04 tarihinde
şunu yazdı:
… While I was trying to perform online demo in windows 10 this error occurs. *Could
not build wheels for diff-gaussian-rasterization, which is required to
install pyproject.toml-based projects this error still persists even after
installing cuda*
The same too, and I don't know how to fix it.
—
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BAIT4NKQEQPJBSIGNT7OZMDYVBERRAVCNFSM6AAAAABAKZWZGKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRQHA4DGOBSGQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
running into the following issue. any suggestions? `$ pip install -r requirements.txt python setup.py egg_info did not run successfully. [12 lines of output] note: This error originates from a subprocess, and is likely not a problem with pip. Encountered error while generating package metadata. See above for output. note: This is an issue with the package mentioned above, not pip. |
The above exception was the direct cause of the following exception:
note: This error originates from a subprocess, and is likely not a problem with pip. How should I solve the error I encountered when executing pip install -r requirements.txt on Windows? |
Hi @Xiaobizaizi11 , I also met this problem, and I located the problem via cmake. Maybe you should check your cmake result. |
Do you know if I can run this on Windows or do I need WSL? I tried to run the demo using Git Bash, but unfortunately it isn't working.
thx for your great work!
The text was updated successfully, but these errors were encountered: