+
95
-

pip install dlib出错" failed with error code 1 in /tmp/pip-install-7e3d_m_g/dlib/

安装dlib出错

----------------------------------------
Command "/usr/local/python3/bin/python3.6 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-7e3d_m_g/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 /tmp/pip-record-nb0tk25c/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-install-7e3d_m_g/dlib/

网友回复

+
15
-

解决 Pip 安装 Dlib 时出现“failed with error code 1 in /tmp/pip-install-7e3d_m_g/dlib/”错误的步骤

在使用 Pip 安装 Dlib 时,如果遇到“failed with error code 1 in /tmp/pip-install-7e3d_m_g/dlib/”错误,通常表示安装过程中遇到了一些问题。以下是一些可能的解决方法:

1. 检查网络连接

确保您的计算机可以正常连接互联网。如果网络连接不稳定...

点击查看剩余70%

我知道答案,我要回答