解决方法, 调用matplotlib后,加入matplotlib.use('agg'),使用其作为该backend, 即可
import matplotlib matplotlib.use('agg') ##加入该行 import matplotlib.pyplot as plt