-
Notifications
You must be signed in to change notification settings - Fork 19
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
popen_spawn_posix hack incompatible with Windows #237
Comments
I'm not sure if this workaround is still necessary for recent version of dask. Seems to run find on Windows with Python 3.10 if I comment it out. Haven't tested on Linux or 3.9 yet. |
I've set up on my local |
Numpy doesn't install properly when I switch to 3.9 with
Results in
Same results if I upgrade |
Seeing if building
|
…karound for Python 3.9 which is no longer needed, and intereferes with Windows compatibility. resolves #237.
While looking into #219 I realized that the "Python 3.9 workaround" we have been using for dask (following this discussion) is platform dependent:
Running this on windows results in
AttributeError: module 'os' has not attribute WNOHANG
The text was updated successfully, but these errors were encountered: