Skip to content
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

Unable to run with CUDA #7

Open
vararth opened this issue Jan 3, 2024 · 2 comments
Open

Unable to run with CUDA #7

vararth opened this issue Jan 3, 2024 · 2 comments

Comments

@vararth
Copy link

vararth commented Jan 3, 2024

I am not able to follow your instructions since Python does not show up in the windows graphics settings.. could you please give more detailed steps so I can keep auto-sort enabled while I browse through the scene?

@limacv
Copy link
Owner

limacv commented Jan 4, 2024

You can manually add Python.exe if you couldn't find it in the windows graphics setting.

@z-mahmud22
Copy link

z-mahmud22 commented Mar 12, 2024

It actually depends on how you installed your python. For example, if you used anaconda to install python on a virtual environment, you can locate the python executable (.exe) file from your anaconda terminal via:

conda activate your_env
where python 

The above would print out the location of your python.exe file typically similar to this: C:\ProgramData\anaconda3\envs\your_env\python.exe.

A more generic approach to locate python.exe file is to type the following commands in your python interpreter:

>>> import os, sys
>>> os.path.dirname(sys.executable)

And that should locate your python.exe. Once you get that, just manually add the python.exe to your 'Desktop App' list and then follow the instruction from this project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants