YuvalNirkin / fsgan

FSGAN - Official PyTorch Implementation
https://nirkin.com/fsgan
Creative Commons Zero v1.0 Universal
754 stars 147 forks source link

Google Colab ffmpeg #96

Closed Githubmaster9089 closed 3 years ago

Githubmaster9089 commented 3 years ago

"ModuleNotFoundError Traceback (most recent call last)

in () 24 25 # Utility functions ---> 26 import ffmpeg 27 28 def encode_audio(video_path, audio_path, output_path): ModuleNotFoundError: No module named 'ffmpeg'" Non of the other threads helped me. I installed the ffmpeg dependencies in 3 different way with conda pip and pip3 i also restartet the Kernel nothing worked what can i do now?