问题: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