Replies: 1 comment
-
Can you share the exact command you ran? Looks like there is some issue in the command you entered based on the log |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I'm very excited about this repo, because actually I have a video clip about some information captured by a cellphone. I cloned codes, installed all dependent libraries and pulled llama3.2-vision with ollama, but when I run this, there is an error occurs like this:
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in run_code
File "D:\Applications\Anaconda3\envs\video-analyzer\Scripts\video-analyzer.exe_main.py", line 7, in
File "D:\Applications\Anaconda3\envs\video-analyzer\Lib\site-packages\video_analyzer\cli.py", line 99, in main
config.update_from_args(args)
File "D:\Applications\Anaconda3\envs\video-analyzer\Lib\site-packages\video_analyzer\config.py", line 86, in update_from_args
self.config["audio"]["device"] = value
~~~~~~~~~~~^^^^^^^^^
KeyError: 'audio'
FYI: My operate system is windows10. python version is 3.11.
Please help me, thanks a lot.
Beta Was this translation helpful? Give feedback.
All reactions