Hi,
I have been trying to install librosa to run an already existing code from 2019, but I still getting the errors :
"module 'librosa' has no attribute 'load' "
So I tried launching the tests scripts from the librosa folder, and getting :
"module 'librosa' has no attribute 'ParameterError' "
Were do these errors come from ? Have I been doing something wrong when installing librosa ?
I have Python 3.10.7
I tried librosa from 8.0.0 to 10.0.0
pip 23.1.2
Thanks for helping me on this issue.
Théo