Installing steem-python by conda-forge fixes:
These open issues have been fixed by patching the source code of the release source from pypi and by using only conda packages for installing steem. The patches to fix the broken node can be found in this commit.
I pushed them here https://github.com/conda-forge/steem-feedstock/commit/751b620e91d60a5a9152e684aa5f8de968362949.
In order to install steem with conda, I also pushed the following PR:
After installing Miniconda / Anaconda on either Linux, OSX or Windows just do:
conda config --add channels conda-forge
conda install steem
You can use the three cli-programs (steempy and piston are doing the same):
and the python classes
import steemimport steembasePlease test this and report bugs regarding installation steem in the steem-feedstock:
I patched the released source code less as possible. You can see the patches here:
In order to be able to add steem to conda-forge, I added the following feedstocks:
If you have issues, please report them in the specific repository.