You are viewing a single comment's thread from:
RE: Python STEEM 0.4.0 - Massive changes to greatly simplify onboarding - Merged Steemtools
Thanks.
git clone -b develop https://github.com/xeroc/python-steem/
and then
python3 setup.py install --user
That works until i get this error:
Processing dependencies for steem==0.4.1
error: requests 2.13.0 is installed but requests==2.10.0 is required by {'graphenelib'}
(my requests version is 2.10.0)
Hmm...
I thought I updated the graphenelibs to not require requests-2.10 but allow others aswell.
You can use the graphenelibs from the
minimal
branch on https://github.com/xeroc/python-graphenelibThat branch will become the new graphenelib once I finished the new python-bitshares library :)