Closed AiMiDi closed 2 years ago
Log:
2022-11-04 01:40:26.556222 Traceback (most recent call last): File "E:\sd-tagging-helper\helper.py", line 762, in maxThreads return len(os.sched_getaffinity(0)) AttributeError: module 'os' has no attribute 'sched_getaffinity'
This method os.sched_getaffinity(0) is only available on some UNIX platforms.
os.sched_getaffinity(0)
oops
Log:
This method
os.sched_getaffinity(0)
is only available on some UNIX platforms.