-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Unable to download wordcloud using python3.12 #733
Comments
If there isn't a strict requirement for Python 3.12, rolling back to a lower version of Python, such as 3.11, could help. |
…thon 3.12 1. Replaced deprecated names based on Python 3.12's changelog (configparser.SafeConfigParser -> configparser.ConfigParser, configparser.readfp() -> configparser.read_file()). 2. Added Cython as a dependency. 3. Changed the generation of the Cython C code for release to occur and compile during setup.py execution.
Thanks for the reply, this is exactly how I solved it |
After a few days of frustrations, I installed worldcloud on jupyter notebook (Python3.12) by doing the following;
|
Today I have the same issue on macOS version 13.6.1 with python 3.12 |
I have the same problem, I'm using python 3.12 in a Windows 11 64bits. I'm trying to install wordcloud using jupyter notebook and I can't solve it. I have tried to install the wheel file, also to use different sentences on cmd and I'm so frustrated </3. |
Try downgrade python to python 3.9 |
The best solution was to downgrade Python to Python 3.11. |
Co-authored-by: Thomas J. Fan <[email protected]>
I don't have wordcloud in my environment, the error when I downloaded it for the first time
This error appears to be due to code in the versioneer.py file in the wordcloud package using the outdated SafeConfigParser which has been renamed to RawConfigParser in Python 3.12
I hope someone can help me, thanks
The text was updated successfully, but these errors were encountered: