fastquant icon indicating copy to clipboard operation
fastquant copied to clipboard

[BUG] backtrader package not working with matplotlib version 3.4.1

Open madca03 opened this issue 3 years ago • 1 comments

Problem description

backtrader package not working with matplotlib version 3.4.1

Solution

Solution 1

  • update requirements.txt to use the latest version of backtrader in its master branch

Solution 2

  • reinstall backtrader to get the latest patch from the master branch
  • pip install git+https://github.com/mementum/backtrader.git@0fa63ef4a35dc53cc7320813f8b15480c8f85517#egg=backtrader

Solution sources

madca03 avatar Apr 01 '21 04:04 madca03

Yes I've also came across this issue multiple times, I've gone the path of running matplotlib 3.2.2 version

mikeejazmines avatar Dec 17 '21 13:12 mikeejazmines