-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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 Instructions #34
Comments
+1 |
1 similar comment
+1 |
This recipe worked fine for me. Tested on Windows 10. |
You need to turn on Developer Mode (from Windows Settings) and then from the Add Programs panel, add the "Windows Subsystem for Linux" feature to the Windows OS, as described in this video: |
i runned this few minutes ago, and you need to install tons of modules before running GUI successfully on WSL2. So, i gave it up, there so many requirements need to be done one by one. |
I can't get it to work on Windows. Error: ModuleNotFoundError: No module named 'imgui' |
Can successfully run on anaconda of windows 10. No WSL is needed. |
tessss.mp4 |
I was able to get it to run on Windows 11 with miniconda installed and editing the environment.yml file to the following: name: draggan
channels:
- pytorch
- nvidia
- conda-forge
dependencies:
- python >= 3.8
- pip
- numpy>=1.20
- click>=8.0
- pillow=9.0.0
- scipy=1.7.1
- pytorch=1.9.1
- torchvision=0.10.1
- cudatoolkit=11.1
- requests=2.26.0
- tqdm=4.62.2
- ninja=1.10.2
- matplotlib=3.4.2
- imageio=2.9.0
- pip:
- imgui==1.3.0
- glfw==2.2.0
- pyopengl==3.1.5
- imageio-ffmpeg==0.4.3
- pyspng Then simply I also made a slight tweak to |
I had errors about missing cuda toolkit as well but was able to resolve them by removing my conda config file, try I did try a bunch of other random stuff before so it's possible some of that may have helped get this working also. Your CUDA version depends on the minimum version supported by your graphics card but will be installed automatically by conda so it doesn't matter if you already have a different version installed. For the missing imgui for some reason pip is unable to find the correct version for you, I am not sure why this is as I did not run into this but you could try installing it manually with Hope this helps, I am not a python expert myself just sharing what worked for me 🙂 |
Could you be more specific please? Anyone who hasn't done these does not know how to do these. Thanks. |
and, if you already have installed WSL do in windows terminal Powershell: |
Could you share how to get it working on Windows please?
The text was updated successfully, but these errors were encountered: