GANsNRoses icon indicating copy to clipboard operation
GANsNRoses copied to clipboard

RuntimeError: AUBIO ERROR: source_wavread: Failed opening ./samples/dsm.mp4 (could not find RIFF header)

Open DWCTOD opened this issue 3 years ago • 3 comments

Hi, when I run in " https://colab.research.google.com/github/mchong6/GANsNRoses/blob/main/inference_colab.ipynb " is alright!

But, run in my machine, error "RuntimeError: AUBIO ERROR: source_wavread: Failed opening ./samples/dsm.mp4 (could not find RIFF header)"

And I had try: https://github.com/aubio/aubio/issues/111 Unfortunately, after these commands I still get the same error. Could you share the detail about Virtual environment setup. Or how to fix?Thanks

DWCTOD avatar Jun 22 '21 07:06 DWCTOD

I am using conda with python 3.7. I have not faced this issue so I'm uncertain how to fix it.

mchong6 avatar Jun 22 '21 10:06 mchong6

i have had the same issue on win10 there is no way to install aubio via pip. You need to create a virtual environment via pip or conda. All packages must be left via pip except for aubio and ffmpeg, they must be delivered via conda. Tested with latest cuda + python 3.9.6.

gulldan avatar Jul 12 '21 07:07 gulldan

pip install aubio==0.4.4 , It works.

github-cqk avatar Aug 18 '21 08:08 github-cqk