安装词云库

1.普通安装命令:pip install (库名)

2.在路径下安装:路径后加python -m pip install (库名)

3(推荐).使用清华镜像源安装:pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn (库名)

例如wordcloud库

命令:pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn wordcloud

成功截图:需要有Successfully安装词云库_第1张图片

 其他库(bs4/beautifulsoup4,requests,jieba)l类似。

你可能感兴趣的:(是Python了,pycharm,tensorflow,python)