question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Has WordCloud support for Python 3.9?

See original GitHub issue

Description

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:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
amuellercommented, Dec 13, 2021

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/#wordcloud

Still working on setting up the builds, I had some trouble with uploading from CI to pypi.

2reactions
thierry-FreeBSDcommented, Jul 8, 2022

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!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found