arenasys / sd-tagging-helper

A GUI to help with manual tagging and cropping
233 stars 12 forks source link

The windows system runs programs that crash in sched_getaffinity. #7

Closed AiMiDi closed 2 years ago

AiMiDi commented 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.

arenasys commented 2 years ago

oops