简体   繁体   中英

Can't install wordcloud in anaconda

Solving environment: failed

UnsatisfiableError: The following specifications were found to be in conflict: - wordcloud - xlsxwriter Use "conda info " to see the dependencies for each package

.

Initially i get conflict with python 3.4 and python 3.6 so update python to 3.6 but still getting above erroe. Pls help

You can try:

pip install wordcloud

or

conda install -c conda-forge wordcloud

I have tried those options answered above. I think there was some problem with with Anaconda python 3.x versions. I used 2.7 and it worked fine there for me

Using Anaconda Python 3.6 version For Windows you can do it as:

Installation of wordcloud package download wordcloud‑1.3.2‑cp36‑cp36m‑win_amd64.whl from http://www.lfd.uci.edu/~gohlke/pythonlibs/#wordcloud Copy the file to your current working directory Open command prompt python -m pip install wordcloud-1.3.2-cp36-cp36m-win_amd64.whl

You can use according to your python version. Don't need to migrate into another python version.

In console : conda install -c conda-forge wordcloud

First activate your python environment !

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