python - Import Error related to Yahoo Finance tool / html5lib install -
i trying stock data yahoo! finance. have installed (c:\ pip install yahoo-finance
), import in ipython console not working. error get: unicodedecodeerror: 'utf-8' codec can't decode byte 0x83 in position 4: invalid start byte
.
i using python 3.4 , spyder 2.3.1.
has else encountered this?
update:
the unicode error during import no longer, replaced following when trying use yahoo_finance tool...
importerror: html5lib not found, please install it
however, html5lib listed when run help('modules').
i had same error html5lib
python 3.4 in pycharm 4.5.3, though installed html5lib
. when restarted pycharm console (where run code), error disappeared , options loaded correctly.
Comments
Post a Comment