You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm on Windows 11 with an AMD GPU and when I run my webui-user.bat, it gives me this error, then exits the window after an interaction and nothing more...
I have already tried to reinstall python, then pip which I think is partly the cause of the error except that it refuses to install manually, I also imported the files from another PC which was running stable-diffusion correctly.
But still this funny error with OSerror...
I do not know what to do, someone can help me ?
exit code: 1
stderr:
Traceback (most recent call last):
File "C:\Users\ZerBride\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Users\ZerBride\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 86, in _run_code
exec(code, run_globals)
File "C:\Users\ZerBride\AppData\Local\Programs\Python\Python310\lib\site-packages\pip\__main__.py", line 29, in <module>
from pip._internal.cli.main import main as _main
File "C:\Users\ZerBride\AppData\Local\Programs\Python\Python310\lib\site-packages\pip\_internal\cli\main.py", line 9, in <module>
from pip._internal.cli.autocompletion import autocomplete
File "C:\Users\ZerBride\AppData\Local\Programs\Python\Python310\lib\site-packages\pip\_internal\cli\autocompletion.py", line 10, in <module>
from pip._internal.cli.main_parser import create_main_parser
File "C:\Users\ZerBride\AppData\Local\Programs\Python\Python310\lib\site-packages\pip\_internal\cli\main_parser.py", line 8, in <module>
from pip._internal.cli import cmdoptions
File "C:\Users\ZerBride\AppData\Local\Programs\Python\Python310\lib\site-packages\pip\_internal\cli\cmdoptions.py", line 23, in <module>
from pip._internal.cli.parser import ConfigOptionParser
File "C:\Users\ZerBride\AppData\Local\Programs\Python\Python310\lib\site-packages\pip\_internal\cli\parser.py", line 12, in <module>
from pip._internal.configuration import Configuration, ConfigurationError
File "C:\Users\ZerBride\AppData\Local\Programs\Python\Python310\lib\site-packages\pip\_internal\configuration.py", line 21, in <module>
from pip._internal.exceptions import (
File "C:\Users\ZerBride\AppData\Local\Programs\Python\Python310\lib\site-packages\pip\_internal\exceptions.py", line 8, in <module>
from pip._vendor.requests.models import Request, Response
File "C:\Users\ZerBride\AppData\Local\Programs\Python\Python310\lib\site-packages\pip\_vendor\requests\__init__.py", line 135, in <module>
from . import utils
File "C:\Users\ZerBride\AppData\Local\Programs\Python\Python310\lib\site-packages\pip\_vendor\requests\utils.py", line 28, in <module>
from ._internal_utils import to_native_string
File "C:\Users\ZerBride\AppData\Local\Programs\Python\Python310\lib\site-packages\pip\_vendor\requests\_internal_utils.py", line 11, in <module>
from .compat import is_py2, builtin_str, str
File "C:\Users\ZerBride\AppData\Local\Programs\Python\Python310\lib\site-packages\pip\_vendor\requests\compat.py", line 65, in <module>
from http.cookies import Morsel
File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 879, in exec_module
File "<frozen importlib._bootstrap_external>", line 1016, in get_code
File "<frozen importlib._bootstrap_external>", line 1074, in get_data
OSError: [Errno 9] Bad file descriptor
Launch unsuccessful. Exiting.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm on Windows 11 with an AMD GPU and when I run my webui-user.bat, it gives me this error, then exits the window after an interaction and nothing more...
I have already tried to reinstall python, then pip which I think is partly the cause of the error except that it refuses to install manually, I also imported the files from another PC which was running stable-diffusion correctly.
But still this funny error with OSerror...
I do not know what to do, someone can help me ?
Beta Was this translation helpful? Give feedback.
All reactions