I want to install pylint, and I am getting the error No module named '_ctypes'. A solution described in pyenv fails with : ModuleNotFoundError: No module named '_ctypes' error is to run sudo apt-get install libffi-dev. However, I do not have root priviledges, so cannot install libffi-dev on my machine. Is there any other way for it to work?
I am using Ubuntu 16.04, pip 21.1.1 and python 3.8. Also, I am using pyenv for python