I'm on windows but even in google Collab I cant import it. and I do have proper internet.
from tensorflow_federated import python as tff
I'm on windows but even in google Collab I cant import it. and I do have proper internet.
from tensorflow_federated import python as tff
You can install the released TensorFlow Federated Python package using as shown below
!pip install --upgrade tensorflow-federated
Then you can import required modules as shown below
from tensorflow_federated import python as tff
Note: Currently you can install only on Ubuntu and macOS.
For more details you can refer you can refer here