背景:
使用的是Anaconda集成环境,python版本是:3.10,安装wordcloud包,使用的命令是:pip install wordcloud,出现报错:error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
解决方法:
如果按照错误提示,打开https://visualstudio.microsoft.com/visual-cpp-build-tools/,下载visual studio那一套,占用空间太大了,至少要占6G以上的硬盘空间,下载费时费力,硬盘空间也伤不起啊!长期以往,电脑也顶不住!
有没有更好的解决办法呢?当然是有的,既然我们用的是anaconda,就要尽量使用conda去安装包了,解决办法是:使用conda install wordcloud替代pip install wordcloud
我们执行:conda install wordcloud,很快就安装完了,不会出现上述报错,也不需要额外下载并安装占硬盘空间很大的插件,是不是很方便?
TRANSLATE with x English TRANSLATE with COPY THE URL BELOW Back EMBED THE SNIPPET BELOW IN YOUR SITE Enable collaborative features and customize widget: Bing Webmaster Portal Back 标签:visual,C++,wordcloud,报错,https,com,Microsoft From: https://www.cnblogs.com/jamstack/p/17542043.html