Deeplabcut报错笔记
2022-08-31 本文已影响0人
D低调en
问题:Cannot load backend 'WXAgg' which requires the 'wx' interactive framework, as 'qt' is currently running。
处理:import matplotlib
matplotlib.use('WXAgg')
import deeplabcut
问题:Cannot load backend 'WXAgg' which requires the 'wx' interactive framework, as 'qt' is currently running。
处理:import matplotlib
matplotlib.use('WXAgg')
import deeplabcut