Confilct dependencies packages

hello, I just started to learn fed and try file jupyter notebook Flower-1-Intro-to-FL-PyTorch.ipynb on Get started with Flower - Flower Framework , when I run first cell !pip install -q flwr[simulation] flwr-datasets[vision] torch torchvision matplotlib
I saw error: ERROR: pip’s dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
gcsfs 2024.6.1 requires fsspec==2024.6.1, but you have fsspec 2024.3.1 which is incompatible.
tensorflow-metadata 1.16.1 requires protobuf<4.21,>=3.20.3; python_version < “3.11”, but you have protobuf 4.25.5 which is incompatible.
I tried to install a new version of package in error notice but when I installed new version of this package, some conflicts appear with other packages.
I 'm newbie, please help me, thank you very much

1 Like

Hello @nam03nd, welcome!

Thanks for letting us know about the warnings. It turns out that it doesn’t affect the execution of the rest of the notebook. Please try it out and let us know if you run into other issues.

Happy learning!

1 Like