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

ModuleNotFoundError: No module named 'video' #26

Open
skywo1f opened this issue Jan 6, 2020 · 1 comment
Open

ModuleNotFoundError: No module named 'video' #26

skywo1f opened this issue Jan 6, 2020 · 1 comment

Comments

@skywo1f
Copy link

skywo1f commented Jan 6, 2020

/neural-networks/PY-GOTURN$ ./show_tracker_vot.sh
Traceback (most recent call last):
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/neural-networks/PY-GOTURN/goturn/test/show_tracker_vot.py", line 10, in
from ..loader.loader_vot import loader_vot
File "neural-networks/PY-GOTURN/goturn/loader/loader_vot.py", line 9, in
from video import video

@ykchong45
Copy link

I guess you are using python3 from your error log. Hope this post on import is helpful.

What you can try is to change the line in error to from .video import video (adding a dot in front of the first "video").

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

No branches or pull requests

2 participants