-
Notifications
You must be signed in to change notification settings - Fork 96
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
Unable to install package #90
Comments
I've had the same issue, do you also use KaliLinux? I had this issue happening for me when using the Rolling back the NetfilterQueue version to commit afcee0d fixed it for me. I did not check every newer commit, but most newer ones failed to build. So you could try building from the git repo, or find a version you can install from PyPI. So taking the commit (a5578d3) directly after afcee0d I observed the following: This fails (using a Kali docker image):
But this succeeds (using a debian docker image):
Even though both are building from the same commit. The same behavior happens with the newest commit (0bb948d) on the master branch. |
python -m pip install netfilterqueue × Building wheel for netfilterqueue (pyproject.toml) did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. |
To resolve this issue, you need to install the necessary dependencies and libraries for netfilterqueue
and after try to install with pip
|
when install by: pip install NetfilterQueue
I receive this error:
sysconfig_schemes = _load_sysconfig_schemes() or {}
File "/usr/lib/python3/dist-packages/setuptools/_distutils/command/install.py", line 91, in _load_sysconfig_schemes
with contextlib.suppress(AttributeError):
File "/usr/lib/python3.10/contextlib.py", line 436, in exit
return exctype is not None and issubclass(exctype, self._exceptions)
RecursionError: maximum recursion depth exceeded in subclasscheck
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for NetfilterQueue
Failed to build NetfilterQueue
ERROR: Could not build wheels for NetfilterQueue, which is required to install pyproject.toml-based projects
The text was updated successfully, but these errors were encountered: