-
hi im trying to install haystack on docker with a Dockerfile like that
and build it with that command but when i try to run the container this error appear
but the soundfile lib is in my requirment.txt which i run in the docker file
but the error is still the same i have haystack installed on my computer (windows) and it work perfectly. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi @azetoy! You need to install the Linux library, not just the Python wrapper to soundfile. Please add this to your Dockerfile. There are other system dependencies that you may need to install, it depends on which part of haystack you are making usage of. |
Beta Was this translation helpful? Give feedback.
-
Hi @danielbichuetti ! Thanks for your reply as you told me i installed the package successfully but now i have this strange erro code just telling me that here the full error
and my dockerfile
i may need other Linux lib to install but the error dont tell me which one. |
Beta Was this translation helpful? Give feedback.
Hi @danielbichuetti !
Thanks for your reply as you told me i installed the package successfully but now i have this strange erro code just telling me that
MissingDependency has no attribute load
here the full error
and my dockerfile