pointing to an earlier version of python help #14438
kraftwerkkraftwerk
started this conversation in
General
Replies: 2 comments
-
Set the python path in webui-user.bat and delete the venv folder. set PYTHON=C:\Users\shail\AppData\Local\Programs\Python\Python310\python.exe or set PYTHON=python3.10.exe |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think it is working. waiting for final install..... thanks man you are the best! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I installed stable diffusion, GitHub, and python 3.10.6 etc
the problem I am having is
when I run
webui-user.bat
it refers to another version of Python I have. At the top when it initiated the bat file in the cmd prompt:
Creating venv in directory C:\Users\shail\stable-diffusion-webui\venv using python "C:\Program Files\Python37\python.exe
can I modify the bat file to refer to Python 3.10.6? which is located in the directory
"C:\Users\shail\AppData\Local\Programs\Python\Python310\python.exe"
Beta Was this translation helpful? Give feedback.
All reactions