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

ImportError: DLL load failed: The specified module could not be found. #554

Closed
ghost opened this issue Jan 16, 2020 · 1 comment
Closed

Comments

@ghost
Copy link

ghost commented Jan 16, 2020

When I import deeplabcut in jupyter notebook through the PyCharm IDE, I get the following error.

Traceback (most recent call last):
File "C:\Users\dragonli.conda\envs\deeplabcut\Scripts\jupyter-notebook-script.py", line 6, in
from notebook.notebookapp import main
File "C:\Users\dragonli.conda\envs\deeplabcut\lib\site-packages\notebook\notebookapp.py", line 49, in
from zmq.eventloop import ioloop
File "C:\Users\dragonli.conda\envs\deeplabcut\lib\site-packages\zmq_init_.py", line 47, in
from zmq import backend
File "C:\Users\dragonli.conda\envs\deeplabcut\lib\site-packages\zmq\backend_init_.py", line 40, in
reraise(*exc_info)
File "C:\Users\dragonli.conda\envs\deeplabcut\lib\site-packages\zmq\utils\sixcerpt.py", line 34, in reraise
raise value
File "C:\Users\dragonli.conda\envs\deeplabcut\lib\site-packages\zmq\backend_init_.py", line 27, in
ns = select_backend(first)
File "C:\Users\dragonli.conda\envs\deeplabcut\lib\site-packages\zmq\backend\select.py", line 28, in select_backend
mod = import(name, fromlist=public_api)
File "C:\Users\dragonli.conda\envs\deeplabcut\lib\site-packages\zmq\backend\cython_init
.py", line 6, in
from . import (constants, error, message, context,
ImportError: DLL load failed: The specified module could not be found.

Do you have any suggestions to solve this issue?

Capture

Thank you.

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

No branches or pull requests

1 participant