来自matplotlib.finance的'错误导入quotes_historical_yahoo'

时间:2017-01-01 22:15:43

标签: python-2.7

我正在阅读有关Python的财经书籍。在书中,作者从雅虎财务中导入历史股票价格。第一行代码:

from matplotlib.finance import quotes_historical_yahoo

导致以下错误:

Traceback (most recent call last):
  File "<pyshell#0>", line 1, in <module>
    from matplotlib.finance import quotes_historical_yahoo
ImportError: cannot import name quotes_historical_yahoo

我转到此链接并下载了压缩文件。

https://github.com/matplotlib/matplotlib

我将所有内容解压缩到此文件夹中:

C:\Python27\matplotlib

我打开了CMD窗口,导航到该文件夹​​,然后输入:

python setup.py install

这给了我这个错误。

enter image description here

即使是传统的点子安装也不适合我。

enter image description here

有没有人知道什么是错的?我使用的是Windows 7和Python 2.7。

感谢。

0 个答案:

没有答案