-
-
Notifications
You must be signed in to change notification settings - Fork 273
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
Error when using python2 setup.py install and build #629
Comments
sudo python setup.py build |
sudo python setup.py install |
run command : |
install package : |
Thanks this is good for fixing this but will then fail on : |
...
Found it : |
and this one also is required : |
─[roy@roy]─[~/Pyrit] |
cpyrit/_cpyrit_cpu.c:32:10: fatal error: Python.h: No such file or directory
32 | #include <Python.h>
this is the problem.
The text was updated successfully, but these errors were encountered: