_.py", line 18, in <module> from deeplabcut.generate_training_dataset.auxfun_drag_label import * File "/home/grad3/jalal/.local/lib/python3.6/site-packages/deeplabcut/generate_training_dataset/auxfun_drag_label.py", line 19, in <module> import wx ModuleNotFoundError: No module named '...
File "C:\Users\Administrator\Anaconda3\envs\DLC-GPU\lib\site-packages\deeplabcutcore\pose_estimation_tensorflow\nnet\pose_net.py", line 9, in import tensorflow.contrib.slim as slim ModuleNotFoundError: No module named 'tensorflow.contrib'_ What should I do?Member...
full error message: In [1]: import deeplabcut 2021-08-03 09:22:51.296375: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'cudart64_110.dll'; dlerror: cudart64_110.dll not found 2021-08-03 09:22:51.299015: I tensorflow/stream_executor/cuda...
lib/python3.5/dist-packages/matplotlib/gridspec.py", line 25, in <module> import matplotlib._layoutbox as layoutbox File "/usr/local/lib/python3.5/dist-packages/matplotlib/_layoutbox.py", line 19, in <module> import kiwisolver as kiwi ImportError: No module named 'kiwisolver'...
While it's not absolutely necessary to run DeepLabCut, it can be very useful. 我找到了问题的根源,即 Jupyter notebook 7.0.0 的部署。该 nb_conda 软件包允许您更改用于运行 Jupyter 笔记本 conda 的环境。虽然运行 DeepLabCut 不是绝对必要的,但它可能非常有用。 To install the packages (including nb_...
OS: Windows 10 DeepLabCut Version: 2.1.10.4 i followed the instruction on the How to Use Standard DeepLabCut page, but it gives me the following error after running python -m deeplabcut AttributeError: module 'tensorflow' has no attribut...