Figured I should share this since it took me a while to figure out.
Since Ubuntu 17.10 already comes with Python3.6 installed it, its the best and easiest to install Steem on it. Since Ubuntu 16.04 is a bit wonky now.
When ever you set up a new Ubuntu server make sure to update it.
$ sudo apt-get update
$ sudo apt-get upgrade
Now after its done updating, you can start the Steem-python installation
$ sudo apt install python3-pip
$ pip3 install setuptools
$ pip3 install scrypt
$ pip3 install wheel
$ pip3 install pytest
$ sudo apt-get install libssl-dev
$ pip3 install steem
You should now have Steem installed to create steem based apps. Enjoy.
Check out on my github chronocrypto/install Steem-Python Ubuntu 17.10
@chronocrypto thanks for the information, keep up good work mate :)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hi @ chronocrypto, sorry to bother you, but I did not get it.Can you help me in understanding.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thanks for the info...
You're good..
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hi - This post has been upvoted by an in-development voting bot, which was created for a university project-work!
Please also leave a upvote for me, so that my votes will mean more in the future!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Great! I tried installing Ubuntu version 17.10 but failed, so I keep using for version 16.04 and I'm using Python 2.7.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit