Has WordCloud support for Python 3.9?
See original GitHub issueDescription
Has WordCloud support for Python 3.9? It´s impóssible to make a PIP installation
Steps/Code to Reproduce
Expected Results
Actual Results
Versions
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:5 (2 by maintainers)
Top Results From Across the Web
How to install wordcloud for python? - Stack Overflow
Wordcloud is not a pure Python project as it has some C code. C code needs to be built for different operating systems...
Read more >wordcloud - PyPI
A little word cloud generator in Python. Read more about it on the blog post or the website. The code is tested against...
Read more >Changelog — wordcloud 1.8.1 documentation - Andreas Mueller
This is the list of changes to wordcloud between each release. ... Add support for building wheels for Python 3.8 for all platforms...
Read more >wordcloud-fa - piwheels
The piwheels project page for wordcloud-fa: A wrapper for wordcloud module for creating persian (and other rtl languages) word cloud.
Read more >ModuleNotFoundError: No module named 'wordcloud' : Forums
Are you sure that the package was installed successfully? Did you install it in a virtual environment? Do you see "Python 3.9" in...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
You would need to compile locally for now. You can
pip install
if you check out locally (and have a compiler installed). You might get some wheels from here: https://www.lfd.uci.edu/~gohlke/pythonlibs/#wordcloudStill working on setting up the builds, I had some trouble with uploading from CI to pypi.
I have just updated the FreeBSD port to 1.8.2.2: https://www.freshports.org/textproc/py-wordcloud Everything is fine with Python-3.9, thanks!