在Windows中安装TensorFlow-Decision-Forests

发布于 2025-02-11 11:06:25 字数 866 浏览 2 评论 0原文

我必须在Windows中安装TensorFlow-Decision-Forests。我尝试了:

pip install tensorflow-decision-forests
pip3 install tensorflow-decision-forests
pip3 install tensorflow_decision_forests --upgrade

我得到:

ERROR: Could not find a version that satisfies the requirement tensorflow-decision-forests (from versions: none)
ERROR: No matching distribution found for tensorflow-decision-forests

我有(PIP SHOW TENSORFLOW):

Name: tensorflow
Version: 2.9.1
Summary: TensorFlow is an open source machine learning framework for everyone.
Home-page: https://www.tensorflow.org/
Author: Google Inc.
Author-email: [email protected]
License: Apache 2.0

AFIK这是Amy的最新版本?

I have to install tensorflow-decision-forests in windows. I tried:

pip install tensorflow-decision-forests
pip3 install tensorflow-decision-forests
pip3 install tensorflow_decision_forests --upgrade

I get:

ERROR: Could not find a version that satisfies the requirement tensorflow-decision-forests (from versions: none)
ERROR: No matching distribution found for tensorflow-decision-forests

I have (pip show tensorflow):

Name: tensorflow
Version: 2.9.1
Summary: TensorFlow is an open source machine learning framework for everyone.
Home-page: https://www.tensorflow.org/
Author: Google Inc.
Author-email: [email protected]
License: Apache 2.0

AFIK this is the latest version amy ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

笑忘罢 2025-02-18 11:06:25

tensorflow-decision-forests 0.2.6 >仅适用于Linux的二进制轮,没有源代码。因此,pip无法在非Linux平台上安装它。

那里指令 Linux和Mac OS X,仅此而已。也许不可能将其编译到其他任何地方。

tensorflow-decision-forests 0.2.6 provides binary wheels only for Linux and no source code. So pip cannot install it on non-Linux platforms.

There're instructions on how to compile it on Linux and Mac OS X but that's all. Perhaps it's not possible to compile it anywhere else.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文