-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
No module named '_cffi_backend' error #4403
Comments
This error typically occurs when something is wrong with your installation of cffi or it can't find it in the sys.path. I have no idea how anaconda/miniconda manage this, but you might try seeing if the problem exists if you install everything into a new virtualenv. |
True. My bad. Seems to be a problem when upgrading python 3.6 to 3.7. |
So, how did u resolved this problem? |
Downgrade to 3.6 for now. Till they add support for 3.7 |
We support Python 3.7 (and indeed test against it in numerous configurations on 3 different OSes). This issue is not caused by a bug in cryptography or cffi and is almost always a problem with the environment on the user's machine. For instance, keeping the same packages while upgrading from 3.6 to 3.7 would break cffi (and any other C package that depends on version specific interfaces). You need to install cffi again with a 3.7 compatible version (which can be accomplished with |
For some reason I am getting the following error:
This never happened, I am not sure what the problem is.
Versions
Python:
3.7
cryptography:
2.3.1
ciffi:
1.11.5
pip:
10.0.1
setuptools:
40.0.0
The text was updated successfully, but these errors were encountered: