2020-12-05 backtrader 問題

Richard-Z發表於2020-12-05

問題: 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