-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Hard hang in find_python_version() #107
Comments
Try Ctrl-d. I am seeing this with pyrepl being installed (via pdb++), which ships I think pythonfinder maybe should close stdin when trying out existing python interpreters maybe at least. Of course, try also |
@blueyed: you're right, I do have |
Now that you mention it, I see |
You might need it several times: press it and wait a few seconds, before pressing it again (to not accidentally close the terminal). |
I'm not sure what's causing this, and what details of my environment might be relevant, but I'm encountering a hard hang when calling
Finder.find_python_version
orFinder.find_all_python_versions
. The Python process becomes entirely unresponsive, ignoring Ctrl+C, Ctrl+Z and the like. Killing it from another terminal is the only way to quit.Environment:
pyenv
withpyenv-virtualenv
The text was updated successfully, but these errors were encountered: