[606] RUNTIME_VERSION_INCOMPATIBLE¶
설명¶
The Flower runtime versions are incompatible.
How to Resolve¶
Check the error message for details. It may tell you which Flower version is required.
If a specific version is shown, install that version:
$ pip install flwr==<version>
Otherwise, upgrade Flower:
$ pip install -U flwr