[501] COMMON_MISSING_EXTRA_REST¶
설명¶
Extra dependencies required for using the REST-based Fleet API are missing.
How to Resolve¶
To enable the REST-based Fleet API, install flwr
with the rest
extra:
pip install "flwr[rest]"
Ensure that the installation completes successfully, and then retry.