The default tk built shipped with conda does not have freetype support.
Workaround
The workaround proposed in this Github issue is:
conda install -c conda-forge tk=*=xft_*
Note: in zsh the * need to be escaped
December 3, 2024
The default tk built shipped with conda does not have freetype support.
The workaround proposed in this Github issue is:
conda install -c conda-forge tk=*=xft_*
Note: in zsh the * need to be escaped