-
Notifications
You must be signed in to change notification settings - Fork 312
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
improved windows installation steps #353
Comments
proposed improved windows installation #350 |
Is this for the prebuilt wheel? I'm completely, i still have either |
Same |
@softyoda , which version of pytorch and cuda are you using? how have you installed cuda ? |
@softyoda the precompiled wheels are published only for python 3.10 at the moment. Which version of python are you using? |
I'm also trying to get gsplat running on Windows 11 Pro (23H2), without to having install Visual Studio and dependent build tools. I have two issues when running on Windows:
|
Problem
The current documentation regarding the installation on windows is a bit scarce regarding the CUDA installation and
which version of the CUDA dependencies should be used as well as numpy version, making the installation process on windows somewhat error prone. Also using an installation of the CUDA toolkit at the system level can create undesired coupling with other python environments used for other projects.
Solution
Instead of suggesting to install the CUDA toolkit manually, we can suggest using conda to install all the CUDA dependencies in an isolated manner. We can provide an example of a complete conda
environment.yml
file with pinned dependency versions that is sufficient to get the tests running, which will hopefully provide a more robust procedure to getgsplat
running on windows.The text was updated successfully, but these errors were encountered: