You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got the main programm, installed two of the three libs but failed with "libnetfilter-log". Any idea what might be wrong, especially as the others worked fine?
$ pip install libnetfilter-log
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
ERROR: Could not find a version that satisfies the requirement libnetfilter-log
ERROR: No matching distribution found for libnetfilter-log
The text was updated successfully, but these errors were encountered:
$ sudo python3 -m venv /tmp/trace /tmp/trace/bin/pip install git+https://github.com/commonism/python-libnetfilter#libnetfilter
The virtual environment was not created successfully because ensurepip is not
available. On Debian/Ubuntu systems, you need to install the python3-venv
package using the following command.
apt-get install python3-venv
You may need to use sudo with that command. After installing the python3-venv
package, recreate your virtual environment.
Failing command: ['/tmp/trace/bin/python3', '-Im', 'ensurepip', '--upgrade', '--default-pip']
I got the main programm, installed two of the three libs but failed with "libnetfilter-log". Any idea what might be wrong, especially as the others worked fine?
The text was updated successfully, but these errors were encountered: