Reputation: 1
I'm relatively new in coding and wanted to start sentiment analysis project. One of my goals is to create a word cloud and I tried to install the Wordcloud package on my M1 Mac via conda-forge. But it seems like the package is not available in any library. I'm getting the following error message, when I try to install it:
`PackagesNotFoundError: The following packages are not available from current channels:
Current channels:
Do some of you know if there is any other way to install Wordcloud ? Or is there a channel I can take a look at?
Many thanks in advance for your help!
Upvotes: 0
Views: 1109
Reputation: 11
According to below, you can use “Conda install -c conda-forge wordcloud” Command.
Upvotes: 1