I faced strange issue in docker. Error is ModuleNotFoundError: No module named 'argon2._ffi'
And my image with django inside it has this requirement satisfied. I found this link but there is too few info.
Maybe someone can elaborate, how to fix the issue ?
Thanks.