gpt4 book ai didi

python - 安装 bsddb 包 - python

转载 作者:IT老高 更新时间:2023-10-28 20:45:59 25 4
gpt4 key购买 nike

我对 python 完全陌生,当我尝试导入 bsdddb 时出现此消息

Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/bsddb/__init__.py", line 67, in <module>
import _bsddb
ImportError: No module named _bsddb

所以我关注了thisthis ,所以我下载了这个包bsddb3-4.5.0.tar.gz。我想用它做什么,我尝试在正确的目录中运行 python install setup.py int bsddb3-4.5.0(我使用的是 osx)。然后我得到了

Can't find a local BerkeleyDB installation.
(suggestion: try the --berkeley-db=/path/to/bsddb option)

有人可以帮忙吗?

最佳答案

bsddb 是 deprecated since 2.6 .理想的是使用 the bsddb3 module .

我的建议是安装 Homebrew,也是迄今为止最简单的选择。并使用它在您的系统上获取 BerkeleyDB:

brew install berkeley-db

之后使用 pip 安装 bsddb3

pip install bsddb3

或下载source并正常安装。

python setup.py install

关于python - 安装 bsddb 包 - python,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16003224/

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