代码之家  ›  专栏  ›  技术社区  ›  Jaffer Wilson Dilip kumar

python中的mpl_财务模块导入错误

  •  0
  • Jaffer Wilson Dilip kumar  · 技术社区  · 6 年前

    我试过用 from matplotlib.finance import quotes_historical_yahoo_ochl 但发现它已被弃用。因此,我安装了 mpl_finance 尝试过:

    from mpl_finance import quotes_historical_yahoo_ochl
    

    但我有以下错误:

    ImportError: cannot import name 'quotes_historical_yahoo_ochl'
    

    我想检查一下:

    dir(mpl_finance)
    

    发现了以下情况:

    ['Affine2D', 'Line2D', 'LineCollection', 'PolyCollection', 'Rectangle', 'TICKLEFT', 'TICKRIGHT', '__builtins__', '__cached__', '__doc__', '__file__', '__loader__', '__name__', '__package__', '__spec__', '_candlestick', '_check_input', '_plot_day_summary', 'absolute_import', 'candlestick2_ochl', 'candlestick2_ohlc', 'candlestick_ochl', 'candlestick_ohlc', 'division', 'index_bar', 'mcolors', 'np', 'plot_day_summary2_ochl', 'plot_day_summary2_ohlc', 'plot_day_summary_oclh', 'plot_day_summary_ohlc', 'print_function', 'unicode_literals', 'volume_overlay', 'volume_overlay2', 'volume_overlay3', 'xrange', 'zip']
    

    请帮我解决这个问题。拜托。

    1 回复  |  直到 6 年前
        1
  •  1
  •   ImportanceOfBeingErnest    6 年前

    因为雅虎已经停止提供历史报价服务, quotes_historical_yahoo_ochl 功能停止工作。 It was hence removed 来自 mpl_finance 完全编码。