我正在尝试从 Yahoo! 获取股票数据金融。我已经安装了它(
c:\ pip install yahoo-finance
),但 iPython 控制台中的导入不起作用。这是我收到的错误:UnicodeDecodeError: 'utf-8' codec can't decode byte 0x83 in position 4: invalid start byte
。
我正在使用Python 3.4和Spyder 2.3.1。
还有其他人遇到过这种情况吗?
更新:
导入期间的 unicode 错误不再存在,但现在在尝试使用 yahoo_finance 工具时替换为以下内容...
导入错误:找不到 html5lib,请安装它
但是,当我运行 help('modules') 时,会列出 html5lib。
即使我安装了
html5lib
,我在 PyCharm 4.5.3 中使用 Python 3.4 也遇到了同样的错误。当我重新启动 PyCharm 控制台(在其中运行代码)时,错误消失并且选项加载正确。