-
Notifications
You must be signed in to change notification settings - Fork 20
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
Can not start GUI without PROTOCOL_BUFFERS option #145
Comments
Hello uclnj! |
hey @erwan1421 , See if this answer helps: evilsocket#1003 (comment) |
Hello Gustavo, python3.10 -m pip install --ignore-installed grpcio==1.44.0 |
Maybe also install grpcio-tools==1.44.0?? |
mmh, I'd suggest to uninstall grpcio-tools. At least when I've installed opensnitch on mint 21.2 or ubuntu 22.x I've never installed it. I don't think any of your installed programs will depend on grpcio libs, so it should not affect the other python programs. |
could the fact that I'm with Mint 21.1 have any kind of impact on the situation...? |
OK, no happy end until now:
and the result is: Traceback (most recent call last):
More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates Original exception was:
|
I'm just still wondering why and how OpenSnitch has been working previously with no issue for almost 2 years with the same version of Mint... |
Hello all, was having a fun time trying to launch the GUI, found a way but may be impacting performance.
On launch the GUI presented with the following error:
protobuf was already at 3.12.4 and grpcio was at latest version.
To Reproduce
Installed using DEB packages on Ubuntu 22.04 fresh out of the box on new test workstation with only one round of apt updates.
Steps to reproduce the behavior:
Downloaded and installed on fresh Ubuntu 22.04 install.
Post error logs:
Expected behavior (optional)
GUI should start.
Screenshots
No screenshot of a GUI not starting.
OS (please complete the following information):
Ubuntu 22.04.1 LTS (jammy)
Additional context
Using the PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python export allows the GUI to start and performance is relatively snappy.
The text was updated successfully, but these errors were encountered: