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