-
Notifications
You must be signed in to change notification settings - Fork 0
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
ModuleNotFoundError: No modue named '_cffi_backend' #1
Comments
$ python3.10 -m pip install cffi |
according to https://community.letsencrypt.org/t/modulenotfounderror-no-module-named-cffi-backend/137535/13 pip install -U cffi |
https://stackoverflow.com/questions/75272737/error-invalid-version-0-23ubuntu1-package-distro-info pip uninstall -y distro-info |
sudo apt-get remove --auto-remove python3-debian |
Resolve this issue by installing cffi on sudo python and update it. |
Traceback (most recent call last):
File "/home/wwjang/E2FL/test_wrls-power.py", line 10, in
import paramiko
File "/usr/lib/python3/dist-packages/paramiko/init.py", line 22, in
from paramiko.transport import SecurityOptions, Transport
File "/usr/lib/python3/dist-packages/paramiko/transport.py", line 90, in
from paramiko.ed25519key import Ed25519Key
File "/usr/lib/python3/dist-packages/paramiko/ed25519key.py", line 17, in
import bcrypt
File "/usr/lib/python3/dist-packages/bcrypt/init.py", line 25, in
from . import _bcrypt
ModuleNotFoundError: No module named '_cffi_backend'
The text was updated successfully, but these errors were encountered: