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

Install error: netifaces.c:1:10: fatal error: 'Python.h' file not found #2

Open
kentbull opened this issue Mar 17, 2023 · 0 comments
Open

Comments

@kentbull
Copy link
Collaborator

The following error occurred when trying to install kaslcred:

netifaces.c:1:10: fatal error: 'Python.h' file not found

... and errors occurred while trying to download and install the thing directly. Finally this hint (from chat.openai) was useful to look in /usr/include or the Mac location for that Python.h file before "pip install":

export CFLAGS="-I/Users/trent/.tea/python.org/v3.11.2/include/python3.11"
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

1 participant