intel / openvino-ai-plugins-gimp

GIMP AI plugins with OpenVINO Backend
Apache License 2.0
422 stars 47 forks source link

Powershell / Terminal is not working with the OpenVINO setupvar.bat #75

Closed raymondlo84 closed 6 months ago

raymondlo84 commented 6 months ago

Spent a few hours figuring this out and hope this will help others to not waste time on this.

Apparently setupvar.bat from OpenVINO DOES NOT work with the powershell, and when we run setupvar.bat it won't even provide any warnings. You will notice import openvino failed or not found. And worst is if you already got OpenVINO install prior with pip install, these two will conflict completely.

To avoid this we have to use Command Prompt for all steps taken in the setup steps and ensure your environment does not have OpenVINO installed.

I would suggest update the README and provide very clear instructions and warnings what works and NOT.

gblong1 commented 6 months ago

README has been updated to be explicit about using command prompt and not powershell.