How to install WordCloud or an equivalent package on Anaconda Python 3 7

0 votes
Hello.

I am using Anaconda and Python 3.7 on Windows 10. However, WordCloud does not seem to work under this configuration. The installer says it requires at most Python 3.6. Any help? Is there an alternative to WordCloud for the same purpose? I am developing a recommendation system.

Thanks.

Johnny
May 5, 2020 in Python by Johnny
• 120 points

edited May 5, 2020 by Gitika 4,145 views

1 answer to this question.

0 votes

Hey, @Jhonny,

Could you please post how did you try to install WordCloud?

You can try in this way, If you are using pip:

pip install wordcloud

If you are using conda, you can install from the conda-forge channel:

conda install -c conda-forge wordcloud

If you get any error, please post it here.

answered May 5, 2020 by Gitika
• 65,910 points

Related Questions In Python

+1 vote
1 answer

How to install tensorflow using anaconda and python 3.7.1 on windows?

Since I am using python 3.5 so ...READ MORE

answered Aug 19, 2019 in Python by Arvind
• 3,040 points
8,834 views
0 votes
1 answer

How to install OpenCV for Python 2.7?

The official OpenCV installer does not install ...READ MORE

answered Nov 14, 2018 in Python by SDeb
• 13,300 points
1,931 views
0 votes
1 answer

How to handle AssertionError in Python and find out which line or statement it occurred on?

Use the traceback module: import sys import traceback try: ...READ MORE

answered Dec 18, 2018 in Python by charlie_brown
• 7,720 points
5,341 views
0 votes
1 answer

How to change python version into 3.7.2 for entire pycharm jetbrains IDE projects?

Navigate to the Project page, select the configured interpreters ...READ MORE

answered Feb 27, 2019 in Python by Priyaj
• 58,090 points
2,931 views
+2 votes
3 answers

Problem with installation of Wordcloud in anaconda

Using Anaconda Python 3.6 version For Windows ...READ MORE

answered Aug 7, 2018 in Data Analytics by Priyaj
• 58,090 points
18,022 views
0 votes
1 answer

How are Python and Anaconda Related?

Anaconda is a free and open-source Python ...READ MORE

answered Oct 30, 2018 in Python by SDeb
• 13,300 points
659 views
0 votes
1 answer

Python and Anaconda

Read this article and you will get ...READ MORE

answered Nov 12, 2018 in Python by Priyaj
• 58,090 points
503 views
0 votes
1 answer

How to Install pip for python 3.7 on Ubuntu 18?

The command you're looking for is: python3.7 -m ...READ MORE

answered Nov 20, 2020 in Python by Gitika
• 65,910 points
8,879 views
0 votes
1 answer

Which will good platform to perform anaconda navigation or other and install the package on anaconda ide

Hey, @Daulat, We use Anaconda Navigator to launch ...READ MORE

answered Apr 8, 2020 in Python by Gitika
• 65,910 points
606 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP