-
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
Crashes after deb install: grpc module missing #25
Comments
....Then after using pip to install grpcio:
|
You might have to install the following python modules
|
I've installed v1.0.0rc9 deb pkgs on a live ubuntu20.04 and the UI installed just fine, without extra pip packages: I've only added Could you post the output of a clean installation from a shell? Just to understand why it's working on my systems but not on yours.
|
Oops, you're right, I guess I didn't follow the instructions closely enough. I installed them by double-clicking the debs, which use KDE's QApt. Doing it explicitly with dpkg did indeed show a follow-up screen that installed the dependencies :) |
great! I know that sometimes the order of the dependencies cause grpcio-tools to fail installing. And I really haven't installed it using a GUI, so I think there's room for improve the pkgs. |
Added to the known problems section https://github.com/gustavo-iniguez-goya/opensnitch/wiki/Known-problems#GUI-crash-exception-or-does-not-show-up |
Running a fresh install from the .debs on Kubuntu 20.04 / KDE Plasma 5.18.4 crashes. If I launch opensnitch-ui from terminal, the error is:
Traceback (most recent call last):
File "/usr/bin/opensnitch-ui", line 16, in
import grpc
ModuleNotFoundError: No module named 'grpc'
Seems to be what @aral is referring to in #8
The text was updated successfully, but these errors were encountered: