gpt4 book ai didi

python开发之anaconda以及win7下安装gensim的方法

转载 作者:qq735679552 更新时间:2022-09-29 22:32:09 25 4
gpt4 key购买 nike

CFSDN坚持开源创造价值,我们致力于搭建一个资源共享平台,让每一个IT人在这里找到属于你的精彩世界.

这篇CFSDN的博客文章python开发之anaconda以及win7下安装gensim的方法由作者收集整理,如果你对这篇文章有兴趣,记得点赞哟.

1、推荐安装Anaconda 。

官方介绍:Anaconda is a completely free Python distribution (including for commercial use and redistribution). It includes more than 400 of the most popular Python packages for science, math, engineering, and data analysis.  。

下载页面:https://www.continuum.io/downloads 。

Python的有些模块在单独安装时可能非常麻烦,Anaconda中则已经集成好了许多常见的模块,用起来非常方便.

安装Anaconda之前不需要预先安装python,它其中已经自带Python、IPython、集成开发环境Spyder、一些包等等。  。

anaconda自带的conda命令:

?
1
2
3
4
5
6
7
8
9
10
11
# 查看安装的包
conda list
# 安装模块
conda install scipy
# 更新模块
conda update scipy
# 更新所有模块
conda update - - all
# 升级Anaconda
conda update conda
conda update anaconda

2、gensim安装 。

因为需要学习使用word2vec,所以要安装gensim模块.

用传统python安装gensim库时,由于依赖的库比较多,试过很多教程之后还是失败.

利用上面安装好Anaconda之后,直接pip install gensim就成功了.

以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持我.

原文链接:https://blog.csdn.net/churximi/article/details/51364518 。

最后此篇关于python开发之anaconda以及win7下安装gensim的方法的文章就讲到这里了,如果你想了解更多关于python开发之anaconda以及win7下安装gensim的方法的内容请搜索CFSDN的文章或继续浏览相关文章,希望大家以后支持我的博客! 。

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com