For the error you're pointing out, I remember I had the same on Linux. It's because the install script of steem-python uses the library pycrypto who's failing installing (deprecated). You need to install another module (pycryptodomex) and the installation of pycrypto will be passed when installing steem-python, allowing it to finish installation.
OK thanks, I will work on making my bot public then, will keep you informed.
Thanks a lot for your answer.
You are viewing a single comment's thread from:
Hi @algo.coder, are you on Discord by any chance ? I've installed both pycryptodome (someone on stackexchange mentioned it) and pycryptodomex that you recommend. but I suspect I need to edit a setup.py somewhere and remove the dependency on pycrypto because it's still there,
is still attempting to build pycrypto and failing with the same error ...
So if you are on Discord and have a minute or two to give me a hand, my user is @sorin.cristescu#6999, thank you in advance!
I added you (FlashCrypto). I can try to help you but that's a long time I haven't been on Windows, I'm a bit rusty.