You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>>> 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
The text was updated successfully, but these errors were encountered:
Error when importing.
Python 3.10.8 on Windows 11
The text was updated successfully, but these errors were encountered: