Custom Search

Monday, March 20, 2017

python error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

Fix:
$sudo apt-get install python-dev
$sudo apt-get install python3-dev

====Error====

fatal error: Python.h: No such file or directory
compilation terminated.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1



No comments:

Post a Comment