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 or Finder.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:
- Ubuntu 20.04
- Python 3.x (tried with 3.6.8 and 3.8.5)
- Using
pyenv with pyenv-virtualenv
- Seems to affect all virtualenvs equally
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_versionorFinder.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:
pyenvwithpyenv-virtualenv