Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSError: [WinError 126] The specified module could not be found #2

Closed
qiangzhengPKU opened this issue Aug 26, 2020 · 2 comments · Fixed by #4
Closed

OSError: [WinError 126] The specified module could not be found #2

qiangzhengPKU opened this issue Aug 26, 2020 · 2 comments · Fixed by #4
Assignees

Comments

@qiangzhengPKU
Copy link

Describe the bug:
Running deeplabcut-live-gui on Windows 10 in a conda environment fails due to "OSError: [WinError 126] The specified module could not be found"(this words is just the same as "找不到指定模块" in my screenshot), but i just used "dlclivegui" after installing.

image

I will be very appreciated if you could give me an reply.

@qiangzhengPKU
Copy link
Author

Now i assume the reason is the lack of camera......

@gkane26
Copy link
Collaborator

gkane26 commented Oct 12, 2020

Yep -- the tisgrabber_x64.dll file needs to be on the path somewhere. I just submitted a PR (see #4) to catch this exception so the GUI will work if you don't want to install/use imaging source cameras.

To clarify, you are not trying to use Imaging Source cameras? If so, you'll need to install their drivers and C library (see the camera support docs, which are also updated in this PR).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants