Can't import soundfile when docker running
In simple run application everything okay,
But when try to launch my app I've got the error:
File "/code/api_v1/urls.py", line 3, in
Do you have libsndfile installed in your docker container? SoundFile doesn't seem to think so.
The same problem. libsndfile1 is installed
As the error states, ctypes.util.find_library() is unable to locate sndfile. You'll have to check your paths and include libsndfile in the library search path.
Khi lỗi trạng thái,
ctypes.util.find_library()không thể định vị sndfile. Bạn sẽ phải kiểm tra các đường dẫn của mình và đưa libsndfile vào đường dẫn tìm kiếm thư viện.
Can you explain detailed it for me ? Thanks !
This is a problem on your computer. You have to configure your system so ctypes.util.find_library() can find libsndfile.