Here is what really helped me: check font is a standard font saved in windows for example. Then add this to your wordcloud wordcloud = WordCloud( *** ,font_path='C:\Windows\Fonts\***....ttf'' ).generate(df)