【问题标题】:i could not install dlib我无法安装 dlib
【发布时间】:2020-10-14 11:54:52
【问题描述】:

我正在尝试在 anaconda(3.7) 中安装 dlib,这就是我所拥有的:

ERROR: Command errored out with exit status 1: 'C:\Users\Alaa\anaconda3\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Alaa\\AppData\\Local\\Temp\\pip-install-ppcbhbjq\\dlib\\setup.py'"'"'; __file__='"'"'C:\\Users\\Alaa\\AppData\\Local\\Temp\\pip-install-ppcbhbjq\\dlib\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\Alaa\AppData\Local\Temp\pip-record-n0ux30e_\install-record.txt' --single-version-externally-managed --compile --install-headers 'C:\Users\Alaa\anaconda3\Include\dlib' Check the logs for full command output.```

【问题讨论】:

  • pip install --upgrade setuptools

标签: python installation dlib


【解决方案1】:

在终端中尝试“pip install dlib”

【讨论】:

    猜你喜欢
    • 2021-02-07
    • 2022-07-19
    • 2019-03-07
    • 2018-09-18
    • 2018-11-30
    • 2020-05-23
    • 2021-09-10
    • 2021-07-06
    • 2018-03-29
    相关资源
    最近更新 更多