Hi @duchaba,
What you found is normal. The issue is that some of tsai’s dependencies have conflicts. That’s ok because we are not using any of those conflicting libraries. That’s something I regularly monitor.
To ensure tsai works properly, you only need to restart the notebook. That’s the recommended approach when you install new libraries.
So in summary you can ignore those import ERRORs.
BTW, you can hide him if you put %%capture at the top of the cell where the imports occur. But you still need to restart the kernel every time you install them.