Install TF-DF with GPU support on Windows (1.0.1?)

As last version of Tensorflow that supports GPU on Windows natively is 2.10, I need to install Tensorflow Decision Forests in version 1.0.1. PyPi.org shows that the version should be available and installable with pip install tensorflow-decision-forests==1.0.1 (tensorflow-decision-forests · PyPI), but it’s not. Does this mean that there is no version that would work on GPU on Windows?

pip install tensorflow-decision-forests==1.0.1
ERROR: Ignored the following versions that require a different python version: 1.8.1 Requires-Python >=3.9
ERROR: Could not find a version that satisfies the requirement tensorflow-decision-forests==1.0.1
ERROR: No matching distribution found for tensorflow-decision-forests==1.0.1

Version 1.8.1 automatically installs Tensorflow 2.15.x that doesn’t work on Windows at all.

Hi @FlashT, I was able to install tensorflow_decision_forests 1.0.1 using pip command

image

I think the issue is with the Python version you are using please make sure that the Python version is 3.10. Thank You.