====== python설치오류 ====== * WARNING: The Python ctypes extension was not compiled. Missing the libffi lib? sudo apt install libffi-dev * WARNING: The Python tkinter extension was not compiled and GUI subsystem has been detected. Missing the Tk toolkit? sudo apt install tk-dev * WARNING: The Python lzma extension was not compiled. Missing the lzma lib? sudo apt install liblzma-dev