Skip to content

idmp1.0.0相关问题 #32407

@biduolin

Description

@biduolin

linux6.8 ubuntu24.04可以正常使用
linux6.14-6.15 即使python手动编译降成3.11.13 3.12.11,指定国内源pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
/tmp/tdengine_chat_dep_install.log依然报错:
ERROR: Could not find a version that satisfies the requirement onnxruntime==1.17.0 (from versions: 1.20.0, 1.20.1, 1.21.0, 1.21.1, 1.22.0, 1.22.1)
解决方案是docker idmp+本地tsdb,不过引申出一个问题,docker连tsdb用的是6041,会损失性能,而且本地taosadapter一般不启动,是否用6030?
还有遗留问题:3.3.7.0libtaos.so libtaosnative.so在linux6.14+依然有栈安全问题,解决方法:
export TD_LIBRARY_PATH=/usr/lib:/usr/local/lib:/usr/local/taos/driver
sudo execstack -c /usr/local/taos/driver/libtaos.so.3.3.7.0&&sudo execstack -c /usr/local/taos/driver/libtaosnative.so.3.3.7.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is neededquestionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions