Open avinashbhat09 opened 1 month ago
venv should be valid. Are you having issues with it vs virtualenv?
Yes, with virtualenv it does not work (at least on windows + install.bat). If I modify it as venv it runs fine.
Which version of Python are you using?
python 3.11
Looks like line no 40 (python -m virtualenv gimpenv3) in install.bat script has to be changed to python -m venv gimpenv3