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

Error running Easy_Wav2Lip_v8.3.ipynb #59

Open
dijkstra-mose opened this issue Apr 29, 2024 · 1 comment
Open

Error running Easy_Wav2Lip_v8.3.ipynb #59

dijkstra-mose opened this issue Apr 29, 2024 · 1 comment

Comments

@dijkstra-mose
Copy link

imports loaded!
Traceback (most recent call last):
File "/home/work/anaconda3/envs/dvh/lib/python3.10/configparser.py", line 790, in get
value = d[option]
File "/home/work/anaconda3/envs/dvh/lib/python3.10/collections/init.py", line 986, in getitem
return self.missing(key) # support subclasses that define missing
File "/home/work/anaconda3/envs/dvh/lib/python3.10/collections/init.py", line 978, in missing
raise KeyError(key)
KeyError: 'preview_window'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/work/workspace/dvh/Easy-Wav2Lip/inference.py", line 256, in
preview_window = config.get('OPTIONS', 'preview_window')
File "/home/work/anaconda3/envs/dvh/lib/python3.10/configparser.py", line 793, in get
raise NoOptionError(option, section)
configparser.NoOptionError: No option 'preview_window' in section: 'OPTIONS'
Processing failed! :( see line above 👆
Consider searching the issues tab on the github:
https://github.com/anothermartz/Easy-Wav2Lip/issues

@ripa001
Copy link

ripa001 commented Aug 27, 2024

I fixed it by adding "preview_window" to False into the options dictionary:

options = {
   ...
    "preview_window": False
}

I'm not sure actually if it is the right solution, but I incurred the same error running it out of google colab

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