无法使用 pip3 或 Pip 下载 dlib

Posted

技术标签:

【中文标题】无法使用 pip3 或 Pip 下载 dlib【英文标题】:Not able to download dlib using pip3 or Pip 【发布时间】:2021-08-23 05:36:36 【问题描述】:

尝试使用 pip3 install dlib 命令下载 dlib,但出现异常。如何解决以下问题?

Collecting dlib
  Using cached dlib-19.22.0.tar.gz (7.4 MB)
Building wheels for collected packages: dlib
  Building wheel for dlib (setup.py) ... error
  ERROR: Command errored out with exit status 1:
   command: 'C:\PATH\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Shiladittya\\AppData\\Local\\Temp\\pip-install-40do86q8\\dlib_b343cff879474b048ae9f0f7abe0c9ae\\setup.py'"'"'; __file__='"'"'C:\\Users\\Shiladittya\\AppData\\Local\\Temp\\pip-install-40do86q8\\dlib_b343cff879474b048ae9f0f7abe0c9ae\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d 'C:\Users\Shiladittya\AppData\Local\Temp\pip-wheel-2kmgy0vh'
       cwd: C:\PATH\\Local\Temp\pip-install-40do86q8\dlib_b343cff879474b048ae9f0f7abe0c9ae\
  Complete output (58 lines):
  running bdist_wheel
  running build
  running build_py
  package init file 'tools\python\dlib\__init__.py' not found (or not a regular file)
  running build_ext
  Building extension for Python 3.9.5 (tags/v3.9.5:0a7dcbd, May  3 2021, 17:27:52) [MSC v.1928 64 bit (AMD64)]
  Invoking CMake setup: 'cmake C:\PATH\\Local\Temp\pip-install-40do86q8\dlib_b343cff879474b048ae9f0f7abe0c9ae\tools\python -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=C:\Users\Shiladittya\AppData\Local\Temp\pip-install-40do86q8\dlib_b343cff879474b048ae9f0f7abe0c9ae\build\lib.win-amd64-3.9 -DPYTHON_EXECUTABLE=C:\Users\Shiladittya\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\python.exe -DCMAKE_LIBRARY_OUTPUT_DIRECTORY_RELEASE=C:\Users\Shiladittya\AppData\Local\Temp\pip-install-40do86q8\dlib_b343cff879474b048ae9f0f7abe0c9ae\build\lib.win-amd64-3.9 -A x64'
  -- Building for: NMake Makefiles
  CMake Error at CMakeLists.txt:5 (message):



    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!


    You must use Visual Studio to build a python extension on windows.  If you
    are getting this error it means you have not installed Visual C++.  Note
    that there are many flavors of Visual Studio, like Visual Studio for C#
    development.  You need to install Visual Studio for C++.


    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!




  -- Configuring incomplete, errors occurred!
  Traceback (most recent call last):
    File "<string>", line 1, in <module>

【问题讨论】:

【参考方案1】:

我遇到了同样的问题,所以我更喜欢 youtube,并在一个视频中观看了我正在分享该视频的链接,这可能会有所帮助

Video Link

简而言之,我下载了 Visual Studio 下载器并安装了 C++ 依赖项,首先我安装了 CMake,然后安装了 dlib,因为 dlib 需要 C++ 依赖项,然后我选择了指定版本的 dlib,它工作正常,但如果仍然如此,它又不能工作了

我建议在 conda 中使用 conda 环境,它可以正常工作,但请确保使用基本依赖项(C++ 和 Cmake)

【讨论】:

windows 10 操作系统是否有任何限制.. 因为我使用 windows 10 作为操作系统 不,你可以使用这个感染我已经使用 dlib 来制作我的项目并且我已经在 2 个项目中使用过,我的朋友在他的系统中遇到了同样的情况,它在 conda 环境中正常工作,但在我的系统,我使用了 pip 环境,更新版本中有一些错误,所以在视频中他们建议使用特定的以更喜欢那个,但在此之前请先使用依赖项,我在 windows 中使用过相同的但不能说关于 linux,如果你喜欢我的答案,请关注我并为我的答案投票,我会很高兴

以上是关于无法使用 pip3 或 Pip 下载 dlib的主要内容,如果未能解决你的问题,请参考以下文章

PIP无法使用,script文件夹为空解决

无法使用 pip3 在 Mac 上安装 PyQT5

Ubuntu Python:无法 pip install dlib - dlib 构建轮失败,机器几乎卡住

安装 pipenv 导致 pip3 无法使用

无法安装pip3

python3.6.5中pip3无法使用