@recrack 입니다.
Steem auto posting(글작성)을 하기위해 https://github.com/steemit/steem-python 을 사용해보려고 합니다.
steem python은 python 3.6 (or newer)을 권장하고 있습니다.
시작부터 개발 환경문제가 있네요 ㅎㅎ
설치
pip install -U steem
에러 1
에러 2
해결방법
libssl-dev 와 python3.6가 설치가 안되어있어서 발생하는 문제였습니다. ㅎㅎ
https://stackoverflow.com/questions/44287006/failed-building-wheel-for-scrypt-python-ethereum-pyethapp
sudo apt-get install libssl-dev
sudo apt-get install python3.6
steem install 완료(정상)
steem 동작 테스트
(참고 : https://steemit.com/kr-dev/@tmkor/steem-api-with-python)
환경구축 순서
- AWS or 리눅스 환경 구축
- Python 3.6 ( or newer) 설치
- pip3 설치
- virtualenv (for python 3.6)
- pip install -U steem (steem 설치)
- steem api 테스트
개발 환경
AWS ubuntu 16.04
python 3.6
virtualenv
pip3
도움이 되셨나요? ^^
궁금한점 있으시면 댓글주세요!!
코인개발