Skip to content
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 module named '_cffi_backend' #53

Open
ilovefreesw opened this issue Apr 25, 2024 · 0 comments
Open

ModuleNotFoundError: No module named '_cffi_backend' #53

ilovefreesw opened this issue Apr 25, 2024 · 0 comments

Comments

@ilovefreesw
Copy link

Error when importing.

>>> from verify_email import verify_email
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\python\lib\site-packages\verify_email\__init__.py", line 1, in <module>
    from .verify_email import *
  File "C:\python\lib\site-packages\verify_email\verify_email.py", line 2, in <module>
    import aiodns
  File "C:\python\lib\site-packages\aiodns\__init__.py", line 4, in <module>
    import pycares
  File "C:\python\lib\site-packages\pycares\__init__.py", line 2, in <module>
    from ._cares import ffi as _ffi, lib as _lib
ModuleNotFoundError: No module named '_cffi_backend'
>>>

Python 3.10.8 on Windows 11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant