Hi, I am trying to install tensorflow federated on windows 10, Python 3.9 or 3.10. In both cases I fail to install it. Can someone help here.
Can you include which errors you are facing?
Welcome to the Tensorflow Forum,
TensorFlow Federated (TFF) is only supported on Linux, as far as I know.
According to Install TensorFlow Federated
There are a few ways to set up your environment to use TensorFlow Federated:
- The easiest way to learn and use TFF requires no installation; run the TensorFlow Federated tutorials directly in your browser using Google Colaboratory.
- To use TensorFlow Federated on a local machine, install the TFF package with Python’s
pip
package manager.- If you have a unique machine configuration, build the TFF package from source .
Thank you!