You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doesn't work, is that tensorflow-decision-forests expects the dependency tensorflow (which doesn't exist for arm mac, one needs tensorflow-macos instead). This dependency is specified correctly within the mac arm64 wheel distributed here: https://pypi.org/project/tensorflow-decision-forests/#files
Is there a better way to achieve this? e.g. is there a documented installation option e.g. pip install 'tensorflow-decision-forests==1.3.0[macos] which I have missed?
The text was updated successfully, but these errors were encountered:
I've managed to get the installation via poetry to work by explicitly pointing to the wheel URL e.g.
The reason the installation via a simple
doesn't work, is that
tensorflow-decision-forests
expects the dependencytensorflow
(which doesn't exist for arm mac, one needstensorflow-macos
instead). This dependency is specified correctly within the mac arm64 wheel distributed here: https://pypi.org/project/tensorflow-decision-forests/#filesIs there a better way to achieve this? e.g. is there a documented installation option e.g.
pip install 'tensorflow-decision-forests==1.3.0[macos]
which I have missed?The text was updated successfully, but these errors were encountered: