简体   繁体   中英

Installing Wordcloud Package using Conda on a M1 Mac

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:

  • wordcloud

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!

According to below, you can use “Conda install -c conda-forge wordcloud” Command.

https://programmerah.com/mac-m1-how-to-solve-import-wordcloud-error-modulenotfounderror-no-module-named-wordcloud-39497/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM