Closed andrea-cassioli-maersk closed 1 year ago
btw in https://pypi.org/project/tensorflow-decision-forests/ the instruction on the top says
pip install tensorflow-decision-forests
but your docs says
pip install tensorflow_decision_forests
Hi Andrea, we simply haven't released TF-DF for Python 3.11 because the release script wasn't configured for it :) Python 3.11 will be available with the next TF-DF version.
I'll try to compile a TF-DF package for 3.11 now and see if it works quickly - if everything just works, I'll upload it to PyPi today, but no promises :)
Thank you for reporting the inconsistency in the installation instructions - it looks like Pypi resolves both to TF-DF so both are fine.
thanks @rstz for the quick response!
Update: TF-DF is now available for Python 3.11 on PyPi
Hi I am trying to install
tensorflow_decision_forests
on my Mac for python3.11 and got the following errorI use
any clue? It works nicely in pip3.10