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 in running bash in Windows 11 (PyCharm) #16

Open
yogendra-singh-rathore opened this issue Aug 3, 2023 · 1 comment
Open

Error in running bash in Windows 11 (PyCharm) #16

yogendra-singh-rathore opened this issue Aug 3, 2023 · 1 comment

Comments

@yogendra-singh-rathore
Copy link

I have Numpy

(pythonVenv) PS F:\wav2lip\Wav2Lip-HD> bash run_final.sh
Traceback (most recent call last):
File "inference.py", line 2, in
import numpy as np
ModuleNotFoundError: No module named 'numpy'
File "video2frames.py", line 36
frame_file = os.path.join(frame_folder, f'frame_{frame_index:05d}.jpg')
^
SyntaxError: invalid syntax
File "inference_realesrgan.py", line 159
save_path = os.path.join(args.output, f'{imgname}.{extension}')
^
SyntaxError: invalid syntax

@start-life
Copy link

How can you run it in Windows?

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