安装numpy,scipy,gensim,jieba

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了安装numpy,scipy,gensim,jieba相关的知识,希望对你有一定的参考价值。

pip install numpy -i http://pypi.douban.com/simple --trusted-host pypi.douban.com  (使用豆瓣源,速度比较快)
pip install scipy -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
pip install gensim==3.0.1 -i http://pypi.douban.com/simple --trusted-host pypi.douban.com


以上是关于安装numpy,scipy,gensim,jieba的主要内容,如果未能解决你的问题,请参考以下文章

python windows 安装gensim

python安装numpyscipygensim以及报错unable to import 'smart_open.gcs', disabling that module处理(示例代

gensim中的word2vec

如何在 python 中安装 gensim 和运行包?

numpy和Pandas用法讲解

numpypandasmatplotlib的用法