Pyenv fails to install python on Cygwin: ModuleNotFoundError: No module named '_ctypes'
问题 I am trying to set up my Cygwin environment to use pyenv for managing python versions. I don't have admin rights so I run the setup with the --no-admin flag. There were some dependencies which I solved using Cygwin package manager application. I got stuck on this one though: ModuleNotFoundError: No module named '_ctypes' I have tried installing libffi and libffi-devel as suggested in many discussions I found. In Cygwin, it doesn't seem to work, or at least pyenv is not using them. Can anyone