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

/home/security/TOOLS/NETWORK/wifiphisher/setup.py:19: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives import distutils.sysconfig /home/security/TOOLS/NETWORK/wifiphisher/setup.py:19: DeprecationWarning: The distutils.sysconfig module is deprecated, use sysconfig instead import distutils.sysconfig In file included from /tmp/tmp_netlink_8l1svcfb/test_netlink.c:2: /usr/include/libnl3/netlink/netlink.h:15:10: fatal error: stdio.h: No such file or directory 15 | #include <stdio.h> | ^~~~~~~~~ compilation terminated. #1635

Open
snhxr opened this issue Feb 23, 2024 · 1 comment

Comments

@snhxr
Copy link

snhxr commented Feb 23, 2024

/home/security/TOOLS/NETWORK/wifiphisher/setup.py:19: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
import distutils.sysconfig
/home/security/TOOLS/NETWORK/wifiphisher/setup.py:19: DeprecationWarning: The distutils.sysconfig module is deprecated, use sysconfig instead
import distutils.sysconfig
In file included from /tmp/tmp_netlink_8l1svcfb/test_netlink.c:2:
/usr/include/libnl3/netlink/netlink.h:15:10: fatal error: stdio.h: No such file or directory
15 | #include <stdio.h>
| ^~~~~~~~~
compilation terminated.

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

2 participants
@snhxr and others