-
Notifications
You must be signed in to change notification settings - Fork 83
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
Freeze on Ubuntu 22.04 using python3-grpcio 1.30.2-3build6 #127
Comments
As far as I understand I have the same problem, I found several discussions on this topic. Some of them are linked here. But I still don't understand how to solve this problem.
warpinator 1.4.1
As I understand it, I have two versions of grpcio installed on my system, via apt and pip. Both 1.30.2. Do I need to remove one? |
Did you build this yourself? The meson build option This bundles grpc 1.44 with the warpinator package. The other option is to use these packages: https://github.com/linuxmint/warpinator/releases/tag/master.mint21 Or, remove python3-grpcio package and downgrade grpcio to 1.44.0 using pip |
Yes, I collected according to the instructions.
One of these days I will check your advice, but apparently I will have to read On another PC, version 1.4.1 was installed without problems.
|
I deleted
warpinator assembled
I hope I have described my path in sufficient detail |
Using latest pip version works fine.
Possible ubuntu bug:
https://bugs.launchpad.net/ubuntu/+source/grpc/+bug/1971114
The text was updated successfully, but these errors were encountered: