Open aevin-io opened 4 years ago
I think it is because of the librosa version. Maybe you can try using soundfile to write the file like here: https://librosa.org/doc/latest/ioformats.html#write-out-audio-files, or you can try downgrading to 0.6.0.
Downgraded to 0.6.0. And there,s another error
Traceback (most recent call last):
File "/home/lucifer/coding/Test-Field/Creating-Audio-Reactive-Visuals-With-StyleGAN/feature_extraction.py", line 8, in <module>
import librosa
File "/home/lucifer/.local/lib/python3.9/site-packages/librosa/__init__.py", line 12, in <module>
from . import core
File "/home/lucifer/.local/lib/python3.9/site-packages/librosa/core/__init__.py", line 102, in <module>
from .time_frequency import * # pylint: disable=wildcard-import
File "/home/lucifer/.local/lib/python3.9/site-packages/librosa/core/time_frequency.py", line 10, in <module>
from ..util.exceptions import ParameterError
File "/home/lucifer/.local/lib/python3.9/site-packages/librosa/util/__init__.py", line 70, in <module>
from . import decorators
File "/home/lucifer/.local/lib/python3.9/site-packages/librosa/util/decorators.py", line 9, in <module>
from numba.decorators import jit as optional_jit
ModuleNotFoundError: No module named 'numba.decorators