Closed abhi3700 closed 6 years ago
I have the same issue
I wrote a tutorial for python anaconda: https://steemit.com/utopian-io/@holger80/how-to-install-steem-python-for-windows
Currently, steem-python is compatible with Python 3.5 and up only. If you are able to use Python 3, you can run pip3 install steem
.
If your environment requires 2.7, there is active development being done on branch feature/python2_compat
to allow compatibility across both versions.
I release py-scrypt 0.8.3, which includes wheels for python 3.6. pip install scrypt is now possible on windows using python 3.6. Read more here: https://steemit.com/utopian-io/@holger80/py-scrypt-0-8-3-released
You can try my conda-forge version: https://github.com/conda-forge/steem-feedstock https://utopian.io/utopian-io/@holger80/install-steem-python-easily-by-conda-forge
I have Windows 10 running on my laptop. While installing the steem-python using pip, i found the following error in command prompt as follows: Initially it asked for "Microsoft C++ 2015". then i installed that tool. And now it is showing error in opening "unistd.h" file. Please, find the attached screenshots.....