tensorflow_decision_forests\tensorflow\ops\inference\inference.so not found

恰好有一个帖子提到了py3.10里面的解决方案

bash 复制代码
pip install --user tensorflow==2.11.0
bash 复制代码
My tensorflow version is 2.11.0 and my tensorflow_decision_forests version is 1.2.0 so those should be compatible. 
I also am using Python version 3.10.11

原文链接:
https://discuss.tensorflow.org/t/cant-import-tensorflow-decision-forests-getting-notfounderror/16612

另外一个帖子
https://community.deeplearning.ai/t/failure-to-load-the-inference-so-custom-c-tensorflow-ops-this-error-is-likely-caused-the-version-of-tensorflow-and-tensorflow-decision-forests-are-not-compatible/533833

相关推荐
孟健1 小时前
Karpathy 用 200 行纯 Python 从零实现 GPT:代码逐行解析
python
格砸1 小时前
从入门到辞职|从ChatGPT到OpenClaw,跟上智能时代的进化
前端·人工智能·后端
可观测性用观测云1 小时前
可观测性 4.0:教系统如何思考
人工智能
sunny8652 小时前
Claude Code 跨会话上下文恢复:从 8 次纠正到 0 次的工程实践
人工智能·开源·github
小笼包包仔2 小时前
OpenClaw 多Agent软件开发最佳实践指南
人工智能
smallyoung2 小时前
AgenticRAG:智能体驱动的检索增强生成
人工智能
_skyming_2 小时前
OpenCode 如何做到结果不做自动质量评估,为什么结果还不错?
人工智能
南山安2 小时前
手写 Cursor 核心原理:从 Node.js 进程到智能 Agent
人工智能·agent·设计
码路飞3 小时前
写了个 AI 聊天页面,被 5 种流式格式折腾了一整天 😭
javascript·python
掘金安东尼3 小时前
如何为 AI 编码代理配置 Next.js 项目
人工智能