问题: backtrader 1.9.76.123 matplotlib 3.3.3 python3.8
ImportError: cannot import name 'warnings' from 'matplotlib.dates' (lib\site-packages\matplotlib\dates.py)
解决办法:降低 matplotlib 版本
pip uninstall matplotlib
pip install matplotlib==3.2.2
问题: backtrader 1.9.76.123 matplotlib 3.3.3 python3.8
ImportError: cannot import name 'warnings' from 'matplotlib.dates' (lib\site-packages\matplotlib\dates.py)
解决办法:降低 matplotlib 版本
pip uninstall matplotlib
pip install matplotlib==3.2.2