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.