gpt4 book ai didi

python - Gensim 库 Python 3.4 : http://www. lfd.uci.edu/~gohlke/pythonlibs/的安装问题

转载 作者:太空宇宙 更新时间:2023-11-04 06:41:57 30 4
gpt4 key购买 nike

我已经安装了 2 个 python 库:

  1. NumPy - 1.10.4

  2. Scipy - 0.17.0

这是成功安装 gensim 所必需的,如以下所述:https://radimrehurek.com/gensim/install.html .我使用了 http://www.lfd.uci.edu/~gohlke/pythonlibs/ 中的 wheel 文件用于安装在带有 python 3.4 的 Windows 7 64 位机器上。我遇到了某些兼容性问题。

   C:\Users\888537>py -m pip install gensim-0.12.4-cp34-none-win_amd64.whl         
Processing c:\users\888537\gensim-0.12.4-cp34-none-win_amd64.whl
Collecting numpy>=1.3 (from gensim==0.12.4)
Using cached numpy-1.11.0-cp34-none-win_amd64.whl
Collecting smart-open>=1.2.1 (from gensim==0.12.4)
Using cached smart_open-1.3.2.tar.gz
Complete output from command python setup.py egg_info:
D:\Program Files\Python\lib\distutils\dist.py:260: UserWarning: Unknown distribution option: 'install_requires' warnings.warn(msg)
D:\Program Files\Python\lib\distutils\dist.py:260: UserWarning: Unknown distribution option: 'test_suite'
warnings.warn(msg)
usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: -c --help [cmd1 cmd2 ...]
or: -c --help-commands
or: -c cmd --help
error: invalid command 'egg_info' ----------------------------------------

错误:命令“python setup.py egg_info”在 C:\Users\888537\AppData\Local\Temp\pip-build-7zxq63k_\smart-open\中失败,错误代码为 1

在 pip 安装过程中也会发生同样的情况:

Command "python setup.py egg_info" failed with error code 1 in C:\Users\888537\A
ppData\Local\Temp\pip-build-4o3kecba\gensim\

除了从 git 仓库安装之外,还有其他解决办法吗?我也没有成功尝试从 git repo 导入。 :P

C:\Users\888537>py -m pip install -e git+ssh://git@github.com/piskvorky/gensim.g
it
--editable=git+ssh://git@github.com/piskvorky/gensim.git is not the right format
; it must have #egg=Package

最佳答案

你能试试这个吗?

pip install --upgrade setuptools

然后

pip install gensim

关于python - Gensim 库 Python 3.4 : http://www. lfd.uci.edu/~gohlke/pythonlibs/的安装问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36940334/

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