遇到错误:SystemError: ffi_prep_closure(): bad user_data (it seems that the version of the libffi library seen at runtime is different from the 'ffi.h' file seen at compile-time)
解决方案:
pip install --force-reinstall --no-binary :all: cffi
pip install --upgrade cffi xcffib