I receive this error almost everytime I run SD. I do not know how to code that well. Help me out. #15085
Unanswered
ME-YOU-SICK
asked this question in
Q&A
Replies: 1 comment
-
try pip uninstall enum34 .then restar the program. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
exit code: 1
stderr:
Traceback (most recent call last):
File "", line 189, in _run_module_as_main
File "", line 148, in get_module_details
File "", line 112, in get_module_details
File "C:\Users\hp\AppData\Local\Programs\Python\Python310\Lib\site-packages\pip_init.py", line 1, in
from typing import List, Optional
File "C:\Users\hp\AppData\Local\Programs\Python\Python310\Lib\typing.py", line 28, in
import re as stdlib_re # Avoid confusion with the re we export.
^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\hp\AppData\Local\Programs\Python\Python310\Lib\re_init.py", line 141, in
@enum.global_enum
^^^^^^^^^^^^^^^^
AttributeError: module 'enum' has no attribute 'global_enum'
Launch unsuccessful. Exiting.
Press any key to continue . . .
Beta Was this translation helpful? Give feedback.
All reactions