gpt4 book ai didi

python - 没有名为 _cffi_backend 的模块

转载 作者:行者123 更新时间:2023-12-03 13:22:07 29 4
gpt4 key购买 nike

我的 Linux rhel-5 中有 Python 2.6。我已经安装了 pip 和所需的 CFFI 包。当我尝试运行示例 CFFI 程序时:

ffi = FFI()
它说:
File "/usr/lib/python2.6/site-packages/cffi/api.py", line 56, in __init__
import _cffi_backend as backend
ImportError: No module named _cffi_backend
可能的错误是什么?我在安装过程中遗漏了什么吗?我已经安装了 pip、wheel、pycparser、pytest 和 cffi。

最佳答案

对于 python2.x 使用以下命令:

python -m pip install cffi

对于python3.x
python3 -m pip install cffi

关于python - 没有名为 _cffi_backend 的模块,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34370962/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com