I tried to install the TensorFlow federated on google colab notebook (later also on my local machine, which shows the same problem). while installing it by command !pip install --quiet --upgrade tensorflow-federated
it shows the following dependency errors which I tried to update in notebook.
Later importing tensorflow federated with this command : import tensorflow_federated as tff
it shows the following errors:
What is the problem behind this and how can it be solved?