If you use the official steem-python you need to edit the metadata file to change the toml
package requirement to use 0.9.3 instead of 0.9.3.1 that was removed by the third party dev.
I have switched my servers to use @furion's version of steem-python which is updated more frequently and doesn't have this problem.
python3 -m pip install -U git+git://github.com/Netherdrake/steem-python
I would make sure you remove the other version before installing this one.
It fixes a few issues I've been having outside of just the installation issue.
Thank you, removing steem and replacing it with furion's version of steem-python helped me also, I was pulling my hair out for last few days.
Thank you! Will do that asap :)
python3 -m pip uninstall steem
python3 -m pip install -U git+git://github.com/Netherdrake/steem-python
I found code that adds a member (follows it) and you were handy lol, I had to test if steemit library in Python is working, so I tried and you were added. So just so you know, you were added by python script ;-)
Now that I know everything is working, now I need to find some useful code ;-)
Cool 😎