vwillcox / MastoCloud

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

ERROR: Failed building wheel for wordcloud #2

Closed vwillcox closed 1 year ago

vwillcox commented 1 year ago

On a new build of Raspberry Pi 64Bit I had the following error when installing the requirements

ERROR: Failed building wheel for wordcloud

Installing the Python3 Dev librarys allowed this the build and install Wordcloud

sudo apt-get install python3-dev

vwillcox commented 1 year ago

Installing the Python3 Dev librarys allowed this the build and install Wordcloud sudo apt-get install python3-dev