无法在Google Colab和Anaconda中构建gcld3

2024-09-26 18:05:09 发布

您现在位置:Python中文网/ 问答频道 /正文

我键入了命令:

!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.

我试图找到gcld3*.whl文件,但找不到


Tags: installpippyforpackagessetuperrorrecord

热门问题