View this post on Hive: How to install Steem-Python
How to install Steem-Python
7 years ago by themarkymark (78)
$149.60
- Past Payouts $149.60
- - Author $119.17
- - Curators $30.43
177 votes
- + appreciator: $54.368 (6.16%)
- + upme: $24.652 (2.01%)
- + teamsteem: $21.886 (16%)
- + zahnspange: $5.893 (25%)
- + knozaki2015: $4.852 (25%)
- + romedog: $2.893 (25%)
- + cyan91: $2.879 (100%)
- + randowhale: $2.689 (0.56%)
- + b0y2k: $2.316 (25%)
- + techslut: $2.208 (20%)
- + tuck-fheman: $2.117 (100%)
- + gringalicious: $1.838 (8%)
- + themarkymark: $1.799 (100%)
- + hairshares: $1.755 (100%)
- + anyx: $1.750 (20%)
- + pharesim: $0.916 (0.25%)
- + abh12345: $0.871 (11%)
- + joseph: $0.815 (25%)
- + aizensou: $0.777 (25%)
- + bunnychum: $0.762 (100%)
- … and 157 more
That gives me an idea.
I hope you will not beat me to it:
steem-python the hard way, compiled by hand.. On Debian Wheezy..
:))
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Nice post beautiful presented and explained.@themarkmark thanks for dawonload link and total very helpfull information sir
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Yes good boss @anak123
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thank you so much @themarkymark. This post has helped a great deal. I feel like I could get better using the python programming lang.
I'm new here. Check out my page and vote me✌
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
This development will trigger me the more to work hard and earn more on steemit so i can get a system to enable me to use this app. Thumbs up @themarkymark
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hello @themarkymark..
I was not interested in this steem-python to tell you honestly..ill just drop by to say..
You already cast my vote as a witness.😀
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thanks ;)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thanks @themarkymark for that short explanation on python
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hello @themarkymark, I am a new member in steemit and have not understood with the work of this application, what results will I get for my account if I use this application? please guidance his 😊
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
If you have to ask that, you can safely ignore this post.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thank you so so much these information was really helpful to me
Thank you
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
well explined !! thanq :)
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
This post has received gratitude of 6.16 % from @appreciator thanks to: @themarkymark.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I dont have a PC yet! Hopefully i can someday get one with my earnings from this great community
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thanks for sharing this, @furion did talk about the steem pyton in one of his recent posts.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
owo excellant post sir @themarkmark thanks for install information
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
These posts are so important to get techy guys interested in programming for our beloved platform. Thanks for doing this, I will forward the link to some programmers I know who are looking for a way in.
t.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thanks! Can't wait to try it out!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Downloading steem-python now!!... it sounds very useful to me.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Is there anything that can't be done in Phyton.
Prepare some coffee...? Ok, yes, Python operated...
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thanks for this great and vital information, it'll come in handy and very vital to a lot of persons most especially the developers, programmers or coders.
Most especially, I've learnt from this ☝️as I didn't know about this before now.
Thanks for sharing this and
Happy Steeming
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
This post has been deemed resteem & upvote worthy by your friendly @eastcoaststeem ran by Steemian @chelsea88
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thanks
Your post is helpful
@syedazunaira250
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Great! Once i'm done with my data science projects and then a couple of MQL4 ones it's time to explore the steem blockchain.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
@themakymark is there any platform or discord server for mentoring the programmers for blockchain??
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
SteemDevs is the programmer's Discord for Steemit.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Few days ago I had a problem, I could not get steem-python work on my Linux computer. (Manjaro) I tried all posted solutions and nothing worked until I saw, this solution you mentioned to someone else few days ago:
This is what finally did it for me. Thanks
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thanks for posting!
It helped me to resort https://github.com/p-alik/steemBot
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Edit: This is good work, thank you for answering my questions/concerns relating to this.
For anyone that attempts this method, I just loaded up a vbox to try it (ubuntu 16.04) and confirm it works. I received some errors with the command
python3 -m install -U git+git://github.com/Netherdrake/steem-python
stating the python3 had no module install. Miniconda installs a pip client so you can simply usepip install git+git://github.com/Netherdrake/steem-python
and you will have the same results but the reason for the error is in the miniconda environment configuration you have to allow it to source to pip first. You should also be able to use theconda install -U git+git://github.com/Netherdrake/steem-python
command and receive the same result (you do not need the -m for conda as you do not need to forward the module into it)A few problems with this tutorial there @themarkymarkOne of the things is that there is still a dependency issue with TOML where it says it requires a version that technically doesn't exist.
Second, and more importantly, is the steem-python library (unless set otherwise with the steem-cli wallet) automatically attempts to connect to depreciated servers.
Now unless these issues have been changed in the past, Idk, 7 days (I had to format my hard drive and reinstall it, 7 days ago and fix these issues) then your tutorial is misleading and will lead to a lot of errors that are going to frustrate first time devs. It is also important to note that steem-python runs on python3.6 (and later) and this important note comes from you using the
python
command when it is more accurate to statepython3.6
as many linux systems (like ubuntu) come with python2.7.X preinstalled and is using it for system dependencies (meaning uninstalling will lead to problems) and defaults thepython
command topython2.7
This can be fixed using the command:
alias python=python3.6
However this fix may lead to issues when the OS goes to run one of the system python scripts as some configurations use the
python
default command instead of the version specific. This can be changed with configurations (and I believe was fixed a few version back in ubuntu but other distros may still have problems)This isn't a criticism or stating that you are incorrect, just stating that there is some information that is potentially crucial for new users (like the ones that will need a tutorial on installing this) and that without it.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
These issues are resolved in @furion’s version and conda, but something I would do manually with the official version.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Okay, I didn't realize the TOML issue (or the default node) were changed in furions version, my bad.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Yeah, did it by hand before and helped many people doing it for their witness feeds and it was a huge pain. The nodes are fixed as well in this version but I still set them to my own full node and the ones I choose as api.steemit.com is very buggy.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Sorry the pip was left out in the command so it was looking for install module not pip. I fixed it after I posted it but it didn’t seem to save.
python3 -m pip install
I use that because I want to be sure it is using conda’s python and not system. Conda works as well but wanted to keep it simple.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
No worries, I am glad it got fixed to prevent any confusion!
As I said there was a way to bypass this with environment configurations but I thought that would be more confusing to post about. Thanks for making this btw, it will likely help others out a lot!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Yeah didn't want to touch ENVs as I wanted to keep it simple and most people won't be using them.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
I have never used miniconda3 (I am not a big fan of python to begin with so I do not see why I would download more stuff for it 🍌)
But there is some fear, if it updates the default alias, as many systems are configured to call python to run python2.7 scripts so if you are on a misconfigured system (a lot are) then you run the risk of many system errors if this method overrides the default alias.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
yes, but it is only for the local user as it is a localized version and not systemwide.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Okay that makes more sense. My apologies
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit