Skip to content
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

Are non-Debian systems supported? #5

Closed
gustad opened this issue Dec 15, 2023 · 3 comments
Closed

Are non-Debian systems supported? #5

gustad opened this issue Dec 15, 2023 · 3 comments

Comments

@gustad
Copy link

gustad commented Dec 15, 2023

In Debian systems, the nftables python module is included in the python3-nftables package

Is there a git repository or pip installable package for python3-nftables which can be used for non-Debian systems?

@fargburger
Copy link

it's just pip3 install nftables

@gustad
Copy link
Author

gustad commented Jan 14, 2024

Thanks, but I'm not able to do that:

$ pip3 install nftables
ERROR: Could not find a version that satisfies the requirement nftables (from versions: none)
ERROR: No matching distribution found for nftables

However, I'm able to pip install matplotlib and others.

@aborrero
Copy link
Owner

I only use Debian. For other systems, you better check their documentation and package listing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants