I was wondering if anyone had any insight regarding this error? I am trying to create the deeplabcut environment on windows 11 on version 3.0.0rc4 on python 3.10.14, tensorflow = 2.10. I am using a local GPU. It will successfully create the environment, but it fails to launch.
Traceback (most recent call last):
File "C:ProgramDataanaconda3envsdeeplabcutlibrunpy.py", line 187, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
File "C:ProgramDataanaconda3envsdeeplabcutlibrunpy.py", line 146, in _get_module_details
return _get_module_details(pkg_main_name, error)
File "C:ProgramDataanaconda3envsdeeplabcutlibrunpy.py", line 110, in _get_module_details
__import__(pkg_name)
File "C:ProgramDataanaconda3envsdeeplabcutlibsite-packagesdeeplabcut__init__.py", line 76, in <module>
from deeplabcut.pose_tracking_pytorch import transformer_reID
File "C:ProgramDataanaconda3envsdeeplabcutlibsite-packagesdeeplabcutpose_tracking_pytorch__init__.py", line 14, in <module>
from .train_dlctransreid import train_tracking_transformer
File "C:ProgramDataanaconda3envsdeeplabcutlibsite-packagesdeeplabcutpose_tracking_pytorchtrain_dlctransreid.py", line 15, in <module>
import torch
File "C:ProgramDataanaconda3envsdeeplabcutlibsite-packagestorch__init__.py", line 148, in <module>
raise err
OSError: [WinError 126] The specified module could not be found. Error loading "C:ProgramDataanaconda3envsdeeplabcutlibsite-packagestorchlibfbgemm.dll" or one of its dependencies.
Any suggestions would be greatly appreciated, I am a beginner!!
I tried some suggestions following a few different posts:
https://forum.image.sc/t/compatibility-issues-while-installing-deeplabcut-with-gpu-in-windows-11/92235/5
and on
https://github.com/DeepLabCut/DeepLabCut/issues/2608
But I still have get errors
Hannah Lyons is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.