在 Google Colab 和 Anaconda 中构建 gcld3 失败

问题描述 投票:0回答:1

我输入了命令:

!pip install gcld3

显示以下错误:

Collecting gcld3
  Using cached https://files.pythonhosted.org/packages/3a/73/72e469743a7e299e9a074857f7cac9f2b045bd495e20fdbd75cf081277c3/gcld3-3.0.13.tar.gz
Building wheels for collected packages: gcld3
  Building wheel for gcld3 (setup.py) ... error
  ERROR: Failed building wheel for gcld3
  Running setup.py clean for gcld3
Failed to build gcld3
Installing collected packages: gcld3
    Running setup.py install for gcld3 ... error
ERROR: Command errored out with exit status 1: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-_lhh_qx8/gcld3/setup.py'"'"'; __file__='"'"'/tmp/pip-install-_lhh_qx8/gcld3/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-1iqkv3v8/install-record.txt --single-version-externally-managed --compile Check the logs for full command output.

我尝试查找

*.whl
gcld3
文件,但找不到。

python nlp google-colaboratory
1个回答
0
投票

你有没有想过如何让这个工作成功?

© www.soinside.com 2019 - 2024. All rights reserved.