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
Describe the bug
When downloaded and run through pip install, AttributeError occurs.
To Reproduce
omission (Everything that appears in describe)
Expected behavior
System environment (please complete the following information):
OS: Windows 11 Home
Python : 3.11.9
Additional context
I looked it up and found that there is no attribute called EX_DATAERR in the OS module of Windows. (Unix, Linux series exit code/constant value)
Replace the data directly with a constant value
Branch processing according to platform
I think it would be a good idea to proceed in one of two ways.
The text was updated successfully, but these errors were encountered:
Describe the bug
When downloaded and run through pip install, AttributeError occurs.
To Reproduce
omission (Everything that appears in describe)
Expected behavior
System environment (please complete the following information):
Additional context
I looked it up and found that there is no attribute called EX_DATAERR in the OS module of Windows. (Unix, Linux series exit code/constant value)
I think it would be a good idea to proceed in one of two ways.
The text was updated successfully, but these errors were encountered: