-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Package conflict issue when installing flower and nvflare #2810
Comments
I tried switching to the newest main branch and did
|
your error indicates:
here is a solution: Install nvflare from source
Install flower nightly
Install example app
Not sure what downstream errors this hacked solution may cause though. Only concern from my perspective are the protobuf dependencies, but that could be a major difference for how communications are being handled. Maybe @yanchengnv can confirm |
Yes, this feature is still under development, as we speak. Once Flower and Flare versions become stable, we'll update the examples. Thanks for your interest! Thanks for pointing out potential protobuf version conflict. We'll make sure it's resolved. |
Describe the bug
I am trying to run the
hello-flower
example atNVFlare/examples/hello-world/hello-flower
. I runpip install -r requirements.txt
, but run into conflicting dependency issues. Please see below for the error trace.To Reproduce
Steps to reproduce the behavior:
NVFlare/examples/hello-world/hello-flower
conda create --name=nvflare_env python=3.10
pip install -r requirements.txt
Expected behavior
Expected to install packages without issues.
Screenshots
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: