pip install aws-sam-cli --user
설치시도 > 실패
빨간글씨로 이것들 출력
Failed building wheel for regex
Command "/usr/bin/python2.7 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-KLPClV/regex/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-H3Rexy/install-record.txt --single-version-externally-managed --compile --user --prefix=" failed with error code 1 in /tmp/pip-install-KLPClV/regex/
-> regex 설치 > 실패
unable to execute 'gcc': No such file or directory
error: command 'gcc' failed with exit status 1
에 대하여 gcc 설치 > 실패
sudo yum -y install gcc
파이썬 개발모드 설치?
sudo yum install python-devel
sudo yum install libevent-devel
sudo easy_install gevent
된당,,;;
'개발로그 > 파이썬 HOU' 카테고리의 다른 글
[pi] ftp설치, pymysql 실행 (0) | 2018.09.28 |
---|---|
실시간 DB 업데이트 - 1 (0) | 2018.09.25 |
Python에서 PyMySQL 다루기 (0) | 2018.08.08 |
AWS EC2와 RDS MySQL (0) | 2018.08.08 |
AWS TCP/IP 소켓통신 (0) | 2018.08.02 |