如何安装python gensim
展开全部
安装步骤。
1.下载
(1)python27
(2)numpy182.exe
(3)scipy120.exe
(4)setuptools541.zip
(5)pymssql210.exe,
然后将(1)-(3),(5)先装上,并在环境变量的path字段添加上c:\python27
2.将setuptools541.zip解压缩,然后从cmd窗口进入解压缩后目录,输入命令python
ez_setup.py,开始安装easy_install
3.在环境变量path中输入c:\python27\Scripts,这时候可以在cmd中使用easy_install命令了,不过需要注意,一定要把cmd窗口关闭后重新打开才能使用easy_install
4.然后开始安装gensim,不过使用easy_install -U gensim命令时候总是报错,错误信息如dict object
has no attribute numpy_setup,谷歌一直没有有价值的信息,后来在gensim官网上看到一条:
you have downloaded and unzipped the tar.gz source for
gensim (or you’re installing gensim from
github), you can
run:
python setup.py install
于是下载下来tar.gz 包,解压缩后使用上述命令跑了下,成功
第二天,在导入pymssql 时候,idle总是自动重启,很奇怪,后来更换到早期版本1.0.0,解决问题
1.下载
(1)python27
(2)numpy182.exe
(3)scipy120.exe
(4)setuptools541.zip
(5)pymssql210.exe,
然后将(1)-(3),(5)先装上,并在环境变量的path字段添加上c:\python27
2.将setuptools541.zip解压缩,然后从cmd窗口进入解压缩后目录,输入命令python
ez_setup.py,开始安装easy_install
3.在环境变量path中输入c:\python27\Scripts,这时候可以在cmd中使用easy_install命令了,不过需要注意,一定要把cmd窗口关闭后重新打开才能使用easy_install
4.然后开始安装gensim,不过使用easy_install -U gensim命令时候总是报错,错误信息如dict object
has no attribute numpy_setup,谷歌一直没有有价值的信息,后来在gensim官网上看到一条:
you have downloaded and unzipped the tar.gz source for
gensim (or you’re installing gensim from
github), you can
run:
python setup.py install
于是下载下来tar.gz 包,解压缩后使用上述命令跑了下,成功
第二天,在导入pymssql 时候,idle总是自动重启,很奇怪,后来更换到早期版本1.0.0,解决问题
展开全部
(1)安装numpy。使用pip install命令来安装,先将numpy文件放在C:\Python27\Scripts文件下,然后进入cmd,值得注意的是cmd需要进入C:\Python27\Scripts中,最后再使用pip install numpy文件名。这里使用的是numpy-1.11.2-cp27-none-win_amd64.whl。
(2)安装scipy。步骤同上,这里我们使用的是scipy-0.15.1-cp27-none-win_amd64.whl。
(3)安装gensim。步骤同上,这里我们使用的是gensim-0.13.3-cp27-cp27m-win_amd64.whl。
(2)安装scipy。步骤同上,这里我们使用的是scipy-0.15.1-cp27-none-win_amd64.whl。
(3)安装gensim。步骤同上,这里我们使用的是gensim-0.13.3-cp27-cp27m-win_amd64.whl。
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |