ModuleNotFoundError: No module named 'matplotlib.finance'
这是由于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_...
原创
2019-08-28 11:11:37 ·
4298 阅读 ·
2 评论