-
Notifications
You must be signed in to change notification settings - Fork 64
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
compatibility with OS X #34
Comments
I have the same problem.. Is suggested workaround to use old versions? |
I just removed that identifier from the list of flags. You can try that |
Same problem, still trying to figure out the solution os OX 10.10.5 Yosemite. |
This is also not available on some Unix systems |
True.
(also, i have anaconda python 3.5.2 installed) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
38ff6ec#diff-bb509f917948249b44c93a585fc72c90R255 makes use of
os.CLOEXEC
, which will largely be unavailable on current official binaries of Python on OS X.See http://bugs.python.org/issue26343 for more info.
The text was updated successfully, but these errors were encountered: