Open hamzagh1998 opened 1 year ago
first install python3-dev, it fixed the issue for me.
sudo apt-get install python3-dev
unning install
/usr/lib/python3/dist-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
/usr/lib/python3/dist-packages/setuptools/command/easy_install.py:146: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
Traceback (most recent call last):
File "/home/diablo/github_hacks/wifi_scripts/evillimiter/setup.py", line 78, in
seems like a python3 error, i assume you are "python3 setup.py install" ing it.
I had the same error. I am using the exact instructions included on the front page with sudo. I also have python3-dev installed. On Rasp OS (bookworm). It doesn't seem to like it.
I had the same error. I am using the exact instructions included on the front page with sudo. I also have python3-dev installed. On Rasp OS (bookworm). It doesn't seem to like it.
@johncarterofmars Also having this issue on the latest Raspbian build since I upgraded from Bullseye. Did you end up finding a solution?
netifaces.c:1:10: fatal error: Python.h: No such file or directory 1 | #include
| ^
~~~~~ compilation terminated. error: Setup script exited with error: command '/usr/bin/gcc' failed with exit code 1