Impact of LATEX newer version for SILKAJ 0.11.0?

On
pip install silkaj
Almost everything is Successfull, except for LATEX, I have this message :
ERROR: pip’s dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
pdflatex 0.1.3 requires attrs<19.0,>=18.2, but you have attrs 21.4.0 which is incompatible.

What can be the consequences ?
Arnaud

@Moul maybe can you help ?

when I try
silkaj --version
I have this response :
OSError: Could not locate nacl lib, searched for libsodium

The best is that you follow this documentation.
Installing with pipx’s virtualenv will prevent dependencies issues, and installing libsodium should solve your installation issue.

thanks
it’s ok now