mratanusarkar / twitter-sentiment-analysis

a demo poc for sentiment analysis of tweets
0 stars 0 forks source link

module fails due to wordcloud package non installable for python 3.11 #6

Open mratanusarkar opened 1 year ago

mratanusarkar commented 1 year ago

The script and modules works fine on google collab or jupyter ipynb, but the following installations fail

After investigation, I found there is an issue with the word_cloud package itself and works only till older versions of python.

There is a workaround by manual installation with wheels from https://www.lfd.uci.edu/~gohlke/pythonlibs/#wordcloud as suggested here. But that would make this module installation challenging and add a manual dependency.

I have added the concern in this issue and seems like they have already worked on the fix in this PR merged to master, but it just hasn't made it into a release yet.

mratanusarkar commented 1 year ago

still a pending issue, closed #5 to move documentation and code to the main, since it was a long-awaited PR, and there was no response from the word cloud package team. New PR to contain code fix once the package is up and running with the latest Python version.