Open DWCTOD opened 3 years ago
I am using conda with python 3.7. I have not faced this issue so I'm uncertain how to fix it.
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.
pip install aubio==0.4.4
, It works.
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