I open the webui-user.bat file from the stable-diffusion-webui, artificial intelligence that creates art, but cmd opens and says:
Creating venv in directory venv using python "C:\Python27\python.exe"
Unable to create venv in directory venv
exit code: 1
stderr:
C:\Python27\python.exe: No module named venv
Launch unsuccesful. Exiting.
Press a key to continue...
I have the version 2.7.15 of Python, I don't know if the stable diffusion supports that version really. The thing is that after reading on another site that I could try typing commands such as py -m pip install --user virtualenv, I type it, but I always get a syntaxerror:
py -m pip install --user virtualenv
File "<stdin>", line 1
py -m pip install --user virtualenv
SyntaxError: invalid syntax
How can I solve this issue? Anyone who can help me, please?