-
Notifications
You must be signed in to change notification settings - Fork 60
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
It will freeze in Python3 (Proved to be the problem of WinPython) #17
Comments
Pretty sure it runs well in both Python 2 and 3. What error do you get? |
Thanks for your reply. I tested it again. It does work well. It passes the tests on all my Linux PCs. |
Well, not sure if many people use WinPython.. |
with executor() as e:
points[batch*i:batch*(i+1), -1] = list(e.map(f,
list(map(cubetobox, points[batch*i:batch*(i+1), 0:-1])))) Dumb me, multiprocessor pool and iphython does not gell well. |
It also gets stuck in windows version of Anaconda Python 3.x. |
It will freeze in Python 3. I suggest labeling the project Python 2.
The text was updated successfully, but these errors were encountered: