RE: Installing the Steem python library under windows.
Maybe you can give me a hand.
I am working with a Jupyter Notebook, on top of an Anaconda installation, in windows 7.
Seems like I was able to install ujson . But
pip install steem
gives this error message
scrypt-1.2.0/lib/crypto\crypto_scrypt.h(33): fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory
error: command 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe' failed with exit status 2
----------------------------------------
Failed building wheel for scrypt
Command "C:\Users\Julio\Anaconda3\python.exe -u -c "import setuptools, tokenize;file='C:\Users\Julio\AppData\Local\Temp\pip-build-uwbpky2q\scrypt\setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record C:\Users\Julio\AppData\Local\Temp\pip-pdggx6q3-record\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\Julio\AppData\Local\Temp\pip-build-uwbpky2q\scrypt\
same
hey im on windows 10 getting same error
Same problem here...
you need ssl dependencies, in linux is solved with this sudo apt-get install libssl-dev, find a workaround for windows, tell visual studio where it can find it....