python steemit 개발 시작 (환경구축) #1

recrack(47)
Published in
#kr-dev
Words
103
Reading
1 min
Listen
Play
9y

recrack@recrack 입니다.

Steem auto posting(글작성)을 하기위해 https://github.com/steemit/steem-python 을 사용해보려고 합니다.
steem python은 python 3.6 (or newer)을 권장하고 있습니다.

시작부터 개발 환경문제가 있네요 ㅎㅎ

설치

pip install -U steem

에러 1

https://stackoverflow.com/questions/26053982/error-setup-script-exited-with-error-command-x86-64-linux-gnu-gcc-failed-wit

에러 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)

환경구축 순서

  1. AWS or 리눅스 환경 구축
  2. Python 3.6 ( or newer) 설치
  3. pip3 설치
  4. virtualenv (for python 3.6)
  5. pip install -U steem (steem 설치)
  6. steem api 테스트

개발 환경

AWS ubuntu 16.04
python 3.6
virtualenv
pip3

도움이 되셨나요? ^^
궁금한점 있으시면 댓글주세요!!

코인개발

python steemit 개발 시작 (환경구축) #1 | Ecency