Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mratanusarkar opened this issue Feb 16, 2023 · 1 comment · Fixed by #5
Open

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

mratanusarkar opened this issue Feb 16, 2023 · 1 comment · Fixed by #5
Assignees

Comments

@mratanusarkar
Copy link
Owner

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

  • pip install wordcloud for python 3.11
  • pycharm module installation fails for wordcloud module at line from wordcloud import WordCloud in scraper.py

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
Copy link
Owner Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant