Libtinfo.so.6: no version information available (required by /bin/bash)

Hello, I get this error recently,
bash: /shared/ifbstor1/software/miniconda/envs/rsem-1.3.2/lib/libtinfo.so.6: no version information available (required by bash)
for every script I am launching in bash, and by some quick research it seems that a conda package needs to be installed : ncurses (source: libtinfo.so.6: no version information available message using conda environment - Stack Overflow).
Do you think you can install it, if this is the issue ?
I don't know if it would have an impact if I install it in my home.
I know that it doesn't influence the code running anyway, so not important, just annoying.