Closed yeamu closed 12 months ago
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.
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.
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 tried downgrade the python version to 3.9 and tried again.. with no success any help on how to use this wonderful package on macOS ?
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. Please help
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. Please help
Try downgrade python to python 3.9 I have tried that on macOS and its working like a charm
The best solution was to downgrade Python to Python 3.11. everything worked.
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