vwillcox / MastoCloud

A simple tool to create a Wordcloud from your Mastodon Account posts
MIT License
0 stars 0 forks source link

AttributeError: 'TransposedFont' object has no attribute 'getbbox' #1

Closed vwillcox closed 1 year ago

vwillcox commented 1 year ago

I've installed this on to a different Raspberry Pi and found an error

AttributeError: 'TransposedFont' object has no attribute 'getbbox'

This was solved by

sudo pip3 install --upgrade numpy

vwillcox commented 1 year ago

This was solved by

sudo pip3 install --upgrade numpy