프로그래밍/Python

[Python]numpy-1.14.2/setup.py:369 Cython

guitarhero 2018. 4. 23. 17:07
728x90

/tmp/easy_install-ffy1ao7u/numpy-1.14.2/setup.py:369: UserWarning: Unrecognized setuptools command, proceeding with generating Cython sources and expanding templates


패키지 설치를 할때 위와 같은 오류가 뜰때가 있다. 


ubuntu 경우에는 아래 명령어를 사용해서 업데이틀 해주면 된다고 한다. 

apt-get -yqqf install python-setuptools && easy_install pip && pip install --upgrade pip setuptools


cent-os 경우(본인)은 아래만 업데이트 해주니 해결되었다. 

easy_install pip && pip install --upgrade pip setuptools




728x90