Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- C:\Users\Kevin Gree>pip install face_recognition
- Collecting face_recognition
- Using cached face_recognition-1.3.0-py2.py3-none-any.whl (15 kB)
- Requirement already satisfied: Click>=6.0 in c:\users\kevin gree\anaconda3\lib\site-packages (from face_recognition) (7.1.2)
- Requirement already satisfied: numpy in c:\users\kevin gree\anaconda3\lib\site-packages (from face_recognition) (1.20.1)
- Collecting dlib>=19.7
- Using cached dlib-19.22.1.tar.gz (7.4 MB)
- Requirement already satisfied: face-recognition-models>=0.3.0 in c:\users\kevin gree\anaconda3\lib\site-packages (from face_recognition) (0.3.0)
- Requirement already satisfied: Pillow in c:\users\kevin gree\anaconda3\lib\site-packages (from face_recognition) (8.2.0)
- Building wheels for collected packages: dlib
- Building wheel for dlib (setup.py) ... error
- ERROR: Command errored out with exit status 1:
- command: 'C:\Users\Kevin Gree\anaconda3\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Kevin Gree\\AppData\\Local\\Temp\\pip-install-wuq8r2l6\\dlib_863ca44d92d24e448c53f5bd1c236bea\\setup.py'"'"'; __file__='"'"'C:\\Users\\Kevin Gree\\AppData\\Local\\Temp\\pip-install-wuq8r2l6\\dlib_863ca44d92d24e448c53f5bd1c236bea\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d 'C:\Users\Kevin Gree\AppData\Local\Temp\pip-wheel-xysbu243'
- cwd: C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\
- Complete output (291 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.8.8 (default, Apr 13 2021, 15:08:03) [MSC v.1916 64 bit (AMD64)]
- Invoking CMake setup: 'cmake C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\tools\python -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\lib.win-amd64-3.8 -DPYTHON_EXECUTABLE=C:\Users\Kevin Gree\anaconda3\python.exe -DCMAKE_LIBRARY_OUTPUT_DIRECTORY_RELEASE=C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\lib.win-amd64-3.8 -A x64'
- -- Building for: Visual Studio 16 2019
- -- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.19042.
- -- The C compiler identification is MSVC 19.29.30136.0
- -- The CXX compiler identification is MSVC 19.29.30136.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.29.30133/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.29.30133/bin/Hostx64/x64/cl.exe - skipped
- -- Detecting CXX compile features
- -- Detecting CXX compile features - done
- -- Found PythonInterp: C:/Users/Kevin Gree/anaconda3/python.exe (found version "3.8.8")
- -- Found PythonLibs: C:/Users/Kevin Gree/anaconda3/libs/Python38.lib
- -- pybind11 v2.2.4
- -- Using CMake version: 3.21.3
- -- Compiling dlib version: 19.22.1
- -- 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
- -- Searching for BLAS and LAPACK
- -- Searching for BLAS and LAPACK
- -- Looking for pthread.h
- -- Looking for pthread.h - not found
- -- Found Threads: TRUE
- -- Found CUDA: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.4 (found suitable version "11.4", minimum required is "7.5")
- -- Looking for cuDNN install...
- -- *** cuDNN V5.0 OR GREATER NOT FOUND. ***
- -- *** Dlib requires cuDNN V5.0 OR GREATER. Since cuDNN is not found DLIB WILL NOT USE CUDA. ***
- -- *** If you have cuDNN then set CMAKE_PREFIX_PATH to include cuDNN's folder. ***
- -- Disabling CUDA support for dlib. DLIB WILL NOT USE CUDA
- -- C++11 activated.
- -- Configuring done
- -- Generating done
- -- Build files have been written to: C:/Users/Kevin Gree/AppData/Local/Temp/pip-install-wuq8r2l6/dlib_863ca44d92d24e448c53f5bd1c236bea/build/temp.win-amd64-3.8/Release
- Invoking CMake build: 'cmake --build . --config Release -- /m'
- Microsoft (R) Build Engine version 16.11.1+3e40a09f8 for .NET Framework
- Copyright (C) Microsoft Corporation. All rights reserved.
- Checking Build System
- Building Custom Rule C:/Users/Kevin Gree/AppData/Local/Temp/pip-install-wuq8r2l6/dlib_863ca44d92d24e448c53f5bd1c236bea/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
- 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
- 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
- gzwrite.c
- infback.c
- inffast.c
- inflate.c
- inftrees.c
- trees.c
- uncompr.c
- zutil.c
- C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\dlib\external\zlib\gzwrite.c(212,27): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\dlib_build\dlib.vcxproj]
- jaricom.c
- jcapimin.c
- C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\dlib\external\zlib\gzwrite.c(232,24): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\dlib_build\dlib.vcxproj]
- C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\dlib\external\zlib\gzread.c(319,20): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\dlib_build\dlib.vcxproj]
- C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\dlib\external\zlib\gzwrite.c(371,36): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\dlib_build\dlib.vcxproj]
- jcapistd.c
- jcarith.c
- jccoefct.c
- jccolor.c
- jcdctmgr.c
- jchuff.c
- C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\dlib\external\zlib\gzread.c(400,35): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\dlib_build\dlib.vcxproj]
- jcinit.c
- C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\dlib\external\zlib\gzread.c(472,33): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\dlib_build\dlib.vcxproj]
- 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
- C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\dlib\external\libjpeg\jdatadst.c(185,60): warning C4267: '=': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\dlib_build\dlib.vcxproj]
- jerror.c
- jfdctflt.c
- jfdctfst.c
- jfdctint.c
- jidctflt.c
- jidctfst.c
- jidctint.c
- jmemmgr.c
- jmemnobs.c
- jquant1.c
- jquant2.c
- jutils.c
- C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\dlib\external\libjpeg\jerror.c(193,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\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\dlib_build\dlib.vcxproj]
- C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\dlib\external\libjpeg\jerror.c(195,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\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\dlib_build\dlib.vcxproj]
- C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\dlib\external\libjpeg\jmemmgr.c(307,53): warning C4267: '+=': conversion from 'size_t' to 'long', possible loss of data [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\dlib_build\dlib.vcxproj]
- C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\dlib\external\libjpeg\jmemmgr.c(367,70): warning C4267: '+=': conversion from 'size_t' to 'long', possible loss of data [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\dlib_build\dlib.vcxproj]
- C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\dlib\external\libjpeg\jmemmgr.c(977,46): warning C4267: '-=': conversion from 'size_t' to 'long', possible loss of data [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\dlib_build\dlib.vcxproj]
- C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\dlib\external\libjpeg\jmemmgr.c(991,46): warning C4267: '-=': conversion from 'size_t' to 'long', possible loss of data [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\dlib_build\dlib.vcxproj]
- C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\dlib\external\libjpeg\jmemmgr.c(1107,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\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\dlib_build\dlib.vcxproj]
- C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\dlib\external\libjpeg\jmemmgr.c(1110,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\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\dlib_build\dlib.vcxproj]
- dlib.vcxproj -> C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\dlib_build\Release\dlib19.22.1_release_64bit_msvc1929.lib
- Building Custom Rule C:/Users/Kevin Gree/AppData/Local/Temp/pip-install-wuq8r2l6/dlib_863ca44d92d24e448c53f5bd1c236bea/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
- C:\Users\Kevin Gree\anaconda3\Library\include\gif_lib.h(286,61): error C2734: 'GifAsciiTable8x8': 'const' object must be initialized if not 'extern' (compiling source file C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\tools\python\src\image2.cpp) [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\_dlib_pybind11.vcxproj]
- C:\Users\Kevin Gree\anaconda3\Library\include\gif_lib.h(286,61): error C2734: 'GifAsciiTable8x8': 'const' object must be initialized if not 'extern' (compiling source file C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\tools\python\src\matrix.cpp) [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\_dlib_pybind11.vcxproj]
- C:\Users\Kevin Gree\anaconda3\Library\include\gif_lib.h(286,61): error C2734: 'GifAsciiTable8x8': 'const' object must be initialized if not 'extern' (compiling source file C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\tools\python\src\image3.cpp) [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\_dlib_pybind11.vcxproj]
- C:\Users\Kevin Gree\anaconda3\Library\include\gif_lib.h(286,61): error C2734: 'GifAsciiTable8x8': 'const' object must be initialized if not 'extern' (compiling source file C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\tools\python\src\image.cpp) [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\_dlib_pybind11.vcxproj]
- C:\Users\Kevin Gree\anaconda3\Library\include\gif_lib.h(286,61): error C2734: 'GifAsciiTable8x8': 'const' object must be initialized if not 'extern' (compiling source file C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\tools\python\src\dlib.cpp) [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\_dlib_pybind11.vcxproj]
- C:\Users\Kevin Gree\anaconda3\Library\include\gif_lib.h(286,61): error C2734: 'GifAsciiTable8x8': 'const' object must be initialized if not 'extern' (compiling source file C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\tools\python\src\decision_functions.cpp) [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\_dlib_pybind11.vcxproj]
- C:\Users\Kevin Gree\anaconda3\Library\include\gif_lib.h(286,61): error C2734: 'GifAsciiTable8x8': 'const' object must be initialized if not 'extern' (compiling source file C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\tools\python\src\image4.cpp) [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\_dlib_pybind11.vcxproj]
- C:\Users\Kevin Gree\anaconda3\Library\include\gif_lib.h(286,61): error C2734: 'GifAsciiTable8x8': 'const' object must be initialized if not 'extern' (compiling source file C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\tools\python\src\vector.cpp) [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\_dlib_pybind11.vcxproj]
- C:\Users\Kevin Gree\anaconda3\Library\include\gif_lib.h(286,61): error C2734: 'GifAsciiTable8x8': 'const' object must be initialized if not 'extern' (compiling source file C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\tools\python\src\other.cpp) [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\_dlib_pybind11.vcxproj]
- C:\Users\Kevin Gree\anaconda3\Library\include\gif_lib.h(286,61): error C2734: 'GifAsciiTable8x8': 'const' object must be initialized if not 'extern' (compiling source file C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\tools\python\src\svm_c_trainer.cpp) [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\_dlib_pybind11.vcxproj]
- C:\Users\Kevin Gree\anaconda3\Library\include\gif_lib.h(286,61): error C2734: 'GifAsciiTable8x8': 'const' object must be initialized if not 'extern' (compiling source file C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\tools\python\src\cca.cpp) [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\_dlib_pybind11.vcxproj]
- C:\Users\Kevin Gree\anaconda3\Library\include\gif_lib.h(286,61): error C2734: 'GifAsciiTable8x8': 'const' object must be initialized if not 'extern' (compiling source file C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\tools\python\src\svm_struct.cpp) [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\_dlib_pybind11.vcxproj]
- object_detection.cpp
- C:\Users\Kevin Gree\anaconda3\Library\include\gif_lib.h(286,61): error C2734: 'GifAsciiTable8x8': 'const' object must be initialized if not 'extern' (compiling source file C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\tools\python\src\rectangles.cpp) [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\_dlib_pybind11.vcxproj]
- C:\Users\Kevin Gree\anaconda3\Library\include\gif_lib.h(286,61): error C2734: 'GifAsciiTable8x8': 'const' object must be initialized if not 'extern' (compiling source file C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\tools\python\src\basic.cpp) [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\_dlib_pybind11.vcxproj]
- C:\Users\Kevin Gree\anaconda3\Library\include\gif_lib.h(286,61): error C2734: 'GifAsciiTable8x8': 'const' object must be initialized if not 'extern' (compiling source file C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\tools\python\src\sequence_segmenter.cpp) [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\_dlib_pybind11.vcxproj]
- shape_predictor.cpp
- C:\Users\Kevin Gree\anaconda3\Library\include\gif_lib.h(286,61): error C2734: 'GifAsciiTable8x8': 'const' object must be initialized if not 'extern' (compiling source file C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\tools\python\src\svm_rank_trainer.cpp) [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\_dlib_pybind11.vcxproj]
- 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\Kevin Gree\anaconda3\Library\include\gif_lib.h(286,61): error C2734: 'GifAsciiTable8x8': 'const' object must be initialized if not 'extern' (compiling source file C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\tools\python\src\object_detection.cpp) [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\_dlib_pybind11.vcxproj]
- C:\Users\Kevin Gree\anaconda3\Library\include\gif_lib.h(286,61): error C2734: 'GifAsciiTable8x8': 'const' object must be initialized if not 'extern' (compiling source file C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\tools\python\src\shape_predictor.cpp) [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\_dlib_pybind11.vcxproj]
- C:\Users\Kevin Gree\anaconda3\Library\include\gif_lib.h(286,61): error C2734: 'GifAsciiTable8x8': 'const' object must be initialized if not 'extern' (compiling source file C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\tools\python\src\correlation_tracker.cpp) [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\_dlib_pybind11.vcxproj]
- C:\Users\Kevin Gree\anaconda3\Library\include\gif_lib.h(286,61): error C2734: 'GifAsciiTable8x8': 'const' object must be initialized if not 'extern' (compiling source file C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\tools\python\src\face_recognition.cpp) [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\_dlib_pybind11.vcxproj]
- C:\Users\Kevin Gree\anaconda3\Library\include\gif_lib.h(286,61): error C2734: 'GifAsciiTable8x8': 'const' object must be initialized if not 'extern' (compiling source file C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\tools\python\src\cnn_face_detector.cpp) [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\_dlib_pybind11.vcxproj]
- C:\Users\Kevin Gree\anaconda3\Library\include\gif_lib.h(286,61): error C2734: 'GifAsciiTable8x8': 'const' object must be initialized if not 'extern' (compiling source file C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\tools\python\src\numpy_returns.cpp) [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\_dlib_pybind11.vcxproj]
- C:\Users\Kevin Gree\anaconda3\Library\include\gif_lib.h(286,61): error C2734: 'GifAsciiTable8x8': 'const' object must be initialized if not 'extern' (compiling source file C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\tools\python\src\global_optimization.cpp) [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\_dlib_pybind11.vcxproj]
- C:\Users\Kevin Gree\anaconda3\Library\include\gif_lib.h(286,61): error C2734: 'GifAsciiTable8x8': 'const' object must be initialized if not 'extern' (compiling source file C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\tools\python\src\image_dataset_metadata.cpp) [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\_dlib_pybind11.vcxproj]
- C:\Users\Kevin Gree\anaconda3\Library\include\gif_lib.h(286,61): error C2734: 'GifAsciiTable8x8': 'const' object must be initialized if not 'extern' (compiling source file C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\tools\python\src\line.cpp) [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\_dlib_pybind11.vcxproj]
- C:\Users\Kevin Gree\anaconda3\Library\include\gif_lib.h(286,61): error C2734: 'GifAsciiTable8x8': 'const' object must be initialized if not 'extern' (compiling source file C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\tools\python\src\gui.cpp) [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\_dlib_pybind11.vcxproj]
- Traceback (most recent call last):
- File "<string>", line 1, in <module>
- File "C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\setup.py", line 222, in <module>
- setup(
- File "C:\Users\Kevin Gree\anaconda3\lib\site-packages\setuptools\__init__.py", line 153, in setup
- return distutils.core.setup(**attrs)
- File "C:\Users\Kevin Gree\anaconda3\lib\distutils\core.py", line 148, in setup
- dist.run_commands()
- File "C:\Users\Kevin Gree\anaconda3\lib\distutils\dist.py", line 966, in run_commands
- self.run_command(cmd)
- File "C:\Users\Kevin Gree\anaconda3\lib\distutils\dist.py", line 985, in run_command
- cmd_obj.run()
- File "C:\Users\Kevin Gree\anaconda3\lib\site-packages\wheel\bdist_wheel.py", line 299, in run
- self.run_command('build')
- File "C:\Users\Kevin Gree\anaconda3\lib\distutils\cmd.py", line 313, in run_command
- self.distribution.run_command(command)
- File "C:\Users\Kevin Gree\anaconda3\lib\distutils\dist.py", line 985, in run_command
- cmd_obj.run()
- File "C:\Users\Kevin Gree\anaconda3\lib\distutils\command\build.py", line 135, in run
- self.run_command(cmd_name)
- File "C:\Users\Kevin Gree\anaconda3\lib\distutils\cmd.py", line 313, in run_command
- self.distribution.run_command(command)
- File "C:\Users\Kevin Gree\anaconda3\lib\distutils\dist.py", line 985, in run_command
- cmd_obj.run()
- File "C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\setup.py", line 134, in run
- self.build_extension(ext)
- File "C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\setup.py", line 174, in build_extension
- subprocess.check_call(cmake_build, cwd=build_folder)
- File "C:\Users\Kevin Gree\anaconda3\lib\subprocess.py", line 364, in check_call
- raise CalledProcessError(retcode, cmd)
- subprocess.CalledProcessError: Command '['cmake', '--build', '.', '--config', 'Release', '--', '/m']' returned non-zero exit status 1.
- ----------------------------------------
- ERROR: Failed building wheel for dlib
- Running setup.py clean for dlib
- Failed to build dlib
- Installing collected packages: dlib, face-recognition
- Running setup.py install for dlib ... error
- ERROR: Command errored out with exit status 1:
- command: 'C:\Users\Kevin Gree\anaconda3\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Kevin Gree\\AppData\\Local\\Temp\\pip-install-wuq8r2l6\\dlib_863ca44d92d24e448c53f5bd1c236bea\\setup.py'"'"'; __file__='"'"'C:\\Users\\Kevin Gree\\AppData\\Local\\Temp\\pip-install-wuq8r2l6\\dlib_863ca44d92d24e448c53f5bd1c236bea\\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\Kevin Gree\AppData\Local\Temp\pip-record-iz7kdckr\install-record.txt' --single-version-externally-managed --compile --install-headers 'C:\Users\Kevin Gree\anaconda3\Include\dlib'
- cwd: C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\
- Complete output (293 lines):
- running install
- 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.8.8 (default, Apr 13 2021, 15:08:03) [MSC v.1916 64 bit (AMD64)]
- Invoking CMake setup: 'cmake C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\tools\python -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\lib.win-amd64-3.8 -DPYTHON_EXECUTABLE=C:\Users\Kevin Gree\anaconda3\python.exe -DCMAKE_LIBRARY_OUTPUT_DIRECTORY_RELEASE=C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\lib.win-amd64-3.8 -A x64'
- -- Building for: Visual Studio 16 2019
- -- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.19042.
- -- The C compiler identification is MSVC 19.29.30136.0
- -- The CXX compiler identification is MSVC 19.29.30136.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.29.30133/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.29.30133/bin/Hostx64/x64/cl.exe - skipped
- -- Detecting CXX compile features
- -- Detecting CXX compile features - done
- -- Found PythonInterp: C:/Users/Kevin Gree/anaconda3/python.exe (found version "3.8.8")
- -- Found PythonLibs: C:/Users/Kevin Gree/anaconda3/libs/Python38.lib
- -- pybind11 v2.2.4
- -- Using CMake version: 3.21.3
- -- Compiling dlib version: 19.22.1
- -- 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
- -- Searching for BLAS and LAPACK
- -- Searching for BLAS and LAPACK
- -- Looking for pthread.h
- -- Looking for pthread.h - not found
- -- Found Threads: TRUE
- -- Found CUDA: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.4 (found suitable version "11.4", minimum required is "7.5")
- -- Looking for cuDNN install...
- -- *** cuDNN V5.0 OR GREATER NOT FOUND. ***
- -- *** Dlib requires cuDNN V5.0 OR GREATER. Since cuDNN is not found DLIB WILL NOT USE CUDA. ***
- -- *** If you have cuDNN then set CMAKE_PREFIX_PATH to include cuDNN's folder. ***
- -- Disabling CUDA support for dlib. DLIB WILL NOT USE CUDA
- -- C++11 activated.
- -- Configuring done
- -- Generating done
- -- Build files have been written to: C:/Users/Kevin Gree/AppData/Local/Temp/pip-install-wuq8r2l6/dlib_863ca44d92d24e448c53f5bd1c236bea/build/temp.win-amd64-3.8/Release
- Invoking CMake build: 'cmake --build . --config Release -- /m'
- Microsoft (R) Build Engine version 16.11.1+3e40a09f8 for .NET Framework
- Copyright (C) Microsoft Corporation. All rights reserved.
- Checking Build System
- Building Custom Rule C:/Users/Kevin Gree/AppData/Local/Temp/pip-install-wuq8r2l6/dlib_863ca44d92d24e448c53f5bd1c236bea/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
- 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
- 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
- gzwrite.c
- infback.c
- C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\dlib\external\zlib\gzread.c(319,20): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\dlib_build\dlib.vcxproj]
- inffast.c
- C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\dlib\external\zlib\gzwrite.c(212,27): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\dlib_build\dlib.vcxproj]
- C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\dlib\external\zlib\gzread.c(400,35): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\dlib_build\dlib.vcxproj]
- C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\dlib\external\zlib\gzwrite.c(232,24): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\dlib_build\dlib.vcxproj]
- inflate.c
- inftrees.c
- trees.c
- uncompr.c
- C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\dlib\external\zlib\gzread.c(472,33): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\dlib_build\dlib.vcxproj]
- C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\dlib\external\zlib\gzwrite.c(371,36): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\dlib_build\dlib.vcxproj]
- 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
- C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\dlib\external\libjpeg\jdatadst.c(185,60): warning C4267: '=': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\dlib_build\dlib.vcxproj]
- jdmarker.c
- jdmaster.c
- jdmerge.c
- jdpostct.c
- jdsample.c
- jerror.c
- jfdctflt.c
- jfdctfst.c
- jfdctint.c
- jidctflt.c
- jidctfst.c
- jidctint.c
- C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\dlib\external\libjpeg\jerror.c(193,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\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\dlib_build\dlib.vcxproj]
- C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\dlib\external\libjpeg\jerror.c(195,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\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\dlib_build\dlib.vcxproj]
- jmemmgr.c
- jmemnobs.c
- jquant1.c
- jquant2.c
- jutils.c
- C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\dlib\external\libjpeg\jmemmgr.c(307,53): warning C4267: '+=': conversion from 'size_t' to 'long', possible loss of data [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\dlib_build\dlib.vcxproj]
- C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\dlib\external\libjpeg\jmemmgr.c(367,70): warning C4267: '+=': conversion from 'size_t' to 'long', possible loss of data [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\dlib_build\dlib.vcxproj]
- C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\dlib\external\libjpeg\jmemmgr.c(977,46): warning C4267: '-=': conversion from 'size_t' to 'long', possible loss of data [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\dlib_build\dlib.vcxproj]
- C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\dlib\external\libjpeg\jmemmgr.c(991,46): warning C4267: '-=': conversion from 'size_t' to 'long', possible loss of data [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\dlib_build\dlib.vcxproj]
- C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\dlib\external\libjpeg\jmemmgr.c(1107,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\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\dlib_build\dlib.vcxproj]
- C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\dlib\external\libjpeg\jmemmgr.c(1110,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\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\dlib_build\dlib.vcxproj]
- dlib.vcxproj -> C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\dlib_build\Release\dlib19.22.1_release_64bit_msvc1929.lib
- Building Custom Rule C:/Users/Kevin Gree/AppData/Local/Temp/pip-install-wuq8r2l6/dlib_863ca44d92d24e448c53f5bd1c236bea/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
- C:\Users\Kevin Gree\anaconda3\Library\include\gif_lib.h(286,61): error C2734: 'GifAsciiTable8x8': 'const' object must be initialized if not 'extern' (compiling source file C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\tools\python\src\svm_rank_trainer.cpp) [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\_dlib_pybind11.vcxproj]
- C:\Users\Kevin Gree\anaconda3\Library\include\gif_lib.h(286,61): error C2734: 'GifAsciiTable8x8': 'const' object must be initialized if not 'extern' (compiling source file C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\tools\python\src\basic.cpp) [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\_dlib_pybind11.vcxproj]
- C:\Users\Kevin Gree\anaconda3\Library\include\gif_lib.h(286,61): error C2734: 'GifAsciiTable8x8': 'const' object must be initialized if not 'extern' (compiling source file C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\tools\python\src\rectangles.cpp) [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\_dlib_pybind11.vcxproj]
- C:\Users\Kevin Gree\anaconda3\Library\include\gif_lib.h(286,61): error C2734: 'GifAsciiTable8x8': 'const' object must be initialized if not 'extern' (compiling source file C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\tools\python\src\image3.cpp) [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\_dlib_pybind11.vcxproj]
- C:\Users\Kevin Gree\anaconda3\Library\include\gif_lib.h(286,61): error C2734: 'GifAsciiTable8x8': 'const' object must be initialized if not 'extern' (compiling source file C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\tools\python\src\vector.cpp) [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\_dlib_pybind11.vcxproj]
- C:\Users\Kevin Gree\anaconda3\Library\include\gif_lib.h(286,61): error C2734: 'GifAsciiTable8x8': 'const' object must be initialized if not 'extern' (compiling source file C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\tools\python\src\matrix.cpp) [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\_dlib_pybind11.vcxproj]
- C:\Users\Kevin Gree\anaconda3\Library\include\gif_lib.h(286,61): error C2734: 'GifAsciiTable8x8': 'const' object must be initialized if not 'extern' (compiling source file C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\tools\python\src\svm_struct.cpp) [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\_dlib_pybind11.vcxproj]
- C:\Users\Kevin Gree\anaconda3\Library\include\gif_lib.h(286,61): error C2734: 'GifAsciiTable8x8': 'const' object must be initialized if not 'extern' (compiling source file C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\tools\python\src\dlib.cpp) [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\_dlib_pybind11.vcxproj]
- C:\Users\Kevin Gree\anaconda3\Library\include\gif_lib.h(286,61): error C2734: 'GifAsciiTable8x8': 'const' object must be initialized if not 'extern' (compiling source file C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\tools\python\src\image2.cpp) [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\_dlib_pybind11.vcxproj]
- C:\Users\Kevin Gree\anaconda3\Library\include\gif_lib.h(286,61): error C2734: 'GifAsciiTable8x8': 'const' object must be initialized if not 'extern' (compiling source file C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\tools\python\src\sequence_segmenter.cpp) [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\_dlib_pybind11.vcxproj]
- C:\Users\Kevin Gree\anaconda3\Library\include\gif_lib.h(286,61): error C2734: 'GifAsciiTable8x8': 'const' object must be initialized if not 'extern' (compiling source file C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\tools\python\src\cca.cpp) [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\_dlib_pybind11.vcxproj]
- C:\Users\Kevin Gree\anaconda3\Library\include\gif_lib.h(286,61): error C2734: 'GifAsciiTable8x8': 'const' object must be initialized if not 'extern' (compiling source file C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\tools\python\src\svm_c_trainer.cpp) [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\_dlib_pybind11.vcxproj]
- object_detection.cpp
- shape_predictor.cpp
- C:\Users\Kevin Gree\anaconda3\Library\include\gif_lib.h(286,61): error C2734: 'GifAsciiTable8x8': 'const' object must be initialized if not 'extern' (compiling source file C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\tools\python\src\decision_functions.cpp) [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\_dlib_pybind11.vcxproj]
- correlation_tracker.cpp
- C:\Users\Kevin Gree\anaconda3\Library\include\gif_lib.h(286,61): error C2734: 'GifAsciiTable8x8': 'const' object must be initialized if not 'extern' (compiling source file C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\tools\python\src\image4.cpp) [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\_dlib_pybind11.vcxproj]
- face_recognition.cpp
- C:\Users\Kevin Gree\anaconda3\Library\include\gif_lib.h(286,61): error C2734: 'GifAsciiTable8x8': 'const' object must be initialized if not 'extern' (compiling source file C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\tools\python\src\other.cpp) [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\_dlib_pybind11.vcxproj]
- C:\Users\Kevin Gree\anaconda3\Library\include\gif_lib.h(286,61): error C2734: 'GifAsciiTable8x8': 'const' object must be initialized if not 'extern' (compiling source file C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\tools\python\src\image.cpp) [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\_dlib_pybind11.vcxproj]
- cnn_face_detector.cpp
- global_optimization.cpp
- image_dataset_metadata.cpp
- numpy_returns.cpp
- line.cpp
- gui.cpp
- C:\Users\Kevin Gree\anaconda3\Library\include\gif_lib.h(286,61): error C2734: 'GifAsciiTable8x8': 'const' object must be initialized if not 'extern' (compiling source file C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\tools\python\src\correlation_tracker.cpp) [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\_dlib_pybind11.vcxproj]
- C:\Users\Kevin Gree\anaconda3\Library\include\gif_lib.h(286,61): error C2734: 'GifAsciiTable8x8': 'const' object must be initialized if not 'extern' (compiling source file C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\tools\python\src\object_detection.cpp) [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\_dlib_pybind11.vcxproj]
- C:\Users\Kevin Gree\anaconda3\Library\include\gif_lib.h(286,61): error C2734: 'GifAsciiTable8x8': 'const' object must be initialized if not 'extern' (compiling source file C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\tools\python\src\face_recognition.cpp) [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\_dlib_pybind11.vcxproj]
- C:\Users\Kevin Gree\anaconda3\Library\include\gif_lib.h(286,61): error C2734: 'GifAsciiTable8x8': 'const' object must be initialized if not 'extern' (compiling source file C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\tools\python\src\cnn_face_detector.cpp) [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\_dlib_pybind11.vcxproj]
- C:\Users\Kevin Gree\anaconda3\Library\include\gif_lib.h(286,61): error C2734: 'GifAsciiTable8x8': 'const' object must be initialized if not 'extern' (compiling source file C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\tools\python\src\shape_predictor.cpp) [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\_dlib_pybind11.vcxproj]
- C:\Users\Kevin Gree\anaconda3\Library\include\gif_lib.h(286,61): error C2734: 'GifAsciiTable8x8': 'const' object must be initialized if not 'extern' (compiling source file C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\tools\python\src\global_optimization.cpp) [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\_dlib_pybind11.vcxproj]
- C:\Users\Kevin Gree\anaconda3\Library\include\gif_lib.h(286,61): error C2734: 'GifAsciiTable8x8': 'const' object must be initialized if not 'extern' (compiling source file C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\tools\python\src\numpy_returns.cpp) [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\_dlib_pybind11.vcxproj]
- C:\Users\Kevin Gree\anaconda3\Library\include\gif_lib.h(286,61): error C2734: 'GifAsciiTable8x8': 'const' object must be initialized if not 'extern' (compiling source file C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\tools\python\src\image_dataset_metadata.cpp) [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\_dlib_pybind11.vcxproj]
- C:\Users\Kevin Gree\anaconda3\Library\include\gif_lib.h(286,61): error C2734: 'GifAsciiTable8x8': 'const' object must be initialized if not 'extern' (compiling source file C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\tools\python\src\line.cpp) [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\_dlib_pybind11.vcxproj]
- C:\Users\Kevin Gree\anaconda3\Library\include\gif_lib.h(286,61): error C2734: 'GifAsciiTable8x8': 'const' object must be initialized if not 'extern' (compiling source file C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\tools\python\src\gui.cpp) [C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\build\temp.win-amd64-3.8\Release\_dlib_pybind11.vcxproj]
- Traceback (most recent call last):
- File "<string>", line 1, in <module>
- File "C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\setup.py", line 222, in <module>
- setup(
- File "C:\Users\Kevin Gree\anaconda3\lib\site-packages\setuptools\__init__.py", line 153, in setup
- return distutils.core.setup(**attrs)
- File "C:\Users\Kevin Gree\anaconda3\lib\distutils\core.py", line 148, in setup
- dist.run_commands()
- File "C:\Users\Kevin Gree\anaconda3\lib\distutils\dist.py", line 966, in run_commands
- self.run_command(cmd)
- File "C:\Users\Kevin Gree\anaconda3\lib\distutils\dist.py", line 985, in run_command
- cmd_obj.run()
- File "C:\Users\Kevin Gree\anaconda3\lib\site-packages\setuptools\command\install.py", line 61, in run
- return orig.install.run(self)
- File "C:\Users\Kevin Gree\anaconda3\lib\distutils\command\install.py", line 545, in run
- self.run_command('build')
- File "C:\Users\Kevin Gree\anaconda3\lib\distutils\cmd.py", line 313, in run_command
- self.distribution.run_command(command)
- File "C:\Users\Kevin Gree\anaconda3\lib\distutils\dist.py", line 985, in run_command
- cmd_obj.run()
- File "C:\Users\Kevin Gree\anaconda3\lib\distutils\command\build.py", line 135, in run
- self.run_command(cmd_name)
- File "C:\Users\Kevin Gree\anaconda3\lib\distutils\cmd.py", line 313, in run_command
- self.distribution.run_command(command)
- File "C:\Users\Kevin Gree\anaconda3\lib\distutils\dist.py", line 985, in run_command
- cmd_obj.run()
- File "C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\setup.py", line 134, in run
- self.build_extension(ext)
- File "C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\setup.py", line 174, in build_extension
- subprocess.check_call(cmake_build, cwd=build_folder)
- File "C:\Users\Kevin Gree\anaconda3\lib\subprocess.py", line 364, in check_call
- raise CalledProcessError(retcode, cmd)
- subprocess.CalledProcessError: Command '['cmake', '--build', '.', '--config', 'Release', '--', '/m']' returned non-zero exit status 1.
- ----------------------------------------
- ERROR: Command errored out with exit status 1: 'C:\Users\Kevin Gree\anaconda3\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Kevin Gree\\AppData\\Local\\Temp\\pip-install-wuq8r2l6\\dlib_863ca44d92d24e448c53f5bd1c236bea\\setup.py'"'"'; __file__='"'"'C:\\Users\\Kevin Gree\\AppData\\Local\\Temp\\pip-install-wuq8r2l6\\dlib_863ca44d92d24e448c53f5bd1c236bea\\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\Kevin Gree\AppData\Local\Temp\pip-record-iz7kdckr\install-record.txt' --single-version-externally-managed --compile --install-headers 'C:\Users\Kevin Gree\anaconda3\Include\dlib' Check the logs for full command output.
- C:\Users\Kevin Gree>
Add Comment
Please, Sign In to add comment