librosa / librosa

Python library for audio and music analysis

Home Page:https://librosa.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The program got stuck at librosa.load()

alioth-k opened this issue · comments

this is screenshot
![image](https://github.com/librosa/librosa/assets/109710818/1f34bf2c-00b4-4399-819c-427bd0e4a53f
the ogg file is only five seconds long, but the program got stuck at librosa.load() for minutes
I guess there must be some problem, it can't be simply due to slow execution

Just for a bit more context, this is an upstream bug in numba (or possibly tempfile) as noted here: numba/numba#8755

But the link I gave above to the troubleshooting section of the librosa docs does provide a simple workaround.

Just for a bit more context, this is an upstream bug in numba (or possibly tempfile) as noted here: numba/numba#8755

But the link I gave above to the troubleshooting section of the librosa docs does provide a simple workaround.

Thank you very much for your help. I have set the permissions for the folder "D:\Anaconda3\envs\py39\Lib\site-packages\librosa" to allow full control for all users. Now the code can read the files properly.