Skip to content
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

Open
ctluo opened this issue Oct 20, 2019 · 5 comments
Open

It will freeze in Python3 (Proved to be the problem of WinPython) #17

ctluo opened this issue Oct 20, 2019 · 5 comments

Comments

@ctluo
Copy link

ctluo commented Oct 20, 2019

It will freeze in Python 3. I suggest labeling the project Python 2.

@paulknysh
Copy link
Owner

Pretty sure it runs well in both Python 2 and 3. What error do you get?

@ctluo ctluo changed the title It will freeze in Python 3 It will freeze in Python3 (Proved to be the problem of WinPython) Oct 23, 2019
@ctluo
Copy link
Author

ctluo commented Oct 23, 2019

Thanks for your reply.

I tested it again. It does work well. It passes the tests on all my Linux PCs.
The problem is WinPython. It just gets stuck, and no response.

@paulknysh
Copy link
Owner

Well, not sure if many people use WinPython..

@santoshkumarradha
Copy link

santoshkumarradha commented Oct 10, 2020

Seems to be a problem with me too. The test code in README seems to get stuck.
It gets stuck after line 99

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.

@rochant
Copy link

rochant commented Oct 15, 2020

It also gets stuck in windows version of Anaconda Python 3.x.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants