[701] SIMULATION_MISSING_EXTRA¶
Description¶
Les dépendances supplémentaires requises pour la simulation manquent.
Comment Résoudre¶
To use simulation with the Ray backend, add flwr with the simulation extra to
the app’s pyproject.toml dependencies:
dependencies = [
"flwr[simulation]",
]
Then install the app dependencies manually unless automatic runtime dependency installation is enabled, and retry.