You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building wheels for collected packages: dlib
Building wheel for dlib (pyproject.toml) ... error
error: subprocess-exited-with-error
× Building wheel for dlib (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [551 lines of output]
running bdist_wheel
running build
running build_ext
Building extension for Python 3.7.16 (default, Jan 17 2023, 16:06:28) [MSC v.1916 64 bit (AMD64)]
Invoking CMake setup: 'cmake C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\tools\python -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\lib.win-amd64-cpython-37 -DPYTHON_EXECUTABLE=C:\Users\yuuuku\anaconda3\envs\yolov7_04072023\python.exe -DCMAKE_LIBRARY_OUTPUT_DIRECTORY_RELEASE=C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\lib.win-amd64-cpython-37 -A x64'
-- Building for: Visual Studio 16 2019
-- Selecting Windows SDK version 10.0.18362.0 to target Windows 10.0.19044.
-- The C compiler identification is MSVC 19.27.29111.0
-- The CXX compiler identification is MSVC 19.27.29111.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.27.29110/bin/Hostx64/x64/cl.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.27.29110/bin/Hostx64/x64/cl.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Deprecation Warning at C:/Users/yuuuku/AppData/Local/Temp/pip-install-apyf8s4o/dlib_5eeb6426fad44433a6fda796431b72dc/dlib/external/pybind11/CMakeLists.txt:8 (cmake_minimum_required):
Compatibility with CMake < 3.5 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
-- pybind11 v2.10.0
CMake Warning (dev) at C:/Users/yuuuku/AppData/Local/Temp/pip-install-apyf8s4o/dlib_5eeb6426fad44433a6fda796431b72dc/dlib/external/pybind11/tools/FindPythonLibsNew.cmake:98 (find_package):
Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules
are removed. Run "cmake --help-policy CMP0148" for policy details. Use
the cmake_policy command to set the policy and suppress this warning.
Call Stack (most recent call first):
C:/Users/yuuuku/AppData/Local/Temp/pip-install-apyf8s4o/dlib_5eeb6426fad44433a6fda796431b72dc/dlib/external/pybind11/tools/pybind11Tools.cmake:50 (find_package)
C:/Users/yuuuku/AppData/Local/Temp/pip-install-apyf8s4o/dlib_5eeb6426fad44433a6fda796431b72dc/dlib/external/pybind11/tools/pybind11Common.cmake:180 (include)
C:/Users/yuuuku/AppData/Local/Temp/pip-install-apyf8s4o/dlib_5eeb6426fad44433a6fda796431b72dc/dlib/external/pybind11/CMakeLists.txt:200 (include)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found PythonInterp: C:/Users/yuuuku/anaconda3/envs/yolov7_04072023/python.exe (found suitable version "3.7.16", minimum required is "3.6")
-- Found PythonLibs: C:/Users/yuuuku/anaconda3/envs/yolov7_04072023/libs/python37.lib
-- Performing Test HAS_MSVC_GL_LTCG
-- Performing Test HAS_MSVC_GL_LTCG - Success
-- Using CMake version: 3.27.0
-- Compiling dlib version: 19.24.2
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of void*
-- Check size of void* - done
-- Enabling SSE2 instructions
-- Could NOT find WebP (missing: WEBP_LIBRARY)
-- Searching for BLAS and LAPACK
-- Searching for BLAS and LAPACK
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - not found
-- Found Threads: TRUE
-- Looking for sgesv
-- Looking for sgesv - not found
-- Looking for sgesv_
-- Looking for sgesv_ - found
CMake Warning (dev) at C:/Users/yuuuku/AppData/Local/Temp/pip-install-apyf8s4o/dlib_5eeb6426fad44433a6fda796431b72dc/dlib/CMakeLists.txt:628 (find_package):
Policy CMP0146 is not set: The FindCUDA module is removed. Run "cmake
--help-policy CMP0146" for policy details. Use the cmake_policy command to
set the policy and suppress this warning.
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found CUDA: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.0 (found suitable version "11.0", minimum required is "7.5")
-- Looking for cuDNN install...
-- Found cuDNN: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.0/lib/x64/cudnn.lib
-- Building a CUDA test project to see if your compiler is compatible with CUDA...
CMake Warning (dev) at C:/Users/yuuuku/AppData/Local/Temp/pip-install-apyf8s4o/dlib_5eeb6426fad44433a6fda796431b72dc/dlib/cmake_utils/test_for_cuda/CMakeLists.txt:10 (find_package):
Policy CMP0146 is not set: The FindCUDA module is removed. Run "cmake
--help-policy CMP0146" for policy details. Use the cmake_policy command to
set the policy and suppress this warning.
This warning is for project developers. Use -Wno-dev to suppress it.
-- *****************************************************************************************************************
-- *** CUDA was found but your compiler failed to compile a simple CUDA program so dlib isn't going to use CUDA.
-- *** The output of the failed CUDA test compile is shown below:
-- ***
-- *** Change Dir: 'C:/Users/yuuuku/AppData/Local/Temp/pip-install-apyf8s4o/dlib_5eeb6426fad44433a6fda796431b72dc/build/temp.win-amd64-cpython-37/Release/dlib_build/cuda_test_build'
***
*** Run Build Command(s): "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/MSBuild/Current/Bin/MSBuild.exe" ALL_BUILD.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=16.0 /v:n
*** Microsoft (R) Build Engine version 16.7.0+b89cb5fde for .NET Framework
*** Copyright (C) Microsoft Corporation. All rights reserved.
***
*** Build started 7/20/2023 9:24:41 AM.
*** Project "C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\ALL_BUILD.vcxproj" on node 1 (default targets).
*** Project "C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\ALL_BUILD.vcxproj" (1) is building "C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\ZERO_CHECK.vcxproj" (2) on node 1 (default targets).
*** PrepareForBuild:
*** Creating directory "x64\Debug\ZERO_CHECK\".
*** C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppBuild.targets(499,5): warning MSB8029: The Intermediate directory or Output directory cannot reside under the Temporary directory as it could lead to issues with incremental build. [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\ZERO_CHECK.vcxproj]
*** Creating directory "x64\Debug\ZERO_CHECK\ZERO_CHECK.tlog\".
*** InitializeBuildStatus:
*** Creating "x64\Debug\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
*** CustomBuild:
*** 1>Checking Build System
*** FinalizeBuildStatus:
*** Deleting file "x64\Debug\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild".
*** Touching "x64\Debug\ZERO_CHECK\ZERO_CHECK.tlog\ZERO_CHECK.lastbuildstate".
*** Done Building Project "C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\ZERO_CHECK.vcxproj" (default targets).
*** Project "C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\ALL_BUILD.vcxproj" (1) is building "C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\cuda_test.vcxproj" (3) on node 1 (default targets).
*** PrepareForBuild:
*** Creating directory "cuda_test.dir\Debug\".
*** C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppBuild.targets(499,5): warning MSB8029: The Intermediate directory or Output directory cannot reside under the Temporary directory as it could lead to issues with incremental build. [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\cuda_test.vcxproj]
*** Creating directory "C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\Debug\".
*** Creating directory "cuda_test.dir\Debug\cuda_test.tlog\".
*** InitializeBuildStatus:
*** Creating "cuda_test.dir\Debug\cuda_test.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
*** ComputeCustomBuildOutput:
*** Creating directory "C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\CMakeFiles\cuda_test.dir\Debug\".
*** CustomBuild:
*** Building NVCC (Device) object CMakeFiles/cuda_test.dir/Debug/cuda_test_generated_cuda_test.cu.obj
*** cuda_test.cu
*** CUSTOMBUILD : nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\cuda_test.vcxproj]
*** CUSTOMBUILD : nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\cuda_test.vcxproj]
*** cuda_test.cu
*** Building Custom Rule C:/Users/yuuuku/AppData/Local/Temp/pip-install-apyf8s4o/dlib_5eeb6426fad44433a6fda796431b72dc/dlib/cmake_utils/test_for_cuda/CMakeLists.txt
*** CMake is re-running because C:/Users/yuuuku/AppData/Local/Temp/pip-install-apyf8s4o/dlib_5eeb6426fad44433a6fda796431b72dc/build/temp.win-amd64-cpython-37/Release/dlib_build/cuda_test_build/CMakeFiles/generate.stamp is out-of-date.
*** the file 'C:/Users/yuuuku/AppData/Local/Temp/pip-install-apyf8s4o/dlib_5eeb6426fad44433a6fda796431b72dc/build/temp.win-amd64-cpython-37/Release/dlib_build/cuda_test_build/CMakeFiles/cuda_test.dir/cuda_test_generated_cuda_test.cu.obj.depend'
*** is newer than 'C:/Users/yuuuku/AppData/Local/Temp/pip-install-apyf8s4o/dlib_5eeb6426fad44433a6fda796431b72dc/build/temp.win-amd64-cpython-37/Release/dlib_build/cuda_test_build/CMakeFiles/generate.stamp.depend'
*** result='-1'
*** -- Selecting Windows SDK version 10.0.18362.0 to target Windows 10.0.19044.
*** -- The C compiler identification is MSVC 19.27.29111.0
*** -- The CXX compiler identification is MSVC 19.27.29111.0
*** -- Detecting C compiler ABI info
*** -- Detecting C compiler ABI info - failed
*** -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.27.29110/bin/Hostx64/x64/cl.exe
*** -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.27.29110/bin/Hostx64/x64/cl.exe - broken
*** CMake Error at C:/Users/yuuuku/AppData/Local/Temp/pip-build-env-lrkincnm/overlay/Lib/site-packages/cmake/data/share/cmake-3.27/Modules/CMakeTestCCompiler.cmake:67 (message):
*** The C compiler
***
*** "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.27.29110/bin/Hostx64/x64/cl.exe"
***
*** is not able to compile a simple test program.
***
*** It fails with the following output:
***
*** Change Dir: 'C:/Users/yuuuku/AppData/Local/Temp/pip-install-apyf8s4o/dlib_5eeb6426fad44433a6fda796431b72dc/build/temp.win-amd64-cpython-37/Release/dlib_build/cuda_test_build/CMakeFiles/CMakeScratch/TryCompile-jyfzh7'
***
*** Run Build Command(s): "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/MSBuild/Current/Bin/MSBuild.exe" cmTC_d6e96.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:VisualStudioVersion=16.0 /v:n
*** Microsoft (R) Build Engine version 16.7.0+b89cb5fde for .NET Framework
*** Copyright (C) Microsoft Corporation. All rights reserved.
***
*** Build started 7/20/2023 9:24:53 AM.
*** Project "C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\CMakeFiles\CMakeScratch\TryCompile-jyfzh7\cmTC_d6e96.vcxproj" on node 1 (default targets).
*** PrepareForBuild:
*** Creating directory "cmTC_d6e96.dir\Debug\".
*** C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppBuild.targets(499,5): warning MSB8029: The Intermediate directory or Output directory cannot reside under the Temporary directory as it could lead to issues with incremental build. [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\CMakeFiles\CMakeScratch\TryCompile-jyfzh7\cmTC_d6e96.vcxproj] [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\cuda_test.vcxproj]
*** Creating directory "C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\CMakeFiles\CMakeScratch\TryCompile-jyfzh7\Debug\".
*** Creating directory "cmTC_d6e96.dir\Debug\cmTC_d6e96.tlog\".
*** InitializeBuildStatus:
*** Creating "cmTC_d6e96.dir\Debug\cmTC_d6e96.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
*** ClCompile:
*** C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.27.29110\bin\HostX64\x64\CL.exe /c /Zi /W3 /WX- /diagnostics:column /Od /Ob0 /D _MBCS /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_d6e96.dir\Debug\\" /Fd"cmTC_d6e96.dir\Debug\vc142.pdb" /Gd /TC /errorReport:queue "C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\CMakeFiles\CMakeScratch\TryCompile-jyfzh7\testCCompiler.c"
*** Microsoft (R) C/C++ Optimizing Compiler Version 19.27.29111 for x64
*** testCCompiler.c
*** Copyright (C) Microsoft Corporation. All rights reserved.
*** cl /c /Zi /W3 /WX- /diagnostics:column /Od /Ob0 /D _MBCS /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_d6e96.dir\Debug\\" /Fd"cmTC_d6e96.dir\Debug\vc142.pdb" /Gd /TC /errorReport:queue "C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\CMakeFiles\CMakeScratch\TryCompile-jyfzh7\testCCompiler.c"
*** Link:
*** C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.27.29110\bin\HostX64\x64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\CMakeFiles\CMakeScratch\TryCompile-jyfzh7\Debug\cmTC_d6e96.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"C:/Users/yuuuku/AppData/Local/Temp/pip-install-apyf8s4o/dlib_5eeb6426fad44433a6fda796431b72dc/build/temp.win-amd64-cpython-37/Release/dlib_build/cuda_test_build/CMakeFiles/CMakeScratch/TryCompile-jyfzh7/Debug/cmTC_d6e96.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/yuuuku/AppData/Local/Temp/pip-install-apyf8s4o/dlib_5eeb6426fad44433a6fda796431b72dc/build/temp.win-amd64-cpython-37/Release/dlib_build/cuda_test_build/CMakeFiles/CMakeScratch/TryCompile-jyfzh7/Debug/cmTC_d6e96.lib" /MACHINE:X64 /machine:x64 cmTC_d6e96.dir\Debug\testCCompiler.obj
*** -- Configuring incomplete, errors occurred!
*** FileTracker : error FTK1011: could not create the new file tracking log file: C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\CMakeFiles\CMakeScratch\TryCompile-jyfzh7\cmTC_d6e96.dir\Debug\cmTC_d6e96.tlog\link-cvtres.read.1.tlog. The system cannot find the path specified. [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\CMakeFiles\CMakeScratch\TryCompile-jyfzh7\cmTC_d6e96.vcxproj] [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\cuda_test.vcxproj]
***
***
***
*** FileTracker : error FTK1011: could not create the new file tracking log file: C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\CMakeFiles\CMakeScratch\TryCompile-jyfzh7\cmTC_d6e96.dir\Debug\cmTC_d6e96.tlog\link-cvtres.write.1.tlog. The system cannot find the path specified. [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\CMakeFiles\CMakeScratch\TryCompile-jyfzh7\cmTC_d6e96.vcxproj] [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\cuda_test.vcxproj]
***
***
***
*** Done Building Project "C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\CMakeFiles\CMakeScratch\TryCompile-jyfzh7\cmTC_d6e96.vcxproj" (default targets) -- FAILED.
***
*** Build FAILED.
***
*** "C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\CMakeFiles\CMakeScratch\TryCompile-jyfzh7\cmTC_d6e96.vcxproj" (default target) (1) ->
*** (PrepareForBuild target) ->
*** C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppBuild.targets(499,5): warning MSB8029: The Intermediate directory or Output directory cannot reside under the Temporary directory as it could lead to issues with incremental build. [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\CMakeFiles\CMakeScratch\TryCompile-jyfzh7\cmTC_d6e96.vcxproj] [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\cuda_test.vcxproj]
***
***
*** "C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\CMakeFiles\CMakeScratch\TryCompile-jyfzh7\cmTC_d6e96.vcxproj" (default target) (1) ->
*** (Link target) ->
*** FileTracker : error FTK1011: could not create the new file tracking log file: C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\CMakeFiles\CMakeScratch\TryCompile-jyfzh7\cmTC_d6e96.dir\Debug\cmTC_d6e96.tlog\link-cvtres.read.1.tlog. The system cannot find the path specified. [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\CMakeFiles\CMakeScratch\TryCompile-jyfzh7\cmTC_d6e96.vcxproj] [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\cuda_test.vcxproj]
*** FileTracker : error FTK1011: could not create the new file tracking log file: C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\CMakeFiles\CMakeScratch\TryCompile-jyfzh7\cmTC_d6e96.dir\Debug\cmTC_d6e96.tlog\link-cvtres.write.1.tlog. The system cannot find the path specified. [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\CMakeFiles\CMakeScratch\TryCompile-jyfzh7\cmTC_d6e96.vcxproj] [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\cuda_test.vcxproj]
***
*** 1 Warning(s)
*** 2 Error(s)
***
*** Time Elapsed 00:00:00.39
***
***
***
***
***
*** CMake will not be able to correctly generate this project.
*** Call Stack (most recent call first):
*** CMakeLists.txt:3 (project)
***
***
*** Done Building Project "C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\cuda_test.vcxproj" (default targets) -- FAILED.
*** Done Building Project "C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\ALL_BUILD.vcxproj" (default targets) -- FAILED.
***
*** Build FAILED.
***
*** "C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\ALL_BUILD.vcxproj" (default target) (1) ->
*** "C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\ZERO_CHECK.vcxproj" (default target) (2) ->
*** (PrepareForBuild target) ->
*** C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppBuild.targets(499,5): warning MSB8029: The Intermediate directory or Output directory cannot reside under the Temporary directory as it could lead to issues with incremental build. [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\ZERO_CHECK.vcxproj]
***
***
*** "C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\ALL_BUILD.vcxproj" (default target) (1) ->
*** "C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\cuda_test.vcxproj" (default target) (3) ->
*** C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppBuild.targets(499,5): warning MSB8029: The Intermediate directory or Output directory cannot reside under the Temporary directory as it could lead to issues with incremental build. [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\cuda_test.vcxproj]
***
***
*** "C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\ALL_BUILD.vcxproj" (default target) (1) ->
*** "C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\cuda_test.vcxproj" (default target) (3) ->
*** (CustomBuild target) ->
*** CUSTOMBUILD : nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\cuda_test.vcxproj]
*** CUSTOMBUILD : nvcc warning : The 'compute_35', 'compute_37', 'compute_50', 'sm_35', 'sm_37' and 'sm_50' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\cuda_test.vcxproj]
***
***
*** "C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\ALL_BUILD.vcxproj" (default target) (1) ->
*** "C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\cuda_test.vcxproj" (default target) (3) ->
*** C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppBuild.targets(499,5): warning MSB8029: The Intermediate directory or Output directory cannot reside under the Temporary directory as it could lead to issues with incremental build. [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\CMakeFiles\CMakeScratch\TryCompile-jyfzh7\cmTC_d6e96.vcxproj] [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\cuda_test.vcxproj]
*** C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppBuild.targets(499,5): warning MSB8029: The Intermediate directory or Output directory cannot reside under the Temporary directory as it could lead to issues with incremental build. [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\CMakeFiles\CMakeScratch\TryCompile-jyfzh7\cmTC_d6e96.vcxproj] [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\cuda_test.vcxproj]
***
***
*** "C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\ALL_BUILD.vcxproj" (default target) (1) ->
*** "C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\cuda_test.vcxproj" (default target) (3) ->
*** (CustomBuild target) ->
*** FileTracker : error FTK1011: could not create the new file tracking log file: C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\CMakeFiles\CMakeScratch\TryCompile-jyfzh7\cmTC_d6e96.dir\Debug\cmTC_d6e96.tlog\link-cvtres.read.1.tlog. The system cannot find the path specified. [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\CMakeFiles\CMakeScratch\TryCompile-jyfzh7\cmTC_d6e96.vcxproj] [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\cuda_test.vcxproj]
*** FileTracker : error FTK1011: could not create the new file tracking log file: C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\CMakeFiles\CMakeScratch\TryCompile-jyfzh7\cmTC_d6e96.dir\Debug\cmTC_d6e96.tlog\link-cvtres.write.1.tlog. The system cannot find the path specified. [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\CMakeFiles\CMakeScratch\TryCompile-jyfzh7\cmTC_d6e96.vcxproj] [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\cuda_test.vcxproj]
*** FileTracker : error FTK1011: could not create the new file tracking log file: C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\CMakeFiles\CMakeScratch\TryCompile-jyfzh7\cmTC_d6e96.dir\Debug\cmTC_d6e96.tlog\link-cvtres.read.1.tlog. The system cannot find the path specified. [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\CMakeFiles\CMakeScratch\TryCompile-jyfzh7\cmTC_d6e96.vcxproj] [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\cuda_test.vcxproj]
*** FileTracker : error FTK1011: could not create the new file tracking log file: C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\CMakeFiles\CMakeScratch\TryCompile-jyfzh7\cmTC_d6e96.dir\Debug\cmTC_d6e96.tlog\link-cvtres.write.1.tlog. The system cannot find the path specified. [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\CMakeFiles\CMakeScratch\TryCompile-jyfzh7\cmTC_d6e96.vcxproj] [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\cuda_test_build\cuda_test.vcxproj]
***
*** 6 Warning(s)
*** 4 Error(s)
***
*** Time Elapsed 00:00:12.54
***
***
-- *****************************************************************************************************************
-- Disabling CUDA support for dlib. DLIB WILL NOT USE CUDA
-- Searching for FFMPEG/LIBAV
-- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
-- PkgConfig could not be found, FFMPEG won't be available
-- Configuring done (32.8s)
-- Generating done (0.1s)
-- Build files have been written to: C:/Users/yuuuku/AppData/Local/Temp/pip-install-apyf8s4o/dlib_5eeb6426fad44433a6fda796431b72dc/build/temp.win-amd64-cpython-37/Release
Invoking CMake build: 'cmake --build . --config Release -- /m'
Microsoft (R) Build Engine version 16.7.0+b89cb5fde for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppBuild.targets(499,5): warning MSB8029: The Intermediate directory or Output directory cannot reside under the Temporary directory as it could lead to issues with incremental build. [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\ZERO_CHECK.vcxproj]
1>Checking Build System
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppBuild.targets(499,5): warning MSB8029: The Intermediate directory or Output directory cannot reside under the Temporary directory as it could lead to issues with incremental build. [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\dlib.vcxproj]
Building Custom Rule C:/Users/yuuuku/AppData/Local/Temp/pip-install-apyf8s4o/dlib_5eeb6426fad44433a6fda796431b72dc/dlib/CMakeLists.txt
base64_kernel_1.cpp
bigint_kernel_1.cpp
bigint_kernel_2.cpp
bit_stream_kernel_1.cpp
entropy_decoder_kernel_1.cpp
entropy_decoder_kernel_2.cpp
entropy_encoder_kernel_1.cpp
entropy_encoder_kernel_2.cpp
md5_kernel_1.cpp
tokenizer_kernel_1.cpp
unicode.cpp
test_for_odr_violations.cpp
fft.cpp
sockets_kernel_1.cpp
bsp.cpp
dir_nav_kernel_1.cpp
dir_nav_kernel_2.cpp
dir_nav_extensions.cpp
fonts.cpp
linker_kernel_1.cpp
extra_logger_headers.cpp
logger_kernel_1.cpp
logger_config_file.cpp
misc_api_kernel_1.cpp
misc_api_kernel_2.cpp
sockets_extensions.cpp
sockets_kernel_2.cpp
sockstreambuf.cpp
sockstreambuf_unbuffered.cpp
server_kernel.cpp
server_iostream.cpp
server_http.cpp
multithreaded_object_extension.cpp
threaded_object_extension.cpp
threads_kernel_1.cpp
threads_kernel_2.cpp
threads_kernel_shared.cpp
thread_pool_extension.cpp
async.cpp
timer.cpp
stack_trace.cpp
cpu_dlib.cpp
tensor_tools.cpp
image_dataset_metadata.cpp
mnist.cpp
cifar.cpp
global_function_search.cpp
kalman_filter.cpp
auto.cpp
widgets.cpp
drawable.cpp
canvas_drawing.cpp
style.cpp
base_widgets.cpp
gui_core_kernel_1.cpp
gui_core_kernel_2.cpp
png_loader.cpp
save_png.cpp
jpeg_loader.cpp
save_jpeg.cpp
arm_init.c
filter_neon_intrinsics.c
palette_neon_intrinsics.c
png.c
pngerror.c
pngget.c
pngmem.c
pngpread.c
pngread.c
pngrio.c
pngrtran.c
pngrutil.c
pngset.c
pngtrans.c
pngwio.c
pngwrite.c
pngwtran.c
pngwutil.c
adler32.c
compress.c
crc32.c
deflate.c
gzclose.c
gzlib.c
gzread.c
C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\dlib\external\zlib\gzread.c(319,20): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\dlib.vcxproj]
C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\dlib\external\zlib\gzread.c(400,35): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\dlib.vcxproj]
C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\dlib\external\zlib\gzread.c(472,33): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\dlib.vcxproj]
gzwrite.c
infback.c
inffast.c
inflate.c
inftrees.c
C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\dlib\external\zlib\gzwrite.c(212,27): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\dlib.vcxproj]
C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\dlib\external\zlib\gzwrite.c(232,24): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\dlib.vcxproj]
C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\dlib\external\zlib\gzwrite.c(371,36): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\dlib.vcxproj]
trees.c
uncompr.c
zutil.c
jaricom.c
jcapimin.c
jcapistd.c
jcarith.c
jccoefct.c
jccolor.c
jcdctmgr.c
jchuff.c
jcinit.c
jcmainct.c
jcmarker.c
jcmaster.c
jcomapi.c
jcparam.c
jcprepct.c
jcsample.c
jdapimin.c
jdapistd.c
jdarith.c
jdatadst.c
jdatasrc.c
jdcoefct.c
jdcolor.c
jddctmgr.c
jdhuff.c
jdinput.c
jdmainct.c
jdmarker.c
jdmaster.c
jdmerge.c
jdpostct.c
jdsample.c
jerror.c
jfdctflt.c
jfdctfst.c
jfdctint.c
jidctflt.c
C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\dlib\external\libjpeg\jerror.c(194,5): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\dlib.vcxproj]
C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\dlib\external\libjpeg\jerror.c(196,5): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\dlib.vcxproj]
C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\dlib\external\libjpeg\jdmarker.c(331,5): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\dlib.vcxproj]
C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\dlib\external\libjpeg\jdmarker.c(654,5): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\dlib.vcxproj]
jidctfst.c
jidctint.c
jmemmgr.c
jmemnobs.c
jquant1.c
jquant2.c
jutils.c
C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\dlib\external\libjpeg\jmemmgr.c(1103,19): warning C4996: 'getenv': This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\dlib.vcxproj]
C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\dlib\external\libjpeg\jmemmgr.c(1106,11): warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\dlib.vcxproj]
dlib.vcxproj -> C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\dlib_build\Release\dlib19.24.2_release_64bit_msvc1927.lib
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppBuild.targets(499,5): warning MSB8029: The Intermediate directory or Output directory cannot reside under the Temporary directory as it could lead to issues with incremental build. [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\_dlib_pybind11.vcxproj]
Building Custom Rule C:/Users/yuuuku/AppData/Local/Temp/pip-install-apyf8s4o/dlib_5eeb6426fad44433a6fda796431b72dc/tools/python/CMakeLists.txt
dlib.cpp
matrix.cpp
vector.cpp
svm_c_trainer.cpp
svm_rank_trainer.cpp
decision_functions.cpp
other.cpp
basic.cpp
cca.cpp
sequence_segmenter.cpp
svm_struct.cpp
image.cpp
image2.cpp
image3.cpp
image4.cpp
rectangles.cpp
object_detection.cpp
shape_predictor.cpp
correlation_tracker.cpp
face_recognition.cpp
cnn_face_detector.cpp
global_optimization.cpp
image_dataset_metadata.cpp
numpy_returns.cpp
line.cpp
gui.cpp
C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\dlib\..\dlib/image_transforms/assign_image.h(86,45): warning C4018: '>=': signed/unsigned mismatch (compiling source file C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\tools\python\src\image3.cpp) [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\_dlib_pybind11.vcxproj]
C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\dlib\..\dlib/image_transforms/assign_image.h(160): message : see reference to function template instantiation 'void dlib::impl_assign_image_scaled<out_image_type,src_image_type>(dlib::image_view<out_image_type> &,const src_image_type &,const double)' being compiled [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\_dlib_pybind11.vcxproj]
with
[
out_image_type=dlib::numpy_image<int8_t>,
src_image_type=dlib::matrix_op<dlib::op_image_to_mat<dlib::numpy_image<uint32_t>,uint32_t>>
] (compiling source file C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\tools\python\src\image3.cpp)
C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\dlib\..\dlib/image_transforms/assign_image.h(177): message : see reference to function template instantiation 'void dlib::impl_assign_image_scaled<dest_image_type,dlib::matrix_op<dlib::op_image_to_mat<src_image_type,T>>>(dest_image_type &,const dlib::matrix_op<dlib::op_image_to_mat<src_image_type,T>> &,const double)' being compiled [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\_dlib_pybind11.vcxproj]
with
[
dest_image_type=dlib::numpy_image<int8_t>,
src_image_type=dlib::numpy_image<uint32_t>,
T=uint32_t
] (compiling source file C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\tools\python\src\image3.cpp)
C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\tools\python\src\image3.cpp(27): message : see reference to function template instantiation 'void dlib::assign_image_scaled<dlib::numpy_image<int8_t>,dlib::numpy_image<uint32_t>>(dest_image_type &,const src_image_type &,const double)' being compiled [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\_dlib_pybind11.vcxproj]
with
[
dest_image_type=dlib::numpy_image<int8_t>,
src_image_type=dlib::numpy_image<uint32_t>
]
C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\tools\python\src\image3.cpp(435): message : see reference to function template instantiation 'pybind11::array convert_image_scaled<uint32_t>(const dlib::numpy_image<uint32_t> &,const std::string &,const double)' being compiled [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\_dlib_pybind11.vcxproj]
C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\dlib\..\dlib/image_transforms/assign_image.h(87,45): warning C4018: '<=': signed/unsigned mismatch (compiling source file C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\tools\python\src\image3.cpp) [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\_dlib_pybind11.vcxproj]
Creating library C:/Users/yuuuku/AppData/Local/Temp/pip-install-apyf8s4o/dlib_5eeb6426fad44433a6fda796431b72dc/build/temp.win-amd64-cpython-37/Release/Release/_dlib_pybind11.lib and object C:/Users/yuuuku/AppData/Local/Temp/pip-install-apyf8s4o/dlib_5eeb6426fad44433a6fda796431b72dc/build/temp.win-amd64-cpython-37/Release/Release/_dlib_pybind11.exp
vector.obj : error LNK2001: unresolved external symbol cblas_dgemv [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\_dlib_pybind11.vcxproj]
dlib19.24.2_release_64bit_msvc1927.lib(auto.obj) : error LNK2001: unresolved external symbol cblas_dgemv [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\_dlib_pybind11.vcxproj]
dlib19.24.2_release_64bit_msvc1927.lib(global_function_search.obj) : error LNK2001: unresolved external symbol cblas_dgemv [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\_dlib_pybind11.vcxproj]
vector.obj : error LNK2001: unresolved external symbol cblas_dgemm [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\_dlib_pybind11.vcxproj]
dlib19.24.2_release_64bit_msvc1927.lib(auto.obj) : error LNK2001: unresolved external symbol cblas_dgemm [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\_dlib_pybind11.vcxproj]
dlib19.24.2_release_64bit_msvc1927.lib(global_function_search.obj) : error LNK2001: unresolved external symbol cblas_dgemm [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\_dlib_pybind11.vcxproj]
vector.obj : error LNK2001: unresolved external symbol cblas_dger [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\_dlib_pybind11.vcxproj]
vector.obj : error LNK2001: unresolved external symbol cblas_ddot [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\_dlib_pybind11.vcxproj]
dlib19.24.2_release_64bit_msvc1927.lib(auto.obj) : error LNK2001: unresolved external symbol cblas_ddot [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\_dlib_pybind11.vcxproj]
dlib19.24.2_release_64bit_msvc1927.lib(global_function_search.obj) : error LNK2001: unresolved external symbol cblas_ddot [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\_dlib_pybind11.vcxproj]
svm_c_trainer.obj : error LNK2001: unresolved external symbol cblas_dscal [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\_dlib_pybind11.vcxproj]
dlib19.24.2_release_64bit_msvc1927.lib(auto.obj) : error LNK2001: unresolved external symbol cblas_dscal [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\_dlib_pybind11.vcxproj]
dlib19.24.2_release_64bit_msvc1927.lib(global_function_search.obj) : error LNK2001: unresolved external symbol cblas_dscal [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\_dlib_pybind11.vcxproj]
svm_c_trainer.obj : error LNK2001: unresolved external symbol cblas_dtrsm [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\_dlib_pybind11.vcxproj]
dlib19.24.2_release_64bit_msvc1927.lib(global_function_search.obj) : error LNK2001: unresolved external symbol cblas_dtrsm [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\_dlib_pybind11.vcxproj]
svm_c_trainer.obj : error LNK2001: unresolved external symbol cblas_daxpy [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\_dlib_pybind11.vcxproj]
dlib19.24.2_release_64bit_msvc1927.lib(auto.obj) : error LNK2001: unresolved external symbol cblas_daxpy [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\_dlib_pybind11.vcxproj]
dlib19.24.2_release_64bit_msvc1927.lib(global_function_search.obj) : error LNK2001: unresolved external symbol cblas_daxpy [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\_dlib_pybind11.vcxproj]
image.obj : error LNK2001: unresolved external symbol cblas_sger [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\_dlib_pybind11.vcxproj]
image.obj : error LNK2001: unresolved external symbol cblas_sscal [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\_dlib_pybind11.vcxproj]
dlib19.24.2_release_64bit_msvc1927.lib(auto.obj) : error LNK2001: unresolved external symbol cblas_sscal [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\_dlib_pybind11.vcxproj]
dlib19.24.2_release_64bit_msvc1927.lib(tensor_tools.obj) : error LNK2001: unresolved external symbol cblas_sscal [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\_dlib_pybind11.vcxproj]
dlib19.24.2_release_64bit_msvc1927.lib(cpu_dlib.obj) : error LNK2001: unresolved external symbol cblas_sscal [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\_dlib_pybind11.vcxproj]
image.obj : error LNK2001: unresolved external symbol cblas_saxpy [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\_dlib_pybind11.vcxproj]
dlib19.24.2_release_64bit_msvc1927.lib(auto.obj) : error LNK2001: unresolved external symbol cblas_saxpy [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\_dlib_pybind11.vcxproj]
dlib19.24.2_release_64bit_msvc1927.lib(tensor_tools.obj) : error LNK2001: unresolved external symbol cblas_saxpy [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\_dlib_pybind11.vcxproj]
dlib19.24.2_release_64bit_msvc1927.lib(cpu_dlib.obj) : error LNK2001: unresolved external symbol cblas_saxpy [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\_dlib_pybind11.vcxproj]
shape_predictor.obj : error LNK2001: unresolved external symbol cblas_sdot [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\_dlib_pybind11.vcxproj]
correlation_tracker.obj : error LNK2001: unresolved external symbol cblas_zaxpy [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\_dlib_pybind11.vcxproj]
correlation_tracker.obj : error LNK2001: unresolved external symbol cblas_zscal [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\_dlib_pybind11.vcxproj]
dlib19.24.2_release_64bit_msvc1927.lib(tensor_tools.obj) : error LNK2001: unresolved external symbol cblas_strsm [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\_dlib_pybind11.vcxproj]
dlib19.24.2_release_64bit_msvc1927.lib(tensor_tools.obj) : error LNK2001: unresolved external symbol cblas_sgemm [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\_dlib_pybind11.vcxproj]
dlib19.24.2_release_64bit_msvc1927.lib(cpu_dlib.obj) : error LNK2001: unresolved external symbol cblas_sgemm [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\_dlib_pybind11.vcxproj]
C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\lib.win-amd64-cpython-37\_dlib_pybind11.cp37-win_amd64.pyd : fatal error LNK1120: 15 unresolved externals [C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\temp.win-amd64-cpython-37\Release\_dlib_pybind11.vcxproj]
C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\setup.py:125: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
if LooseVersion(cmake_version) < '3.1.0':
Traceback (most recent call last):
File "C:\Users\yuuuku\anaconda3\envs\yolov7_04072023\lib\site-packages\pip\_vendor\pep517\in_process\_in_process.py", line 351, in <module>
main()
File "C:\Users\yuuuku\anaconda3\envs\yolov7_04072023\lib\site-packages\pip\_vendor\pep517\in_process\_in_process.py", line 333, in main
json_out['return_val'] = hook(**hook_input['kwargs'])
File "C:\Users\yuuuku\anaconda3\envs\yolov7_04072023\lib\site-packages\pip\_vendor\pep517\in_process\_in_process.py", line 250, in build_wheel
metadata_directory)
File "C:\Users\yuuuku\AppData\Local\Temp\pip-build-env-lrkincnm\overlay\Lib\site-packages\setuptools\build_meta.py", line 417, in build_wheel
wheel_directory, config_settings)
File "C:\Users\yuuuku\AppData\Local\Temp\pip-build-env-lrkincnm\overlay\Lib\site-packages\setuptools\build_meta.py", line 401, in _build_with_temp_dir
self.run_setup()
File "C:\Users\yuuuku\AppData\Local\Temp\pip-build-env-lrkincnm\overlay\Lib\site-packages\setuptools\build_meta.py", line 338, in run_setup
exec(code, locals())
File "<string>", line 250, in <module>
File "C:\Users\yuuuku\AppData\Local\Temp\pip-build-env-lrkincnm\overlay\Lib\site-packages\setuptools\__init__.py", line 107, in setup
return distutils.core.setup(**attrs)
File "C:\Users\yuuuku\AppData\Local\Temp\pip-build-env-lrkincnm\overlay\Lib\site-packages\setuptools\_distutils\core.py", line 185, in setup
return run_commands(dist)
File "C:\Users\yuuuku\AppData\Local\Temp\pip-build-env-lrkincnm\overlay\Lib\site-packages\setuptools\_distutils\core.py", line 201, in run_commands
dist.run_commands()
File "C:\Users\yuuuku\AppData\Local\Temp\pip-build-env-lrkincnm\overlay\Lib\site-packages\setuptools\_distutils\dist.py", line 969, in run_commands
self.run_command(cmd)
File "C:\Users\yuuuku\AppData\Local\Temp\pip-build-env-lrkincnm\overlay\Lib\site-packages\setuptools\dist.py", line 1234, in run_command
super().run_command(command)
File "C:\Users\yuuuku\AppData\Local\Temp\pip-build-env-lrkincnm\overlay\Lib\site-packages\setuptools\_distutils\dist.py", line 988, in run_command
cmd_obj.run()
File "C:\Users\yuuuku\AppData\Local\Temp\pip-build-env-lrkincnm\overlay\Lib\site-packages\wheel\bdist_wheel.py", line 343, in run
self.run_command("build")
File "C:\Users\yuuuku\AppData\Local\Temp\pip-build-env-lrkincnm\overlay\Lib\site-packages\setuptools\_distutils\cmd.py", line 318, in run_command
self.distribution.run_command(command)
File "C:\Users\yuuuku\AppData\Local\Temp\pip-build-env-lrkincnm\overlay\Lib\site-packages\setuptools\dist.py", line 1234, in run_command
super().run_command(command)
File "C:\Users\yuuuku\AppData\Local\Temp\pip-build-env-lrkincnm\overlay\Lib\site-packages\setuptools\_distutils\dist.py", line 988, in run_command
cmd_obj.run()
File "C:\Users\yuuuku\AppData\Local\Temp\pip-build-env-lrkincnm\overlay\Lib\site-packages\setuptools\_distutils\command\build.py", line 131, in run
self.run_command(cmd_name)
File "C:\Users\yuuuku\AppData\Local\Temp\pip-build-env-lrkincnm\overlay\Lib\site-packages\setuptools\_distutils\cmd.py", line 318, in run_command
self.distribution.run_command(command)
File "C:\Users\yuuuku\AppData\Local\Temp\pip-build-env-lrkincnm\overlay\Lib\site-packages\setuptools\dist.py", line 1234, in run_command
super().run_command(command)
File "C:\Users\yuuuku\AppData\Local\Temp\pip-build-env-lrkincnm\overlay\Lib\site-packages\setuptools\_distutils\dist.py", line 988, in run_command
cmd_obj.run()
File "<string>", line 130, in run
File "<string>", line 170, in build_extension
File "C:\Users\yuuuku\anaconda3\envs\yolov7_04072023\lib\subprocess.py", line 363, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['cmake', '--build', '.', '--config', 'Release', '--', '/m']' returned non-zero exit status 1.
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for dlib
Failed to build dlib
ERROR: Could not build wheels for dlib, which is required to install pyproject.toml-based projects
The text was updated successfully, but these errors were encountered:
Installing in Anaconda environment on Windows 10.
Building wheels for collected packages: dlib
Building wheel for dlib (pyproject.toml) ... error
error: subprocess-exited-with-error
× Building wheel for dlib (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [551 lines of output]
running bdist_wheel
running build
running build_ext
Building extension for Python 3.7.16 (default, Jan 17 2023, 16:06:28) [MSC v.1916 64 bit (AMD64)]
Invoking CMake setup: 'cmake C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\tools\python -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\lib.win-amd64-cpython-37 -DPYTHON_EXECUTABLE=C:\Users\yuuuku\anaconda3\envs\yolov7_04072023\python.exe -DCMAKE_LIBRARY_OUTPUT_DIRECTORY_RELEASE=C:\Users\yuuuku\AppData\Local\Temp\pip-install-apyf8s4o\dlib_5eeb6426fad44433a6fda796431b72dc\build\lib.win-amd64-cpython-37 -A x64'
-- Building for: Visual Studio 16 2019
-- Selecting Windows SDK version 10.0.18362.0 to target Windows 10.0.19044.
-- The C compiler identification is MSVC 19.27.29111.0
-- The CXX compiler identification is MSVC 19.27.29111.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.27.29110/bin/Hostx64/x64/cl.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.27.29110/bin/Hostx64/x64/cl.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Deprecation Warning at C:/Users/yuuuku/AppData/Local/Temp/pip-install-apyf8s4o/dlib_5eeb6426fad44433a6fda796431b72dc/dlib/external/pybind11/CMakeLists.txt:8 (cmake_minimum_required):
Compatibility with CMake < 3.5 will be removed from a future version of
CMake.
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for dlib
Failed to build dlib
ERROR: Could not build wheels for dlib, which is required to install pyproject.toml-based projects
The text was updated successfully, but these errors were encountered: