프로그래밍/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

'프로그래밍 > Python' 카테고리의 다른 글

[Python]Window에서 파이썬 2.7과 3.6 같이 사용하기  (0) 2017.10.25
[Python]datetime  (0) 2017.10.25
[Python]Slice 사용법  (0) 2017.10.23
[Python]Dictionary 사용  (0) 2017.10.18
[Python] range, enumerate  (0) 2017.10.18