intel / openvino-ai-plugins-gimp

GIMP AI plugins with OpenVINO Backend
Apache License 2.0
447 stars 49 forks source link

Error when installing install.bat #52

Closed kolbdog3333 closed 10 months ago

kolbdog3333 commented 11 months ago

I am getting thjs error when running the bat file for fist time an not sure what am doing wrong. openvino-ai-plugins-gimp Setup started find: '/V': No such file or directory find: 'already satisfied': No such file or directory ERROR: Pipe to stdout was broken Exception ignored in: <_io.TextIOWrapper name='' mode='w' encoding='cp1252'> OSError: [Errno 22] Invalid argument created virtual environment CPython3.10.6.final.0-64 in 24645ms creator CPython3Windows(dest=C:\Users\kolbdog32\gimpenv3, clear=False, no_vcs_ignore=False, global=False) seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=C:\Users\kolbdog32\AppData\Local\pypa\virtualenv) added seed packages: pip==23.2.1, setuptools==68.1.2, wheel==0.41.2 activators BashActivator,BatchActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator find: '/V': No such file or directory find: 'already satisfied': No such file or directory

arisha07 commented 11 months ago

Are you running in command prompt ?

kolbdog3333 commented 11 months ago

I am i ran the instuctions it happens each time

arisha07 commented 11 months ago

You are running it on windows right ? What is the exact command line that you are running?

kolbdog3333 commented 11 months ago

The exact command it shows in the instructions this I copied and pasted it: openvino-ai-plugins-gimp\install.bat

kolbdog3333 commented 11 months ago

I am running it from the Downloads folder that is where i downloaded the plugin to then i paste the command and teh error occurs as soon as i run it

arisha07 commented 11 months ago

Please share complete log that shows the filesystem path and command that you are running. Thanks.

arisha07 commented 10 months ago

Did you use "git clone https://github.com/intel/openvino-ai-plugins-gimp.git" ?

kolbdog3333 commented 10 months ago

Yes i did. And sorry for not getting back sooner. I havent been home.

arisha07 commented 10 months ago

Please share complete log, including the clone steps etc.

kolbdog3333 commented 10 months ago

Does it matter where the clone location is? Maybe that is the issue.

kolbdog3333 commented 10 months ago

Here is the full log:

Microsoft Windows [Version 10.0.19045.3516] (c) Microsoft Corporation. All rights reserved.

C:\Users\kolbdog32\Downloads> git clone https://github.com/intel/openvino-ai-plugins-gimp.git Cloning into 'openvino-ai-plugins-gimp'... remote: Enumerating objects: 696, done. remote: Counting objects: 100% (118/118), done. remote: Compressing objects: 100% (93/93), done. remote: Total 696 (delta 43), reused 40 (delta 25), pack-reused 578 Receiving objects: 100% (696/696), 167.04 MiB | 122.00 KiB/s, done. Resolving deltas: 100% (310/310), done. Updating files: 100% (132/132), done.

C:\Users\kolbdog32\Downloads> openvino-ai-plugins-gimp\install.bat openvino-ai-plugins-gimp Setup started find: '/V': No such file or directory find: 'already satisfied': No such file or directory ERROR: Pipe to stdout was broken Exception ignored in: <_io.TextIOWrapper name='' mode='w' encoding='cp1252'> OSError: [Errno 22] Invalid argument created virtual environment CPython3.10.6.final.0-64 in 31139ms creator CPython3Windows(dest=C:\Users\kolbdog32\Downloads\gimpenv3, clear=False, no_vcs_ignore=False, global=False) seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=C:\Users\kolbdog32\AppData\Local\pypa\virtualenv) added seed packages: pip==23.2.1, setuptools==68.1.2, wheel==0.41.2 activators BashActivator,BatchActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator find: '/V': No such file or directory find: 'already satisfied': No such file or directory

kolbdog3333 commented 10 months ago

Here is the complete log. Complete Log.txt

kolbdog3333 commented 10 months ago

I'm getting errors throughtout the entire log for some reaoson.

arisha07 commented 10 months ago

can you try deleting and do a fresh clone instead?

kolbdog3333 commented 10 months ago

That was a fresh clone i just cloned it 30 minutes ago.

kolbdog3333 commented 10 months ago

I have tried to do same thing last 2 hours same result i even delted and recloned it.

kolbdog3333 commented 10 months ago

DO you think it would help if i installed the requiremnts manually pip install -r requirements.txt then same with the toher? It seems when i install it manually no errors?

arisha07 commented 10 months ago

What is the window version ? can you just try to run python -m pip install virtualenv | find /V "already satisfied" from your command prompt and see if it works ?

kolbdog3333 commented 10 months ago

This is what i got:

C:\Users\kolbdog32\Downloads\openvino-ai-plugins-gimp>python -m pip install virtualenv | find /V "already satisfied" find: '/V': No such file or directory find: 'already satisfied': No such file or directory ERROR: Pipe to stdout was broken Exception ignored in: <_io.TextIOWrapper name='' mode='w' encoding='cp1252'> OSError: [Errno 22] Invalid argument

arisha07 commented 10 months ago

okay looks like there is some issue on the system that you are using as that command line should work in windows command prompt without any issues.

For now try removing all occurrences of | find /V "already satisfied" in install.bat

kolbdog3333 commented 10 months ago

It's running now thanks that fixed that error. How long does it take to get past this added seed packages: pip==23.2.1, setuptools==68.1.2, wheel==0.41.2 activators BashActivator,BatchActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator

Been stuck for 5 minutes so far

kolbdog3333 commented 10 months ago

NEver mnind its fine now it fixed it.