I have to install wordcloud in jupyter but during process 'pip install wordcloud' i stuck on error 'error: Microsoft Visual C++ 14.0 is required. I have read related solution on stackoverflow but there is no any satisfied answer :(
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
Try installing a precompiled version from here, select the wheel file for your python version, download it and then do
pip install <name of wheel file>
回答2:
Binary install
use the binary-only option for pip. For example, for wordcloud:
pip install --only-binary :all: wordcloud