-
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
Python dependencies #8
Comments
Hello @yochananmarqos ! You're right, I'll update it soon. Thank you. |
Also |
It looks like it's part of python since 3.2, and as far as I can tell without the pip dependency work just fine (tested on ubuntu >=14.x, mint >= 18, debian >= 8.x). It should also help packaging for ArchLinux #8.
Assuming this is why I’m getting (Thanks for working on this, by the way. Having a .deb install for this going to be great once it starts working as I never managed to get the original project to compile properly on my box.) :) |
the deb should work fine just out of the box (tested on clean debian >= 8, ubuntu >= 14.x), did you have an installation of the original repo? Launch the GUI from command line and post the exception you get (or better, open a new issue since this one is particular to Arch). Thank you for the report by the way! |
opensnitch/ui/opensnitch/ui_pb2.py requires protobuf |
Thank you! I'll add it, and remove the constraint of pyqt 5.10.x |
grpcio-tools
should be a setup dependency, not a runtime dependency. In turngrpcio
andprotobuf
should be runtime dependencies.The text was updated successfully, but these errors were encountered: