-
-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'os' has no attribute 'sched_getaffinity' #8
Comments
I added a try/except for the default. I'd prefer Please let me know if that doesn't fix the issue. I was going to check back before closing the issue, but github closed it automatically because I said "should fix #8" in my commit message, haha. |
Since I didn't hear back, I'm going to close this issue, as the problem appears to be fixed from my end. |
It would be nice if in the manager.py there was an exception value for
threads
as os.sched_getaffinity is not available on all nix systems. I'm running macOS for example and this fails. If I set it to a static value, it runs fine.The text was updated successfully, but these errors were encountered: