-
Notifications
You must be signed in to change notification settings - Fork 132
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
Numpy error no attribute complex #48
Comments
same problem edit: Fixed by editing constantq.py in librosa/core, changing |
for a reproducible setup, when using voicecoder programmatically, you can also |
To make this work with |
I was able to use voicefixer and mode 0 and 2 (But not mode 1 and mode all though) no problem by installing librosa version 0.9.2 |
File "/home/jordancruz/.local/lib/python3.11/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 552, in _run_script
exec(code, module.dict)
File "/home/jordancruz/Tools/voicefixer/test/streamlit.py", line 4, in
import librosa
File "/home/jordancruz/.local/lib/python3.11/site-packages/librosa/init.py", line 211, in
from . import core
File "/home/jordancruz/.local/lib/python3.11/site-packages/librosa/core/init.py", line 9, in
from .constantq import * # pylint: disable=wildcard-import
^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/jordancruz/.local/lib/python3.11/site-packages/librosa/core/constantq.py", line 1059, in
dtype=np.complex,
^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/numpy/init.py", line 305, in getattr
raise AttributeError(former_attrs[attr])
The text was updated successfully, but these errors were encountered: