4
Python-Dev 설치 문제
설치하는 데 문제가 python-dev있습니다. 다른 Python 패키지를 설치하려고 시도하고 오류가 발생했습니다. SystemError: Cannot compile 'Python.h'. Perhaps you need to install python-dev. 시도 sudo apt-get install python-dev했지만 오류가 발생했습니다. The following packages have unmet dependencies: python-dev : Depends: python2.7-dev (>= 2.7.3) but it is not going to be installed E: Unable …