You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the README instructions for running the opacus example. When I ran the last command flwr returned the following information:
It appears you've passed a reference like server:app. Note that since version 1.11.0, flower-server-app no longer supports passing a reference to a ServerApp attribute. Instead, you need to pass the path to Flower app via the argument --app. This is the path to a directory containing a pyproject.toml. You can create a valid Flower app by executing flwr new and following the prompt.
Steps/Code to Reproduce
Follow the instructions found in README.md.
Expected Results
The Flower app successfully runs.
Actual Results
The Flower app cannot be run.
The text was updated successfully, but these errors were encountered:
Hi @Audris-A , the PR to update the example was updated. Let us know if it works as you'd expect. If not, please re open the issue and we'll look into it!
Seems like it is working as expected. However, maybe for the dependency install comand, the comment line should be moved out of the code block, otherwise the copy copies both the comment and the pip install command.
Describe the bug
I followed the README instructions for running the opacus example. When I ran the last command flwr returned the following information:
Steps/Code to Reproduce
Follow the instructions found in README.md.
Expected Results
The Flower app successfully runs.
Actual Results
The Flower app cannot be run.
The text was updated successfully, but these errors were encountered: