Replies: 1 comment
-
Since https://askubuntu.com/questions/193695/installing-packages-into-local-directory also gives an option to install with Apt into a chroot jail -- which has the same effect but might be more convenient. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am a beginner in pyenv. Every time I install a new Python version, I get the following output
Based on my search, the error is because the libffi-dev library is not installed, and a simple reinstallation should work. But, I don't have the root permission to install it.
Then, I tried to find a manual approach. In the built-in Python of the system, I see that the ctypes package can be imported
I tried to find the libffi.so.7 file and get
Is there any possible way to proceed further?
Beta Was this translation helpful? Give feedback.
All reactions