Python - registry.txt not found when librosa.load() used in pyinstaller exe

前端 未结 0 833
北荒
北荒 2021-01-22 01:27

I have the following code

file = "somefile.wav"
from librosa import load
data, samplerate = load(file, sr=None)

         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题