im running script from command prompt (using python 3.6), getting message:from steem.steem import Steem
ModuleNotFoundError: No module named 'steem'
You are viewing a single comment's thread from:
im running script from command prompt (using python 3.6), getting message:from steem.steem import Steem
ModuleNotFoundError: No module named 'steem'
The instructions above are for Linux.
Not sure how to run Python in Windows.
I see, i'll try installing ubuntu and give it a go again :) thanks
Try VM Ware Workstation Player
Installed ubuntu on vmware, was using piston with python 3, scripts did not work so left it.
Tried to install steem-python but it didn't work saying i didnt have python 3.5 or higher eventhough i had python 3.6 installed. So tried pip3 install-U steem instead of pip and Voila!!
Thanks