欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

ModuleNotFoundError: No module named 'matplotlib.finance'

程序员文章站 2022-03-18 21:37:16
...

这是由于matplot剥离了这个模块

pip install https://github.com/matplotlib/mpl_finance/archive/master.zip

替换引用方式

from matplotlib.finance import quotes_historical_yahoo

from mpl_finance import quotes_historical_yahoo
相关标签: matplot