-
Notifications
You must be signed in to change notification settings - Fork 133
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
Update grpcio library #873
Comments
If you simply write If you need a newer version, please explain why. To try building a newer version yourself, follow the instructions here. And if you're successful, please make a pull request so we can add the new version to the public repository. If anyone else needs a new version of this package, please click the thumbs up button above, and post a comment explaining why you need it. |
The actual problem is that I am trying to install "flwr", and build fails on installing flwr's dependency "grpcio" (Failed to install grpcio==1.50.0 from). Than I tried to install it separately just to be sure this is the cause. This |
I tried different versions of |
OK, in that case you can try building a newer version of grpcio by following the instructions here. |
Is there a list of available versions of libraries, or any way to see available versions for specific library? |
Yes: here and here. And the recipes for these versions can be found in |
Thanks alot. I'll try to build grpcio, and close issue in few days |
If you managed to build the new version, please make a PR so we can add it to the public repository. Either way, let's leave this issue open for now in case other people have the same question. |
@mhsmith I am facing the same issue while installing "flwr" and instructions for building new GRPCIO is not clear. Can you provide any clear instruction or tutorial that would help me |
According to this comment, the newest working version of flwr is 0.18.0. Does that work for your app? If not, you can build a new grpcio version by following these instructions. |
|
Chaquopy version
id 'com.chaquo.python' version '14.0.2' apply false
Android Studio Flamingo | 2022.2.1 Patch 1
Relevant parts of your build.gradle file
Describe your issue
Failed to install grcio. Tried many versions of this library
Logs:
The text was updated successfully, but these errors were encountered: