You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 14, 2018. It is now read-only.
I always stuck at this error when running launch.sh install
In file included from main.c:25:0:
python-tg.h:23:20: fatal error: Python.h: No such file or directory
#include <Python.h>
^
compilation terminated.
Makefile:48: recipe for target 'objs/main.o' failed
make: *** [objs/main.o] Error 1
Error. Exiting.
I'm using fedora 24 and python 2.7.12
Can anyone points out what am i doing wrong ? Thank you
Hi,
I always stuck at this error when running launch.sh install
In file included from main.c:25:0:
python-tg.h:23:20: fatal error: Python.h: No such file or directory
#include <Python.h>
^
compilation terminated.
Makefile:48: recipe for target 'objs/main.o' failed
make: *** [objs/main.o] Error 1
Error. Exiting.
I'm using fedora 24 and python 2.7.12
Can anyone points out what am i doing wrong ? Thank you