Develop/Python

[Python] pip install error

시크라기 2018. 2. 19. 15:16

 fatal error: Python.h: No such file or directory


after executing pip install, get this error messages..

then 


install python-dev packages


]$ sudo dnf install python3-devel

or

]$ sudo dnf install python-devel


in ubuntu

]$ sudo apt-get install python3-dev