intel / openvino-ai-plugins-gimp

GIMP AI plugins with OpenVINO Backend
Apache License 2.0
512 stars 55 forks source link

incorrect name virtualenv in Install.bat script #140

Open avinashbhat09 opened 1 month ago

avinashbhat09 commented 1 month ago

Looks like line no 40 (python -m virtualenv gimpenv3) in install.bat script has to be changed to python -m venv gimpenv3

gblong1 commented 1 month ago

venv should be valid. Are you having issues with it vs virtualenv?

avinashbhat09 commented 1 month ago

Yes, with virtualenv it does not work (at least on windows + install.bat). If I modify it as venv it runs fine.

gblong1 commented 1 month ago

Which version of Python are you using?

avinashbhat09 commented 1 month ago

python 3.11