在Windows中安装TensorFlow-Decision-Forests
我必须在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 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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. Sopip
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.