PS3Xploit / PS3xploit-resigner

A Tool To Resign PS2/PS3/PSX/PSP Content For Use With PS3 etHANol 4.82/4.84
GNU General Public License v3.0
186 stars 73 forks source link

Python.h missing for linux #38

Open tahonaPL opened 4 years ago

tahonaPL commented 4 years ago

Note: I have installed python3.6

bash resign_linux

`Successfully linked ps3xploit_rifgen_edatresign. Cleaning...

ps3xploit_ps3py_all: Preparing 'ps3py' tools

running build running build_ext building 'pkgcrypt' extension creating build creating build/temp.linux-x86_64-2.7 x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-MW0004/python2.7-2.7.15=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c crypt.c -o build/temp.linux-x86_64-2.7/crypt.o crypt.c:22:10: fatal error: Python.h: No such file or directory

include

      ^~~~~~~~~~

compilation terminated. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

ps3xploit_ps3py_all: 'pkgcrypt.so' building failed, exiting... `

tahonaPL commented 4 years ago

Ok I was missing :

sudo apt-get install python-dev