librosa.load gives error "module 'soundfile' has no attribute 'SoundFile'
问题 I have deployed librosa, matplotlib and all its required dependencies using AWS-Lambda-layers and it's working fine. When I send a .wav file from postman using the binary format the librosa.load() gives me the following error { "errorMessage": "module 'soundfile' has no attribute 'SoundFile'", "errorType": "AttributeError", "stackTrace": [ " File \"/var/task/lambda_function.py\", line 83, in lambda_handler\n clip, sample_rate = librosa.load(file_name)\n", " File \"/opt/python/librosa/core