Guest User

Untitled

a guest
Oct 20th, 2021
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 57.64 KB | None | 0 0
  1. C:\Users\Kevin Gree>pip install face_recognition
  2. Collecting face_recognition
  3. Using cached face_recognition-1.3.0-py2.py3-none-any.whl (15 kB)
  4. Requirement already satisfied: Click>=6.0 in c:\users\kevin gree\anaconda3\lib\site-packages (from face_recognition) (7.1.2)
  5. Requirement already satisfied: numpy in c:\users\kevin gree\anaconda3\lib\site-packages (from face_recognition) (1.20.1)
  6. Collecting dlib>=19.7
  7. Using cached dlib-19.22.1.tar.gz (7.4 MB)
  8. Requirement already satisfied: face-recognition-models>=0.3.0 in c:\users\kevin gree\anaconda3\lib\site-packages (from face_recognition) (0.3.0)
  9. Requirement already satisfied: Pillow in c:\users\kevin gree\anaconda3\lib\site-packages (from face_recognition) (8.2.0)
  10. Building wheels for collected packages: dlib
  11. Building wheel for dlib (setup.py) ... error
  12. ERROR: Command errored out with exit status 1:
  13. 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'
  14. cwd: C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\
  15. Complete output (291 lines):
  16. running bdist_wheel
  17. running build
  18. running build_py
  19. package init file 'tools\python\dlib\__init__.py' not found (or not a regular file)
  20. running build_ext
  21. Building extension for Python 3.8.8 (default, Apr 13 2021, 15:08:03) [MSC v.1916 64 bit (AMD64)]
  22. 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'
  23. -- Building for: Visual Studio 16 2019
  24. -- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.19042.
  25. -- The C compiler identification is MSVC 19.29.30136.0
  26. -- The CXX compiler identification is MSVC 19.29.30136.0
  27. -- Detecting C compiler ABI info
  28. -- Detecting C compiler ABI info - done
  29. -- 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
  30. -- Detecting C compile features
  31. -- Detecting C compile features - done
  32. -- Detecting CXX compiler ABI info
  33. -- Detecting CXX compiler ABI info - done
  34. -- 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
  35. -- Detecting CXX compile features
  36. -- Detecting CXX compile features - done
  37. -- Found PythonInterp: C:/Users/Kevin Gree/anaconda3/python.exe (found version "3.8.8")
  38. -- Found PythonLibs: C:/Users/Kevin Gree/anaconda3/libs/Python38.lib
  39. -- pybind11 v2.2.4
  40. -- Using CMake version: 3.21.3
  41. -- Compiling dlib version: 19.22.1
  42. -- Looking for sys/types.h
  43. -- Looking for sys/types.h - found
  44. -- Looking for stdint.h
  45. -- Looking for stdint.h - found
  46. -- Looking for stddef.h
  47. -- Looking for stddef.h - found
  48. -- Check size of void*
  49. -- Check size of void* - done
  50. -- Enabling SSE2 instructions
  51. -- Searching for BLAS and LAPACK
  52. -- Searching for BLAS and LAPACK
  53. -- Looking for pthread.h
  54. -- Looking for pthread.h - not found
  55. -- Found Threads: TRUE
  56. -- Found CUDA: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.4 (found suitable version "11.4", minimum required is "7.5")
  57. -- Looking for cuDNN install...
  58. -- *** cuDNN V5.0 OR GREATER NOT FOUND. ***
  59. -- *** Dlib requires cuDNN V5.0 OR GREATER. Since cuDNN is not found DLIB WILL NOT USE CUDA. ***
  60. -- *** If you have cuDNN then set CMAKE_PREFIX_PATH to include cuDNN's folder. ***
  61. -- Disabling CUDA support for dlib. DLIB WILL NOT USE CUDA
  62. -- C++11 activated.
  63. -- Configuring done
  64. -- Generating done
  65. -- 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
  66. Invoking CMake build: 'cmake --build . --config Release -- /m'
  67. Microsoft (R) Build Engine version 16.11.1+3e40a09f8 for .NET Framework
  68. Copyright (C) Microsoft Corporation. All rights reserved.
  69.  
  70. Checking Build System
  71. Building Custom Rule C:/Users/Kevin Gree/AppData/Local/Temp/pip-install-wuq8r2l6/dlib_863ca44d92d24e448c53f5bd1c236bea/dlib/CMakeLists.txt
  72. base64_kernel_1.cpp
  73. bigint_kernel_1.cpp
  74. bigint_kernel_2.cpp
  75. bit_stream_kernel_1.cpp
  76. entropy_decoder_kernel_1.cpp
  77. entropy_decoder_kernel_2.cpp
  78. entropy_encoder_kernel_1.cpp
  79. entropy_encoder_kernel_2.cpp
  80. md5_kernel_1.cpp
  81. tokenizer_kernel_1.cpp
  82. unicode.cpp
  83. test_for_odr_violations.cpp
  84. sockets_kernel_1.cpp
  85. bsp.cpp
  86. dir_nav_kernel_1.cpp
  87. dir_nav_kernel_2.cpp
  88. dir_nav_extensions.cpp
  89. fonts.cpp
  90. linker_kernel_1.cpp
  91. extra_logger_headers.cpp
  92. logger_kernel_1.cpp
  93. logger_config_file.cpp
  94. misc_api_kernel_1.cpp
  95. misc_api_kernel_2.cpp
  96. sockets_extensions.cpp
  97. sockets_kernel_2.cpp
  98. sockstreambuf.cpp
  99. sockstreambuf_unbuffered.cpp
  100. server_kernel.cpp
  101. server_iostream.cpp
  102. server_http.cpp
  103. multithreaded_object_extension.cpp
  104. threaded_object_extension.cpp
  105. threads_kernel_1.cpp
  106. threads_kernel_2.cpp
  107. threads_kernel_shared.cpp
  108. thread_pool_extension.cpp
  109. async.cpp
  110. timer.cpp
  111. stack_trace.cpp
  112. cpu_dlib.cpp
  113. tensor_tools.cpp
  114. image_dataset_metadata.cpp
  115. mnist.cpp
  116. cifar.cpp
  117. global_function_search.cpp
  118. kalman_filter.cpp
  119. auto.cpp
  120. widgets.cpp
  121. drawable.cpp
  122. canvas_drawing.cpp
  123. style.cpp
  124. base_widgets.cpp
  125. gui_core_kernel_1.cpp
  126. gui_core_kernel_2.cpp
  127. png_loader.cpp
  128. save_png.cpp
  129. jpeg_loader.cpp
  130. save_jpeg.cpp
  131. arm_init.c
  132. filter_neon_intrinsics.c
  133. png.c
  134. pngerror.c
  135. pngget.c
  136. pngmem.c
  137. pngpread.c
  138. pngread.c
  139. pngrio.c
  140. pngrtran.c
  141. pngrutil.c
  142. pngset.c
  143. pngtrans.c
  144. pngwio.c
  145. pngwrite.c
  146. pngwtran.c
  147. pngwutil.c
  148. adler32.c
  149. compress.c
  150. crc32.c
  151. deflate.c
  152. gzclose.c
  153. gzlib.c
  154. gzread.c
  155. gzwrite.c
  156. infback.c
  157. inffast.c
  158. inflate.c
  159. inftrees.c
  160. trees.c
  161. uncompr.c
  162. zutil.c
  163. 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]
  164. jaricom.c
  165. jcapimin.c
  166. 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]
  167. 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]
  168. 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]
  169. jcapistd.c
  170. jcarith.c
  171. jccoefct.c
  172. jccolor.c
  173. jcdctmgr.c
  174. jchuff.c
  175. 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]
  176. jcinit.c
  177. 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]
  178. jcmainct.c
  179. jcmarker.c
  180. jcmaster.c
  181. jcomapi.c
  182. jcparam.c
  183. jcprepct.c
  184. jcsample.c
  185. jdapimin.c
  186. jdapistd.c
  187. jdarith.c
  188. jdatadst.c
  189. jdatasrc.c
  190. jdcoefct.c
  191. jdcolor.c
  192. jddctmgr.c
  193. jdhuff.c
  194. jdinput.c
  195. jdmainct.c
  196. jdmarker.c
  197. jdmaster.c
  198. jdmerge.c
  199. jdpostct.c
  200. jdsample.c
  201. 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]
  202. jerror.c
  203. jfdctflt.c
  204. jfdctfst.c
  205. jfdctint.c
  206. jidctflt.c
  207. jidctfst.c
  208. jidctint.c
  209. jmemmgr.c
  210. jmemnobs.c
  211. jquant1.c
  212. jquant2.c
  213. jutils.c
  214. 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]
  215. 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]
  216. 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]
  217. 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]
  218. 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]
  219. 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]
  220. 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]
  221. 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]
  222. 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
  223. Building Custom Rule C:/Users/Kevin Gree/AppData/Local/Temp/pip-install-wuq8r2l6/dlib_863ca44d92d24e448c53f5bd1c236bea/tools/python/CMakeLists.txt
  224. dlib.cpp
  225. matrix.cpp
  226. vector.cpp
  227. svm_c_trainer.cpp
  228. svm_rank_trainer.cpp
  229. decision_functions.cpp
  230. other.cpp
  231. basic.cpp
  232. cca.cpp
  233. sequence_segmenter.cpp
  234. svm_struct.cpp
  235. image.cpp
  236. image2.cpp
  237. image3.cpp
  238. image4.cpp
  239. rectangles.cpp
  240. 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]
  241. 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]
  242. 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]
  243. 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]
  244. 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]
  245. 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]
  246. 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]
  247. 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]
  248. 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]
  249. 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]
  250. 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]
  251. 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]
  252. object_detection.cpp
  253. 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]
  254. 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]
  255. 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]
  256. shape_predictor.cpp
  257. 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]
  258. correlation_tracker.cpp
  259. face_recognition.cpp
  260. cnn_face_detector.cpp
  261. global_optimization.cpp
  262. image_dataset_metadata.cpp
  263. numpy_returns.cpp
  264. line.cpp
  265. gui.cpp
  266. 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]
  267. 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]
  268. 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]
  269. 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]
  270. 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]
  271. 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]
  272. 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]
  273. 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]
  274. 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]
  275. 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]
  276. Traceback (most recent call last):
  277. File "<string>", line 1, in <module>
  278. File "C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\setup.py", line 222, in <module>
  279. setup(
  280. File "C:\Users\Kevin Gree\anaconda3\lib\site-packages\setuptools\__init__.py", line 153, in setup
  281. return distutils.core.setup(**attrs)
  282. File "C:\Users\Kevin Gree\anaconda3\lib\distutils\core.py", line 148, in setup
  283. dist.run_commands()
  284. File "C:\Users\Kevin Gree\anaconda3\lib\distutils\dist.py", line 966, in run_commands
  285. self.run_command(cmd)
  286. File "C:\Users\Kevin Gree\anaconda3\lib\distutils\dist.py", line 985, in run_command
  287. cmd_obj.run()
  288. File "C:\Users\Kevin Gree\anaconda3\lib\site-packages\wheel\bdist_wheel.py", line 299, in run
  289. self.run_command('build')
  290. File "C:\Users\Kevin Gree\anaconda3\lib\distutils\cmd.py", line 313, in run_command
  291. self.distribution.run_command(command)
  292. File "C:\Users\Kevin Gree\anaconda3\lib\distutils\dist.py", line 985, in run_command
  293. cmd_obj.run()
  294. File "C:\Users\Kevin Gree\anaconda3\lib\distutils\command\build.py", line 135, in run
  295. self.run_command(cmd_name)
  296. File "C:\Users\Kevin Gree\anaconda3\lib\distutils\cmd.py", line 313, in run_command
  297. self.distribution.run_command(command)
  298. File "C:\Users\Kevin Gree\anaconda3\lib\distutils\dist.py", line 985, in run_command
  299. cmd_obj.run()
  300. File "C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\setup.py", line 134, in run
  301. self.build_extension(ext)
  302. File "C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\setup.py", line 174, in build_extension
  303. subprocess.check_call(cmake_build, cwd=build_folder)
  304. File "C:\Users\Kevin Gree\anaconda3\lib\subprocess.py", line 364, in check_call
  305. raise CalledProcessError(retcode, cmd)
  306. subprocess.CalledProcessError: Command '['cmake', '--build', '.', '--config', 'Release', '--', '/m']' returned non-zero exit status 1.
  307. ----------------------------------------
  308. ERROR: Failed building wheel for dlib
  309. Running setup.py clean for dlib
  310. Failed to build dlib
  311. Installing collected packages: dlib, face-recognition
  312. Running setup.py install for dlib ... error
  313. ERROR: Command errored out with exit status 1:
  314. 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'
  315. cwd: C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\
  316. Complete output (293 lines):
  317. running install
  318. running build
  319. running build_py
  320. package init file 'tools\python\dlib\__init__.py' not found (or not a regular file)
  321. running build_ext
  322. Building extension for Python 3.8.8 (default, Apr 13 2021, 15:08:03) [MSC v.1916 64 bit (AMD64)]
  323. 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'
  324. -- Building for: Visual Studio 16 2019
  325. -- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.19042.
  326. -- The C compiler identification is MSVC 19.29.30136.0
  327. -- The CXX compiler identification is MSVC 19.29.30136.0
  328. -- Detecting C compiler ABI info
  329. -- Detecting C compiler ABI info - done
  330. -- 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
  331. -- Detecting C compile features
  332. -- Detecting C compile features - done
  333. -- Detecting CXX compiler ABI info
  334. -- Detecting CXX compiler ABI info - done
  335. -- 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
  336. -- Detecting CXX compile features
  337. -- Detecting CXX compile features - done
  338. -- Found PythonInterp: C:/Users/Kevin Gree/anaconda3/python.exe (found version "3.8.8")
  339. -- Found PythonLibs: C:/Users/Kevin Gree/anaconda3/libs/Python38.lib
  340. -- pybind11 v2.2.4
  341. -- Using CMake version: 3.21.3
  342. -- Compiling dlib version: 19.22.1
  343. -- Looking for sys/types.h
  344. -- Looking for sys/types.h - found
  345. -- Looking for stdint.h
  346. -- Looking for stdint.h - found
  347. -- Looking for stddef.h
  348. -- Looking for stddef.h - found
  349. -- Check size of void*
  350. -- Check size of void* - done
  351. -- Enabling SSE2 instructions
  352. -- Searching for BLAS and LAPACK
  353. -- Searching for BLAS and LAPACK
  354. -- Looking for pthread.h
  355. -- Looking for pthread.h - not found
  356. -- Found Threads: TRUE
  357. -- Found CUDA: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.4 (found suitable version "11.4", minimum required is "7.5")
  358. -- Looking for cuDNN install...
  359. -- *** cuDNN V5.0 OR GREATER NOT FOUND. ***
  360. -- *** Dlib requires cuDNN V5.0 OR GREATER. Since cuDNN is not found DLIB WILL NOT USE CUDA. ***
  361. -- *** If you have cuDNN then set CMAKE_PREFIX_PATH to include cuDNN's folder. ***
  362. -- Disabling CUDA support for dlib. DLIB WILL NOT USE CUDA
  363. -- C++11 activated.
  364. -- Configuring done
  365. -- Generating done
  366. -- 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
  367. Invoking CMake build: 'cmake --build . --config Release -- /m'
  368. Microsoft (R) Build Engine version 16.11.1+3e40a09f8 for .NET Framework
  369. Copyright (C) Microsoft Corporation. All rights reserved.
  370.  
  371. Checking Build System
  372. Building Custom Rule C:/Users/Kevin Gree/AppData/Local/Temp/pip-install-wuq8r2l6/dlib_863ca44d92d24e448c53f5bd1c236bea/dlib/CMakeLists.txt
  373. base64_kernel_1.cpp
  374. bigint_kernel_1.cpp
  375. bigint_kernel_2.cpp
  376. bit_stream_kernel_1.cpp
  377. entropy_decoder_kernel_1.cpp
  378. entropy_decoder_kernel_2.cpp
  379. entropy_encoder_kernel_1.cpp
  380. entropy_encoder_kernel_2.cpp
  381. md5_kernel_1.cpp
  382. tokenizer_kernel_1.cpp
  383. unicode.cpp
  384. test_for_odr_violations.cpp
  385. sockets_kernel_1.cpp
  386. bsp.cpp
  387. dir_nav_kernel_1.cpp
  388. dir_nav_kernel_2.cpp
  389. dir_nav_extensions.cpp
  390. fonts.cpp
  391. linker_kernel_1.cpp
  392. extra_logger_headers.cpp
  393. logger_kernel_1.cpp
  394. logger_config_file.cpp
  395. misc_api_kernel_1.cpp
  396. misc_api_kernel_2.cpp
  397. sockets_extensions.cpp
  398. sockets_kernel_2.cpp
  399. sockstreambuf.cpp
  400. sockstreambuf_unbuffered.cpp
  401. server_kernel.cpp
  402. server_iostream.cpp
  403. server_http.cpp
  404. multithreaded_object_extension.cpp
  405. threaded_object_extension.cpp
  406. threads_kernel_1.cpp
  407. threads_kernel_2.cpp
  408. threads_kernel_shared.cpp
  409. thread_pool_extension.cpp
  410. async.cpp
  411. timer.cpp
  412. stack_trace.cpp
  413. cpu_dlib.cpp
  414. tensor_tools.cpp
  415. image_dataset_metadata.cpp
  416. mnist.cpp
  417. cifar.cpp
  418. global_function_search.cpp
  419. kalman_filter.cpp
  420. auto.cpp
  421. widgets.cpp
  422. drawable.cpp
  423. canvas_drawing.cpp
  424. style.cpp
  425. base_widgets.cpp
  426. gui_core_kernel_1.cpp
  427. gui_core_kernel_2.cpp
  428. png_loader.cpp
  429. save_png.cpp
  430. jpeg_loader.cpp
  431. save_jpeg.cpp
  432. arm_init.c
  433. filter_neon_intrinsics.c
  434. png.c
  435. pngerror.c
  436. pngget.c
  437. pngmem.c
  438. pngpread.c
  439. pngread.c
  440. pngrio.c
  441. pngrtran.c
  442. pngrutil.c
  443. pngset.c
  444. pngtrans.c
  445. pngwio.c
  446. pngwrite.c
  447. pngwtran.c
  448. pngwutil.c
  449. adler32.c
  450. compress.c
  451. crc32.c
  452. deflate.c
  453. gzclose.c
  454. gzlib.c
  455. gzread.c
  456. gzwrite.c
  457. infback.c
  458. 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]
  459. inffast.c
  460. 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]
  461. 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]
  462. 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]
  463. inflate.c
  464. inftrees.c
  465. trees.c
  466. uncompr.c
  467. 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]
  468. 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]
  469. zutil.c
  470. jaricom.c
  471. jcapimin.c
  472. jcapistd.c
  473. jcarith.c
  474. jccoefct.c
  475. jccolor.c
  476. jcdctmgr.c
  477. jchuff.c
  478. jcinit.c
  479. jcmainct.c
  480. jcmarker.c
  481. jcmaster.c
  482. jcomapi.c
  483. jcparam.c
  484. jcprepct.c
  485. jcsample.c
  486. jdapimin.c
  487. jdapistd.c
  488. jdarith.c
  489. jdatadst.c
  490. jdatasrc.c
  491. jdcoefct.c
  492. jdcolor.c
  493. jddctmgr.c
  494. jdhuff.c
  495. jdinput.c
  496. jdmainct.c
  497. 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]
  498. jdmarker.c
  499. jdmaster.c
  500. jdmerge.c
  501. jdpostct.c
  502. jdsample.c
  503. jerror.c
  504. jfdctflt.c
  505. jfdctfst.c
  506. jfdctint.c
  507. jidctflt.c
  508. jidctfst.c
  509. jidctint.c
  510. 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]
  511. 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]
  512. jmemmgr.c
  513. jmemnobs.c
  514. jquant1.c
  515. jquant2.c
  516. jutils.c
  517. 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]
  518. 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]
  519. 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]
  520. 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]
  521. 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]
  522. 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]
  523. 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
  524. Building Custom Rule C:/Users/Kevin Gree/AppData/Local/Temp/pip-install-wuq8r2l6/dlib_863ca44d92d24e448c53f5bd1c236bea/tools/python/CMakeLists.txt
  525. dlib.cpp
  526. matrix.cpp
  527. vector.cpp
  528. svm_c_trainer.cpp
  529. svm_rank_trainer.cpp
  530. decision_functions.cpp
  531. other.cpp
  532. basic.cpp
  533. cca.cpp
  534. sequence_segmenter.cpp
  535. svm_struct.cpp
  536. image.cpp
  537. image2.cpp
  538. image3.cpp
  539. image4.cpp
  540. rectangles.cpp
  541. 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]
  542. 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]
  543. 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]
  544. 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]
  545. 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]
  546. 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]
  547. 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]
  548. 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]
  549. 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]
  550. 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]
  551. 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]
  552. 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]
  553. object_detection.cpp
  554. shape_predictor.cpp
  555. 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]
  556. correlation_tracker.cpp
  557. 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]
  558. face_recognition.cpp
  559. 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]
  560. 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]
  561. cnn_face_detector.cpp
  562. global_optimization.cpp
  563. image_dataset_metadata.cpp
  564. numpy_returns.cpp
  565. line.cpp
  566. gui.cpp
  567. 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]
  568. 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]
  569. 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]
  570. 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]
  571. 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]
  572. 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]
  573. 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]
  574. 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]
  575. 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]
  576. 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]
  577. Traceback (most recent call last):
  578. File "<string>", line 1, in <module>
  579. File "C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\setup.py", line 222, in <module>
  580. setup(
  581. File "C:\Users\Kevin Gree\anaconda3\lib\site-packages\setuptools\__init__.py", line 153, in setup
  582. return distutils.core.setup(**attrs)
  583. File "C:\Users\Kevin Gree\anaconda3\lib\distutils\core.py", line 148, in setup
  584. dist.run_commands()
  585. File "C:\Users\Kevin Gree\anaconda3\lib\distutils\dist.py", line 966, in run_commands
  586. self.run_command(cmd)
  587. File "C:\Users\Kevin Gree\anaconda3\lib\distutils\dist.py", line 985, in run_command
  588. cmd_obj.run()
  589. File "C:\Users\Kevin Gree\anaconda3\lib\site-packages\setuptools\command\install.py", line 61, in run
  590. return orig.install.run(self)
  591. File "C:\Users\Kevin Gree\anaconda3\lib\distutils\command\install.py", line 545, in run
  592. self.run_command('build')
  593. File "C:\Users\Kevin Gree\anaconda3\lib\distutils\cmd.py", line 313, in run_command
  594. self.distribution.run_command(command)
  595. File "C:\Users\Kevin Gree\anaconda3\lib\distutils\dist.py", line 985, in run_command
  596. cmd_obj.run()
  597. File "C:\Users\Kevin Gree\anaconda3\lib\distutils\command\build.py", line 135, in run
  598. self.run_command(cmd_name)
  599. File "C:\Users\Kevin Gree\anaconda3\lib\distutils\cmd.py", line 313, in run_command
  600. self.distribution.run_command(command)
  601. File "C:\Users\Kevin Gree\anaconda3\lib\distutils\dist.py", line 985, in run_command
  602. cmd_obj.run()
  603. File "C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\setup.py", line 134, in run
  604. self.build_extension(ext)
  605. File "C:\Users\Kevin Gree\AppData\Local\Temp\pip-install-wuq8r2l6\dlib_863ca44d92d24e448c53f5bd1c236bea\setup.py", line 174, in build_extension
  606. subprocess.check_call(cmake_build, cwd=build_folder)
  607. File "C:\Users\Kevin Gree\anaconda3\lib\subprocess.py", line 364, in check_call
  608. raise CalledProcessError(retcode, cmd)
  609. subprocess.CalledProcessError: Command '['cmake', '--build', '.', '--config', 'Release', '--', '/m']' returned non-zero exit status 1.
  610. ----------------------------------------
  611. 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.
  612.  
  613. C:\Users\Kevin Gree>
Add Comment
Please, Sign In to add comment