Failed to start: "No Python at 'C:\Users\***\AppData\Local\Programs\Python\Python310\python.exe'" #16784
-
It used to work correctly with python310 installed, but I actually use python from inner 'venv' folder to launch it.
Recently I uninstalled py310, and found it failed to start. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
well the python 310 in the vevn depends on the system python 310
so your statement of "But I actually didn't use this py310" is actually false, you do use python 310, you just don't know it
alternatively you could make webui use python 311
you could also use |
Beta Was this translation helpful? Give feedback.
well the python 310 in the vevn depends on the system python 310
so if you uninstall the system python 310 it's not going to work
so your statement of "But I actually didn't use this py310" is actually false, you do use python 310, you just don't know it
I would suggest you reinstall python 310 (best to install the same version that you had before)
alternatively you could make webui use python 311
delete the current
vevn
and pset PYTHON=
to ... \Python311\python.exe