一、问题 ModuleNotFoundError: No module named '_cffi_backend' ImportError: cannot import name 'Annotated' from 'typing' 二、代码 import typing 三、原因及解决方法 原因:typing版本不兼容 解决:要上博客上github找合适的版本 pip install typing==x.x.x 也可以尝试重装,且不要指定具体版本 pip uninstall typing pip install typing