gpt4 book ai didi

python - 无法在 Python 中导入 RRDtool

转载 作者:太空宇宙 更新时间:2023-11-04 06:28:59 25 4
gpt4 key购买 nike

我正在尝试导入 RRDtool进入 Python,因为我想使用 Python 访问 RRD 数据库,但是当我尝试 import rrdtool 时,出现以下错误。

Python 2.6.5 (r265:79063, Apr 16 2010, 13:57:41)
[GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> sys.path.append('/opt/rrdtool-1.4.5/bin')
>>> import rrdtool
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named rrdtool

我的 RRDtool 位于 /opt/rrdtool-1.4.5/bin

最佳答案

嗯,只要执行下面的命令,问题就解决了。

sudo apt-get install python-rrd

关于python - 无法在 Python 中导入 RRDtool,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5128741/

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