tensorflow / decision-forests

A collection of state-of-the-art algorithms for the training, serving and interpretation of Decision Forest models in Keras.
Apache License 2.0
660 stars 110 forks source link

TF 2.9.0 and TFDF 0.2.5 no distribution found messages #161

Closed dubrovin-sudo closed 1 year ago

dubrovin-sudo commented 1 year ago

Dear Gentlemen, I tried to install TFDF according to Compatibility table and I an got error:

(metal-venv) jayokocha@Aleksandrs-MacBook-Pro Light_weight_network % pip install tensorflow-decision-forests==0.2.5 ERROR: Could not find a version that satisfies the requirement tensorflow-decision-forests==0.2.5 (from versions: 0.2.3, 0.2.4, 1.0.1, 1.1.0, 1.2.0) ERROR: No matching distribution found for tensorflow-decision-forests==0.2.5

rstz commented 1 year ago

Hi, Tensorflow Decision Forests 0.2.5 was not released for MacOS, so please use an earlier version of TF-DF, if possible.

Additional note: We've recently gotten reports that TF-DF is incompatible with tensorflow-metal. If you experience this issue, please let us know.

dubrovin-sudo commented 1 year ago

Hi! Yes, I'm using tensorflow-metal. Earlier version of TF-DF incompatible with TF 2.9.0

rstz commented 1 year ago

Closing this since we have a parallel discussing in https://github.com/tensorflow/decision-forests/issues/152#issuecomment-1436571168