ALENTL

Untitled

Nov 17th, 2022
385
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 168.35 KB | None | 0 0
  1. ➜ py .\setup.py install
  2. running install
  3. C:\Program Files\Python311\Lib\site-packages\setuptools\command\install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
  4. warnings.warn(
  5. C:\Program Files\Python311\Lib\site-packages\setuptools\command\easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools.
  6. warnings.warn(
  7. running bdist_egg
  8. running egg_info
  9. creating tools\python\dlib.egg-info
  10. writing tools/python\dlib.egg-info\PKG-INFO
  11. writing dependency_links to tools/python\dlib.egg-info\dependency_links.txt
  12. writing top-level names to tools/python\dlib.egg-info\top_level.txt
  13. writing manifest file 'tools/python\dlib.egg-info\SOURCES.txt'
  14. reading manifest file 'tools/python\dlib.egg-info\SOURCES.txt'
  15. reading manifest template 'MANIFEST.in'
  16. no previously-included directories found matching 'tools\python\build*'
  17. no previously-included directories found matching 'dlib\cmake_utils\*\build*'
  18. warning: no previously-included files matching '*.pyc' found anywhere in distribution
  19. adding license file 'LICENSE.txt'
  20. writing manifest file 'tools/python\dlib.egg-info\SOURCES.txt'
  21. installing library code to build\bdist.win-amd64\egg
  22. running install_lib
  23. running build_py
  24. running build_ext
  25. C:\Users\alent\Downloads\dlib-19.24\setup.py:129: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
  26. if LooseVersion(cmake_version) < '3.1.0':
  27. Building extension for Python 3.11.0 (main, Oct 24 2022, 18:26:48) [MSC v.1933 64 bit (AMD64)]
  28. Invoking CMake setup: 'cmake C:\Users\alent\Downloads\dlib-19.24\tools\python -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=C:\Users\alent\Downloads\dlib-19.24\build\lib.win-amd64-cpython-311 -DPYTHON_EXECUTABLE=C:\Program Files\Python311\python.exe -DCMAKE_LIBRARY_OUTPUT_DIRECTORY_RELEASE=C:\Users\alent\Downloads\dlib-19.24\build\lib.win-amd64-cpython-311 -A x64'
  29. -- Building for: Visual Studio 17 2022
  30. -- Selecting Windows SDK version 10.0.22000.0 to target Windows 10.0.19045.
  31. -- The C compiler identification is MSVC 19.34.31933.0
  32. -- The CXX compiler identification is MSVC 19.34.31933.0
  33. -- Detecting C compiler ABI info
  34. -- Detecting C compiler ABI info - done
  35. -- Check for working C compiler: D:/Microsoft/Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.34.31933/bin/Hostx64/x64/cl.exe - skipped
  36. -- Detecting C compile features
  37. -- Detecting C compile features - done
  38. -- Detecting CXX compiler ABI info
  39. -- Detecting CXX compiler ABI info - done
  40. -- Check for working CXX compiler: D:/Microsoft/Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.34.31933/bin/Hostx64/x64/cl.exe - skipped
  41. -- Detecting CXX compile features
  42. -- Detecting CXX compile features - done
  43. -- Found PythonInterp: C:/Program Files/Python311/python.exe (found version "3.11")
  44. -- Found PythonLibs: C:/Program Files/Python311/libs/Python311.lib
  45. -- pybind11 v2.2.4
  46. -- Using CMake version: 3.24.0-rc3
  47. -- Compiling dlib version: 19.24.0
  48. -- SSE4 instructions can be executed by the host processor.
  49. -- AVX instructions can be executed by the host processor.
  50. -- Looking for sys/types.h
  51. -- Looking for sys/types.h - found
  52. -- Looking for stdint.h
  53. -- Looking for stdint.h - found
  54. -- Looking for stddef.h
  55. -- Looking for stddef.h - found
  56. -- Check size of void*
  57. -- Check size of void* - done
  58. -- Enabling AVX instructions
  59. -- Could NOT find WebP (missing: WEBP_LIBRARY)
  60. -- Searching for BLAS and LAPACK
  61. -- Searching for BLAS and LAPACK
  62. -- FOUND libiomp5md.dll: C:/Program Files (x86)/Intel/oneAPI/compiler/latest/windows/redist/intel64_win/compiler/libiomp5md.dll
  63. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
  64. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
  65. -- Looking for pthread_create in pthreads
  66. -- Looking for pthread_create in pthreads - not found
  67. -- Looking for pthread_create in pthread
  68. -- Looking for pthread_create in pthread - not found
  69. -- Check if compiler accepts -pthread
  70. -- Check if compiler accepts -pthread - no
  71. -- Found Threads: TRUE
  72. CUDA_TOOLKIT_ROOT_DIR not found or specified
  73. -- Could NOT find CUDA (missing: CUDA_TOOLKIT_ROOT_DIR CUDA_NVCC_EXECUTABLE CUDA_INCLUDE_DIRS CUDA_CUDART_LIBRARY) (Required is at least version "7.5")
  74. -- Found CUDA, but CMake was unable to find the cuBLAS libraries that should be part of every basic CUDA install. Your CUDA install is somehow broken or incomplete. Since cuBLAS is required for dlib to use CUDA we won't use CUDA.
  75. -- DID NOT FIND CUDA
  76. -- Disabling CUDA support for dlib. DLIB WILL NOT USE CUDA
  77. -- C++11 activated.
  78. -- Configuring done
  79. -- Generating done
  80. -- Build files have been written to: C:/Users/alent/Downloads/dlib-19.24/build/temp.win-amd64-cpython-311/Release
  81. Invoking CMake build: 'cmake --build . --config Release -- /m'
  82. MSBuild version 17.4.0+18d5aef85 for .NET Framework
  83. Building Custom Rule C:/Users/alent/Downloads/dlib-19.24/dlib/CMakeLists.txt
  84. base64_kernel_1.cpp
  85. bigint_kernel_1.cpp
  86. bigint_kernel_2.cpp
  87. bit_stream_kernel_1.cpp
  88. entropy_decoder_kernel_1.cpp
  89. entropy_decoder_kernel_2.cpp
  90. entropy_encoder_kernel_1.cpp
  91. entropy_encoder_kernel_2.cpp
  92. md5_kernel_1.cpp
  93. tokenizer_kernel_1.cpp
  94. unicode.cpp
  95. test_for_odr_violations.cpp
  96. sockets_kernel_1.cpp
  97. bsp.cpp
  98. dir_nav_kernel_1.cpp
  99. dir_nav_kernel_2.cpp
  100. dir_nav_extensions.cpp
  101. fonts.cpp
  102. linker_kernel_1.cpp
  103. extra_logger_headers.cpp
  104. logger_kernel_1.cpp
  105. logger_config_file.cpp
  106. misc_api_kernel_1.cpp
  107. misc_api_kernel_2.cpp
  108. sockets_extensions.cpp
  109. sockets_kernel_2.cpp
  110. sockstreambuf.cpp
  111. sockstreambuf_unbuffered.cpp
  112. server_kernel.cpp
  113. server_iostream.cpp
  114. server_http.cpp
  115. multithreaded_object_extension.cpp
  116. threaded_object_extension.cpp
  117. threads_kernel_1.cpp
  118. threads_kernel_2.cpp
  119. threads_kernel_shared.cpp
  120. thread_pool_extension.cpp
  121. async.cpp
  122. timer.cpp
  123. stack_trace.cpp
  124. cpu_dlib.cpp
  125. tensor_tools.cpp
  126. image_dataset_metadata.cpp
  127. mnist.cpp
  128. cifar.cpp
  129. global_function_search.cpp
  130. kalman_filter.cpp
  131. auto.cpp
  132. widgets.cpp
  133. drawable.cpp
  134. canvas_drawing.cpp
  135. style.cpp
  136. base_widgets.cpp
  137. gui_core_kernel_1.cpp
  138. gui_core_kernel_2.cpp
  139. png_loader.cpp
  140. save_png.cpp
  141. jpeg_loader.cpp
  142. save_jpeg.cpp
  143. arm_init.c
  144. filter_neon_intrinsics.c
  145. png.c
  146. pngerror.c
  147. pngget.c
  148. pngmem.c
  149. pngpread.c
  150. pngread.c
  151. pngrio.c
  152. pngrtran.c
  153. pngrutil.c
  154. pngset.c
  155. pngtrans.c
  156. pngwio.c
  157. pngwrite.c
  158. pngwtran.c
  159. pngwutil.c
  160. adler32.c
  161. compress.c
  162. crc32.c
  163. deflate.c
  164. gzclose.c
  165. gzlib.c
  166. gzread.c
  167. gzwrite.c
  168. C:\Users\alent\Downloads\dlib-19.24\dlib\external\zlib\gzread.c(319,17): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\alent\Downloads\dli
  169. b-19.24\build\temp.win-amd64-cpython-311\Release\dlib_build\dlib.vcxproj]
  170. C:\Users\alent\Downloads\dlib-19.24\dlib\external\zlib\gzread.c(400,11): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\alent\Downloads\dli
  171. b-19.24\build\temp.win-amd64-cpython-311\Release\dlib_build\dlib.vcxproj]
  172. C:\Users\alent\Downloads\dlib-19.24\dlib\external\zlib\gzread.c(472,11): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users\alent\Downloads\dlib-19.24\b
  173. uild\temp.win-amd64-cpython-311\Release\dlib_build\dlib.vcxproj]
  174. infback.c
  175. inffast.c
  176. inflate.c
  177. C:\Users\alent\Downloads\dlib-19.24\dlib\external\zlib\gzwrite.c(212,24): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\alent\Downloads\dl
  178. ib-19.24\build\temp.win-amd64-cpython-311\Release\dlib_build\dlib.vcxproj]
  179. C:\Users\alent\Downloads\dlib-19.24\dlib\external\zlib\gzwrite.c(232,21): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\Users\alent\Downloads\dl
  180. ib-19.24\build\temp.win-amd64-cpython-311\Release\dlib_build\dlib.vcxproj]
  181. C:\Users\alent\Downloads\dlib-19.24\dlib\external\zlib\gzwrite.c(371,11): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\Users\alent\Downloads\dlib-19.24\
  182. build\temp.win-amd64-cpython-311\Release\dlib_build\dlib.vcxproj]
  183. inftrees.c
  184. trees.c
  185. uncompr.c
  186. zutil.c
  187. jaricom.c
  188. jcapimin.c
  189. jcapistd.c
  190. jcarith.c
  191. jccoefct.c
  192. jccolor.c
  193. jcdctmgr.c
  194. jchuff.c
  195. jcinit.c
  196. jcmainct.c
  197. jcmarker.c
  198. jcmaster.c
  199. jcomapi.c
  200. jcparam.c
  201. jcprepct.c
  202. jcsample.c
  203. jdapimin.c
  204. jdapistd.c
  205. jdarith.c
  206. jdatadst.c
  207. C:\Users\alent\Downloads\dlib-19.24\dlib\external\libjpeg\jdatadst.c(185,34): warning C4267: '=': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\Users\alent\Downloa
  208. ds\dlib-19.24\build\temp.win-amd64-cpython-311\Release\dlib_build\dlib.vcxproj]
  209. jdatasrc.c
  210. jdcoefct.c
  211. jdcolor.c
  212. jddctmgr.c
  213. jdhuff.c
  214. jdinput.c
  215. jdmainct.c
  216. jdmarker.c
  217. jdmaster.c
  218. jdmerge.c
  219. jdpostct.c
  220. jdsample.c
  221. jerror.c
  222. jfdctflt.c
  223. jfdctfst.c
  224. jfdctint.c
  225. jidctflt.c
  226. jidctfst.c
  227. C:\Users\alent\Downloads\dlib-19.24\dlib\external\libjpeg\jerror.c(193,5): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable d
  228. eprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\dlib_build\dlib.vcxproj]
  229. C:\Users\alent\Downloads\dlib-19.24\dlib\external\libjpeg\jerror.c(195,5): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable d
  230. eprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\dlib_build\dlib.vcxproj]
  231. jidctint.c
  232. jmemmgr.c
  233. jmemnobs.c
  234. jquant1.c
  235. jquant2.c
  236. C:\Users\alent\Downloads\dlib-19.24\dlib\external\libjpeg\jmemmgr.c(307,47): warning C4267: '+=': conversion from 'size_t' to 'long', possible loss of data [C:\Users\alent\Downloads\dlib-1
  237. 9.24\build\temp.win-amd64-cpython-311\Release\dlib_build\dlib.vcxproj]
  238. C:\Users\alent\Downloads\dlib-19.24\dlib\external\libjpeg\jmemmgr.c(367,46): warning C4267: '+=': conversion from 'size_t' to 'long', possible loss of data [C:\Users\alent\Downloads\dlib-1
  239. 9.24\build\temp.win-amd64-cpython-311\Release\dlib_build\dlib.vcxproj]
  240. C:\Users\alent\Downloads\dlib-19.24\dlib\external\libjpeg\jmemmgr.c(977,35): warning C4267: '-=': conversion from 'size_t' to 'long', possible loss of data [C:\Users\alent\Downloads\dlib-1
  241. 9.24\build\temp.win-amd64-cpython-311\Release\dlib_build\dlib.vcxproj]
  242. C:\Users\alent\Downloads\dlib-19.24\dlib\external\libjpeg\jmemmgr.c(991,35): warning C4267: '-=': conversion from 'size_t' to 'long', possible loss of data [C:\Users\alent\Downloads\dlib-1
  243. 9.24\build\temp.win-amd64-cpython-311\Release\dlib_build\dlib.vcxproj]
  244. C:\Users\alent\Downloads\dlib-19.24\dlib\external\libjpeg\jmemmgr.c(1107,19): warning C4996: 'getenv': This function or variable may be unsafe. Consider using _dupenv_s instead. To disable
  245. deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\dlib_build\dlib.vcxproj]
  246. C:\Users\alent\Downloads\dlib-19.24\dlib\external\libjpeg\jmemmgr.c(1110,11): warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable
  247. deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\dlib_build\dlib.vcxproj]
  248. jutils.c
  249. dlib.vcxproj -> C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\dlib_build\Release\dlib19.24.0_release_64bit_msvc1934.lib
  250. Building Custom Rule C:/Users/alent/Downloads/dlib-19.24/tools/python/CMakeLists.txt
  251. dlib.cpp
  252. matrix.cpp
  253. vector.cpp
  254. svm_c_trainer.cpp
  255. svm_rank_trainer.cpp
  256. decision_functions.cpp
  257. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(441,36): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  258. -19.24\tools\python\src\dlib.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  259. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\dlib.cpp) [C:\User
  260. s\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  261. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(441,36): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  262. -19.24\tools\python\src\vector.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  263. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\vector.cpp) [C:\Us
  264. ers\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  265. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(443,29): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  266. -19.24\tools\python\src\dlib.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  267. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\dlib.cpp) [C:\User
  268. s\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  269. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(443,29): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  270. -19.24\tools\python\src\vector.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  271. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\vector.cpp) [C:\Us
  272. ers\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  273. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(444,26): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  274. -19.24\tools\python\src\dlib.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  275. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\dlib.cpp) [C:\User
  276. s\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  277. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(444,26): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  278. -19.24\tools\python\src\vector.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  279. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\vector.cpp) [C:\Us
  280. ers\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  281. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(441,36): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  282. -19.24\tools\python\src\svm_c_trainer.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  283. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\svm_c_trainer.cpp)
  284. [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  285. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(441,36): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  286. -19.24\tools\python\src\matrix.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  287. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\matrix.cpp) [C:\Us
  288. ers\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  289. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(443,29): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  290. -19.24\tools\python\src\svm_c_trainer.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  291. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\svm_c_trainer.cpp)
  292. [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  293. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(441,36): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  294. -19.24\tools\python\src\decision_functions.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  295. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\decision_functions
  296. .cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  297. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(443,29): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  298. -19.24\tools\python\src\matrix.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  299. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\matrix.cpp) [C:\Us
  300. ers\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  301. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(441,36): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  302. -19.24\tools\python\src\svm_rank_trainer.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  303. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\svm_rank_trainer.c
  304. pp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  305. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(444,26): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  306. -19.24\tools\python\src\matrix.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  307. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\matrix.cpp) [C:\Us
  308. ers\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  309. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(443,29): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  310. -19.24\tools\python\src\decision_functions.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  311. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\decision_functions
  312. .cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  313. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(444,26): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  314. -19.24\tools\python\src\svm_c_trainer.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  315. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\svm_c_trainer.cpp)
  316. [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  317. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(443,29): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  318. -19.24\tools\python\src\svm_rank_trainer.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  319. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\svm_rank_trainer.c
  320. pp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  321. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(444,26): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  322. -19.24\tools\python\src\decision_functions.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  323. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\decision_functions
  324. .cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  325. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(444,26): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  326. -19.24\tools\python\src\svm_rank_trainer.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  327. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\svm_rank_trainer.c
  328. pp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  329. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1890,49): error C2039: 'frame': is not a member of '_ts' (compiling source file C:\Users\alent\Downlo
  330. ads\dlib-19.24\tools\python\src\dlib.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  331. C:\Program Files\Python311\include\cpython/pystate.h(82,8): message : see declaration of '_ts' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\dlib.cpp) [C:\Use
  332. rs\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  333. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1891,8): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\
  334. dlib-19.24\tools\python\src\dlib.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  335. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\dlib.cpp) [C:\User
  336. s\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  337. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1892,1): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\
  338. dlib-19.24\tools\python\src\dlib.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  339. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\dlib.cpp) [C:\User
  340. s\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  341. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1895,18): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads
  342. \dlib-19.24\tools\python\src\dlib.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  343. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\dlib.cpp) [C:\User
  344. s\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  345. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1895,30): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads
  346. \dlib-19.24\tools\python\src\dlib.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  347. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\dlib.cpp) [C:\User
  348. s\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  349. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1890,49): error C2039: 'frame': is not a member of '_ts' (compiling source file C:\Users\alent\Downlo
  350. ads\dlib-19.24\tools\python\src\matrix.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  351. C:\Program Files\Python311\include\cpython/pystate.h(82,8): message : see declaration of '_ts' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\matrix.cpp) [C:\U
  352. sers\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  353. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1890,49): error C2039: 'frame': is not a member of '_ts' (compiling source file C:\Users\alent\Downlo
  354. ads\dlib-19.24\tools\python\src\vector.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  355. C:\Program Files\Python311\include\cpython/pystate.h(82,8): message : see declaration of '_ts' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\vector.cpp) [C:\U
  356. sers\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  357. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1891,8): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\
  358. dlib-19.24\tools\python\src\matrix.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  359. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\matrix.cpp) [C:\Us
  360. ers\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  361. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1891,8): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\
  362. dlib-19.24\tools\python\src\vector.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  363. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\vector.cpp) [C:\Us
  364. ers\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  365. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1892,1): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\
  366. dlib-19.24\tools\python\src\matrix.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  367. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\matrix.cpp) [C:\Us
  368. ers\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  369. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1895,18): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads
  370. \dlib-19.24\tools\python\src\matrix.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  371. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\matrix.cpp) [C:\Us
  372. ers\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  373. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1892,1): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\
  374. dlib-19.24\tools\python\src\vector.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  375. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\vector.cpp) [C:\Us
  376. ers\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  377. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1895,30): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads
  378. \dlib-19.24\tools\python\src\matrix.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  379. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\matrix.cpp) [C:\Us
  380. ers\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  381. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1895,18): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads
  382. \dlib-19.24\tools\python\src\vector.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  383. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\vector.cpp) [C:\Us
  384. ers\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  385. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1895,30): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads
  386. \dlib-19.24\tools\python\src\vector.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  387. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\vector.cpp) [C:\Us
  388. ers\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  389. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1890,49): error C2039: 'frame': is not a member of '_ts' (compiling source file C:\Users\alent\Downlo
  390. ads\dlib-19.24\tools\python\src\svm_c_trainer.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  391. C:\Program Files\Python311\include\cpython/pystate.h(82,8): message : see declaration of '_ts' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\svm_c_trainer.cpp
  392. ) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  393. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1891,8): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\
  394. dlib-19.24\tools\python\src\svm_c_trainer.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  395. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\svm_c_trainer.cpp)
  396. [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  397. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1892,1): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\
  398. dlib-19.24\tools\python\src\svm_c_trainer.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  399. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\svm_c_trainer.cpp)
  400. [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  401. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1895,18): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads
  402. \dlib-19.24\tools\python\src\svm_c_trainer.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  403. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\svm_c_trainer.cpp)
  404. [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  405. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1895,30): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads
  406. \dlib-19.24\tools\python\src\svm_c_trainer.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  407. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\svm_c_trainer.cpp)
  408. [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  409. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1890,49): error C2039: 'frame': is not a member of '_ts' (compiling source file C:\Users\alent\Downlo
  410. ads\dlib-19.24\tools\python\src\decision_functions.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  411. C:\Program Files\Python311\include\cpython/pystate.h(82,8): message : see declaration of '_ts' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\decision_function
  412. s.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  413. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1891,8): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\
  414. dlib-19.24\tools\python\src\decision_functions.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  415. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\decision_functions
  416. .cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  417. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1892,1): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\
  418. dlib-19.24\tools\python\src\decision_functions.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  419. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\decision_functions
  420. .cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  421. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1895,18): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads
  422. \dlib-19.24\tools\python\src\decision_functions.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  423. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\decision_functions
  424. .cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  425. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1894,33): error C2660: 'PyDict_GetItem': function does not take 1 arguments (compiling source file C:
  426. \Users\alent\Downloads\dlib-19.24\tools\python\src\dlib.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  427. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1894,33): error C2660: 'PyDict_GetItem': function does not take 1 arguments (compiling source file C:
  428. \Users\alent\Downloads\dlib-19.24\tools\python\src\matrix.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  429. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1894,33): error C2660: 'PyDict_GetItem': function does not take 1 arguments (compiling source file C:
  430. \Users\alent\Downloads\dlib-19.24\tools\python\src\svm_c_trainer.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  431. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1894,33): error C2660: 'PyDict_GetItem': function does not take 1 arguments (compiling source file C:
  432. \Users\alent\Downloads\dlib-19.24\tools\python\src\vector.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  433. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1895,30): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads
  434. \dlib-19.24\tools\python\src\decision_functions.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  435. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\decision_functions
  436. .cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  437. C:\Program Files\Python311\include\dictobject.h(22,24): message : see declaration of 'PyDict_GetItem' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\dlib.cpp)
  438. [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  439. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1894,33): message : while trying to match the argument list '()' (compiling source file C:\Users\alen
  440. t\Downloads\dlib-19.24\tools\python\src\dlib.cpp)C:\Program Files\Python311\include\dictobject.h(22,24): note: see declaration of 'PyDict_GetItem' (compiling source file C:\Users\alent\Dow
  441. nloads\dlib-19.24\tools\python\src\matrix.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  442. C:\Program Files\Python311\include\dictobject.h(22,24): message : see declaration of 'PyDict_GetItem' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\svm_c_trai
  443. ner.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  444. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1894,33): message : while trying to match the argument list '()' (compiling source file C:\Users\alen
  445. t\Downloads\dlib-19.24\tools\python\src\matrix.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  446. C:\Program Files\Python311\include\dictobject.h(22,24): message : see declaration of 'PyDict_GetItem' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\vector.cpp
  447. ) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  448. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1894,33): message : while trying to match the argument list '()' (compiling source file C:\Users\alen
  449. t\Downloads\dlib-19.24\tools\python\src\svm_c_trainer.cpp)C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1894,33): error C2660: 'PyDict_GetItem': fu
  450. nction does not take 1 arguments (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\decision_functions.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd
  451. 64-cpython-311\Release\_dlib_pybind11.vcxproj]
  452. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1894,33): message : while trying to match the argument list '()' (compiling source file C:\Users\alen
  453. t\Downloads\dlib-19.24\tools\python\src\vector.cpp)C:\Program Files\Python311\include\dictobject.h(22,24): note: see declaration of 'PyDict_GetItem' (compiling source file C:\Users\alent\D
  454. ownloads\dlib-19.24\tools\python\src\decision_functions.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  455. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1894,33): message : while trying to match the argument list '()' (compiling source file C:\Users\alen
  456. t\Downloads\dlib-19.24\tools\python\src\decision_functions.cpp)C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1890,49): error C2039: 'frame': is not
  457. a member of '_ts' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\svm_rank_trainer.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\R
  458. elease\_dlib_pybind11.vcxproj]
  459. C:\Program Files\Python311\include\cpython/pystate.h(82,8): message : see declaration of '_ts' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\svm_rank_trainer.
  460. cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  461. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1891,8): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\
  462. dlib-19.24\tools\python\src\svm_rank_trainer.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  463. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\svm_rank_trainer.c
  464. pp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  465. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1892,1): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\
  466. dlib-19.24\tools\python\src\svm_rank_trainer.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  467. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\svm_rank_trainer.c
  468. pp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  469. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1895,18): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads
  470. \dlib-19.24\tools\python\src\svm_rank_trainer.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  471. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\svm_rank_trainer.c
  472. pp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  473. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1895,30): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads
  474. \dlib-19.24\tools\python\src\svm_rank_trainer.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  475. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\svm_rank_trainer.c
  476. pp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  477. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1894,33): error C2660: 'PyDict_GetItem': function does not take 1 arguments (compiling source file C:
  478. \Users\alent\Downloads\dlib-19.24\tools\python\src\svm_rank_trainer.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  479. C:\Program Files\Python311\include\dictobject.h(22,24): message : see declaration of 'PyDict_GetItem' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\svm_rank_t
  480. rainer.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  481. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1894,33): message : while trying to match the argument list '()' (compiling source file C:\Users\alen
  482. t\Downloads\dlib-19.24\tools\python\src\svm_rank_trainer.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  483. other.cpp
  484. basic.cpp
  485. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(441,36): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  486. -19.24\tools\python\src\other.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  487. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\other.cpp) [C:\Use
  488. rs\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  489. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(443,29): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  490. -19.24\tools\python\src\other.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  491. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\other.cpp) [C:\Use
  492. rs\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  493. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(444,26): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  494. -19.24\tools\python\src\other.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  495. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\other.cpp) [C:\Use
  496. rs\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  497. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(441,36): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  498. -19.24\tools\python\src\basic.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  499. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\basic.cpp) [C:\Use
  500. rs\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  501. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(443,29): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  502. -19.24\tools\python\src\basic.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  503. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\basic.cpp) [C:\Use
  504. rs\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  505. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(444,26): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  506. -19.24\tools\python\src\basic.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  507. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\basic.cpp) [C:\Use
  508. rs\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  509. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1890,49): error C2039: 'frame': is not a member of '_ts' (compiling source file C:\Users\alent\Downlo
  510. ads\dlib-19.24\tools\python\src\other.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  511. C:\Program Files\Python311\include\cpython/pystate.h(82,8): message : see declaration of '_ts' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\other.cpp) [C:\Us
  512. ers\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  513. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1891,8): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\
  514. dlib-19.24\tools\python\src\other.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  515. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\other.cpp) [C:\Use
  516. rs\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  517. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1892,1): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\
  518. dlib-19.24\tools\python\src\other.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  519. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\other.cpp) [C:\Use
  520. rs\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  521. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1895,18): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads
  522. \dlib-19.24\tools\python\src\other.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  523. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\other.cpp) [C:\Use
  524. rs\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  525. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1895,30): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads
  526. \dlib-19.24\tools\python\src\other.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  527. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\other.cpp) [C:\Use
  528. rs\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  529. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1894,33): error C2660: 'PyDict_GetItem': function does not take 1 arguments (compiling source file C:
  530. \Users\alent\Downloads\dlib-19.24\tools\python\src\other.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  531. C:\Program Files\Python311\include\dictobject.h(22,24): message : see declaration of 'PyDict_GetItem' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\other.cpp)
  532. [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  533. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1894,33): message : while trying to match the argument list '()' (compiling source file C:\Users\alen
  534. t\Downloads\dlib-19.24\tools\python\src\other.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  535. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1890,49): error C2039: 'frame': is not a member of '_ts' (compiling source file C:\Users\alent\Downlo
  536. ads\dlib-19.24\tools\python\src\basic.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  537. C:\Program Files\Python311\include\cpython/pystate.h(82,8): message : see declaration of '_ts' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\basic.cpp) [C:\Us
  538. ers\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  539. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1891,8): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\
  540. dlib-19.24\tools\python\src\basic.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  541. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\basic.cpp) [C:\Use
  542. rs\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  543. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1892,1): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\
  544. dlib-19.24\tools\python\src\basic.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  545. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\basic.cpp) [C:\Use
  546. rs\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  547. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1895,18): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads
  548. \dlib-19.24\tools\python\src\basic.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  549. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\basic.cpp) [C:\Use
  550. rs\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  551. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1895,30): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads
  552. \dlib-19.24\tools\python\src\basic.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  553. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\basic.cpp) [C:\Use
  554. rs\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  555. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1894,33): error C2660: 'PyDict_GetItem': function does not take 1 arguments (compiling source file C:
  556. \Users\alent\Downloads\dlib-19.24\tools\python\src\basic.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  557. C:\Program Files\Python311\include\dictobject.h(22,24): message : see declaration of 'PyDict_GetItem' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\basic.cpp)
  558. [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  559. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1894,33): message : while trying to match the argument list '()' (compiling source file C:\Users\alen
  560. t\Downloads\dlib-19.24\tools\python\src\basic.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  561. cca.cpp
  562. sequence_segmenter.cpp
  563. svm_struct.cpp
  564. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(441,36): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  565. -19.24\tools\python\src\cca.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  566. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\cca.cpp) [C:\Users
  567. \alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  568. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(443,29): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  569. -19.24\tools\python\src\cca.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  570. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\cca.cpp) [C:\Users
  571. \alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  572. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(444,26): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  573. -19.24\tools\python\src\cca.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  574. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\cca.cpp) [C:\Users
  575. \alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  576. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1890,49): error C2039: 'frame': is not a member of '_ts' (compiling source file C:\Users\alent\Downlo
  577. ads\dlib-19.24\tools\python\src\cca.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  578. C:\Program Files\Python311\include\cpython/pystate.h(82,8): message : see declaration of '_ts' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\cca.cpp) [C:\User
  579. s\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  580. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1891,8): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\
  581. dlib-19.24\tools\python\src\cca.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  582. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\cca.cpp) [C:\Users
  583. \alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  584. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1892,1): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\
  585. dlib-19.24\tools\python\src\cca.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  586. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\cca.cpp) [C:\Users
  587. \alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  588. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1895,18): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads
  589. \dlib-19.24\tools\python\src\cca.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  590. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\cca.cpp) [C:\Users
  591. \alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  592. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1895,30): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads
  593. \dlib-19.24\tools\python\src\cca.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  594. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\cca.cpp) [C:\Users
  595. \alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  596. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1894,33): error C2660: 'PyDict_GetItem': function does not take 1 arguments (compiling source file C:
  597. \Users\alent\Downloads\dlib-19.24\tools\python\src\cca.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  598. C:\Program Files\Python311\include\dictobject.h(22,24): message : see declaration of 'PyDict_GetItem' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\cca.cpp) [
  599. C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  600. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1894,33): message : while trying to match the argument list '()' (compiling source file C:\Users\alen
  601. t\Downloads\dlib-19.24\tools\python\src\cca.cpp)C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(441,36): error C2027: use of undefined type '_frame' (com
  602. piling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\sequence_segmenter.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11
  603. .vcxproj]
  604. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\sequence_segmenter
  605. .cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  606. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(443,29): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  607. -19.24\tools\python\src\sequence_segmenter.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  608. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\sequence_segmenter
  609. .cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  610. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(444,26): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  611. -19.24\tools\python\src\sequence_segmenter.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  612. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\sequence_segmenter
  613. .cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  614. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(441,36): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  615. -19.24\tools\python\src\svm_struct.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  616. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\svm_struct.cpp) [C
  617. :\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  618. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(443,29): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  619. -19.24\tools\python\src\svm_struct.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  620. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\svm_struct.cpp) [C
  621. :\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  622. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(444,26): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  623. -19.24\tools\python\src\svm_struct.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  624. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\svm_struct.cpp) [C
  625. :\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  626. image.cpp
  627. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1890,49): error C2039: 'frame': is not a member of '_ts' (compiling source file C:\Users\alent\Downlo
  628. ads\dlib-19.24\tools\python\src\sequence_segmenter.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  629. C:\Program Files\Python311\include\cpython/pystate.h(82,8): message : see declaration of '_ts' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\sequence_segmente
  630. r.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  631. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1891,8): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\
  632. dlib-19.24\tools\python\src\sequence_segmenter.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  633. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\sequence_segmenter
  634. .cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  635. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1892,1): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\
  636. dlib-19.24\tools\python\src\sequence_segmenter.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  637. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\sequence_segmenter
  638. .cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  639. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1895,18): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads
  640. \dlib-19.24\tools\python\src\sequence_segmenter.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  641. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\sequence_segmenter
  642. .cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  643. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1895,30): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads
  644. \dlib-19.24\tools\python\src\sequence_segmenter.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  645. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\sequence_segmenter
  646. .cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  647. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1890,49): error C2039: 'frame': is not a member of '_ts' (compiling source file C:\Users\alent\Downlo
  648. ads\dlib-19.24\tools\python\src\svm_struct.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  649. C:\Program Files\Python311\include\cpython/pystate.h(82,8): message : see declaration of '_ts' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\svm_struct.cpp) [
  650. C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  651. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1894,33): error C2660: 'PyDict_GetItem': function does not take 1 arguments (compiling source file C:
  652. \Users\alent\Downloads\dlib-19.24\tools\python\src\sequence_segmenter.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  653. C:\Program Files\Python311\include\dictobject.h(22,24): message : see declaration of 'PyDict_GetItem' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\sequence_s
  654. egmenter.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  655. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1894,33): message : while trying to match the argument list '()' (compiling source file C:\Users\alen
  656. t\Downloads\dlib-19.24\tools\python\src\sequence_segmenter.cpp)C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1891,8): error C2027: use of undefined
  657. type '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\svm_struct.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dl
  658. ib_pybind11.vcxproj]
  659. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\svm_struct.cpp) [C
  660. :\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  661. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1892,1): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\
  662. dlib-19.24\tools\python\src\svm_struct.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  663. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\svm_struct.cpp) [C
  664. :\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  665. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1895,18): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads
  666. \dlib-19.24\tools\python\src\svm_struct.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  667. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\svm_struct.cpp) [C
  668. :\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  669. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1895,30): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads
  670. \dlib-19.24\tools\python\src\svm_struct.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  671. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\svm_struct.cpp) [C
  672. :\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  673. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1894,33): error C2660: 'PyDict_GetItem': function does not take 1 arguments (compiling source file C:
  674. \Users\alent\Downloads\dlib-19.24\tools\python\src\svm_struct.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  675. C:\Program Files\Python311\include\dictobject.h(22,24): message : see declaration of 'PyDict_GetItem' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\svm_struct
  676. .cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  677. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1894,33): message : while trying to match the argument list '()' (compiling source file C:\Users\alen
  678. t\Downloads\dlib-19.24\tools\python\src\svm_struct.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  679. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(441,36): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  680. -19.24\tools\python\src\image.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  681. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\image.cpp) [C:\Use
  682. rs\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  683. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(443,29): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  684. -19.24\tools\python\src\image.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  685. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\image.cpp) [C:\Use
  686. rs\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  687. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(444,26): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  688. -19.24\tools\python\src\image.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  689. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\image.cpp) [C:\Use
  690. rs\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  691. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1890,49): error C2039: 'frame': is not a member of '_ts' (compiling source file C:\Users\alent\Downlo
  692. ads\dlib-19.24\tools\python\src\image.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  693. C:\Program Files\Python311\include\cpython/pystate.h(82,8): message : see declaration of '_ts' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\image.cpp) [C:\Us
  694. ers\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  695. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1891,8): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\
  696. dlib-19.24\tools\python\src\image.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  697. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\image.cpp) [C:\Use
  698. rs\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  699. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1892,1): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\
  700. dlib-19.24\tools\python\src\image.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  701. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\image.cpp) [C:\Use
  702. rs\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  703. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1895,18): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads
  704. \dlib-19.24\tools\python\src\image.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  705. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\image.cpp) [C:\Use
  706. rs\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  707. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1895,30): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads
  708. \dlib-19.24\tools\python\src\image.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  709. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\image.cpp) [C:\Use
  710. rs\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  711. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1894,33): error C2660: 'PyDict_GetItem': function does not take 1 arguments (compiling source file C:
  712. \Users\alent\Downloads\dlib-19.24\tools\python\src\image.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  713. C:\Program Files\Python311\include\dictobject.h(22,24): message : see declaration of 'PyDict_GetItem' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\image.cpp)
  714. [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  715. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1894,33): message : while trying to match the argument list '()' (compiling source file C:\Users\alen
  716. t\Downloads\dlib-19.24\tools\python\src\image.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  717. image2.cpp
  718. image3.cpp
  719. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(441,36): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  720. -19.24\tools\python\src\image2.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  721. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\image2.cpp) [C:\Us
  722. ers\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  723. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(443,29): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  724. -19.24\tools\python\src\image2.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  725. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\image2.cpp) [C:\Us
  726. ers\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  727. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(444,26): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  728. -19.24\tools\python\src\image2.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  729. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\image2.cpp) [C:\Us
  730. ers\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  731. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(441,36): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  732. -19.24\tools\python\src\image3.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  733. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\image3.cpp) [C:\Us
  734. ers\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  735. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(443,29): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  736. -19.24\tools\python\src\image3.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  737. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\image3.cpp) [C:\Us
  738. ers\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  739. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(444,26): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  740. -19.24\tools\python\src\image3.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  741. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\image3.cpp) [C:\Us
  742. ers\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  743. image4.cpp
  744. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1890,49): error C2039: 'frame': is not a member of '_ts' (compiling source file C:\Users\alent\Downlo
  745. ads\dlib-19.24\tools\python\src\image2.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  746. C:\Program Files\Python311\include\cpython/pystate.h(82,8): message : see declaration of '_ts' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\image2.cpp) [C:\U
  747. sers\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  748. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1891,8): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\
  749. dlib-19.24\tools\python\src\image2.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  750. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\image2.cpp) [C:\Us
  751. ers\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  752. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1892,1): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\
  753. dlib-19.24\tools\python\src\image2.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  754. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\image2.cpp) [C:\Us
  755. ers\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  756. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1895,18): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads
  757. \dlib-19.24\tools\python\src\image2.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  758. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\image2.cpp) [C:\Us
  759. ers\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  760. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1895,30): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads
  761. \dlib-19.24\tools\python\src\image2.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  762. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\image2.cpp) [C:\Us
  763. ers\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  764. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1894,33): error C2660: 'PyDict_GetItem': function does not take 1 arguments (compiling source file C:
  765. \Users\alent\Downloads\dlib-19.24\tools\python\src\image2.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  766. C:\Program Files\Python311\include\dictobject.h(22,24): message : see declaration of 'PyDict_GetItem' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\image2.cpp
  767. ) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  768. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1894,33): message : while trying to match the argument list '()' (compiling source file C:\Users\alen
  769. t\Downloads\dlib-19.24\tools\python\src\image2.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  770. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1890,49): error C2039: 'frame': is not a member of '_ts' (compiling source file C:\Users\alent\Downlo
  771. ads\dlib-19.24\tools\python\src\image3.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  772. C:\Program Files\Python311\include\cpython/pystate.h(82,8): message : see declaration of '_ts' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\image3.cpp) [C:\U
  773. sers\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  774. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1891,8): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\
  775. dlib-19.24\tools\python\src\image3.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  776. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\image3.cpp) [C:\Us
  777. ers\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  778. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1892,1): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\
  779. dlib-19.24\tools\python\src\image3.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  780. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\image3.cpp) [C:\Us
  781. ers\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  782. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1895,18): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads
  783. \dlib-19.24\tools\python\src\image3.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  784. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\image3.cpp) [C:\Us
  785. ers\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  786. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1895,30): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads
  787. \dlib-19.24\tools\python\src\image3.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  788. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\image3.cpp) [C:\Us
  789. ers\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  790. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1894,33): error C2660: 'PyDict_GetItem': function does not take 1 arguments (compiling source file C:
  791. \Users\alent\Downloads\dlib-19.24\tools\python\src\image3.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  792. C:\Program Files\Python311\include\dictobject.h(22,24): message : see declaration of 'PyDict_GetItem' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\image3.cpp
  793. ) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  794. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1894,33): message : while trying to match the argument list '()' (compiling source file C:\Users\alen
  795. t\Downloads\dlib-19.24\tools\python\src\image3.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  796. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(441,36): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  797. -19.24\tools\python\src\image4.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  798. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\image4.cpp) [C:\Us
  799. ers\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  800. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(443,29): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  801. -19.24\tools\python\src\image4.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  802. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\image4.cpp) [C:\Us
  803. ers\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  804. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(444,26): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  805. -19.24\tools\python\src\image4.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  806. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\image4.cpp) [C:\Us
  807. ers\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  808. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1890,49): error C2039: 'frame': is not a member of '_ts' (compiling source file C:\Users\alent\Downlo
  809. ads\dlib-19.24\tools\python\src\image4.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  810. C:\Program Files\Python311\include\cpython/pystate.h(82,8): message : see declaration of '_ts' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\image4.cpp) [C:\U
  811. sers\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  812. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1891,8): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\
  813. dlib-19.24\tools\python\src\image4.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  814. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\image4.cpp) [C:\Us
  815. ers\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  816. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1892,1): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\
  817. dlib-19.24\tools\python\src\image4.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  818. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\image4.cpp) [C:\Us
  819. ers\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  820. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1895,18): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads
  821. \dlib-19.24\tools\python\src\image4.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  822. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\image4.cpp) [C:\Us
  823. ers\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  824. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1895,30): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads
  825. \dlib-19.24\tools\python\src\image4.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  826. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\image4.cpp) [C:\Us
  827. ers\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  828. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1894,33): error C2660: 'PyDict_GetItem': function does not take 1 arguments (compiling source file C:
  829. \Users\alent\Downloads\dlib-19.24\tools\python\src\image4.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  830. rectangles.cpp
  831. C:\Program Files\Python311\include\dictobject.h(22,24): message : see declaration of 'PyDict_GetItem' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\image4.cpp
  832. ) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  833. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1894,33): message : while trying to match the argument list '()' (compiling source file C:\Users\alen
  834. t\Downloads\dlib-19.24\tools\python\src\image4.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  835. object_detection.cpp
  836. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(441,36): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  837. -19.24\tools\python\src\rectangles.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  838. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\rectangles.cpp) [C
  839. :\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  840. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(443,29): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  841. -19.24\tools\python\src\rectangles.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  842. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\rectangles.cpp) [C
  843. :\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  844. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(441,36): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  845. -19.24\tools\python\src\object_detection.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  846. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\object_detection.c
  847. pp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  848. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(444,26): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  849. -19.24\tools\python\src\rectangles.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  850. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\rectangles.cpp) [C
  851. :\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  852. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(443,29): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  853. -19.24\tools\python\src\object_detection.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  854. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\object_detection.c
  855. pp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  856. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(444,26): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  857. -19.24\tools\python\src\object_detection.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  858. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\object_detection.c
  859. pp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  860. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1890,49): error C2039: 'frame': is not a member of '_ts' (compiling source file C:\Users\alent\Downlo
  861. ads\dlib-19.24\tools\python\src\object_detection.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  862. C:\Program Files\Python311\include\cpython/pystate.h(82,8): message : see declaration of '_ts' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\object_detection.
  863. cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  864. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1891,8): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\
  865. dlib-19.24\tools\python\src\object_detection.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  866. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\object_detection.c
  867. pp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  868. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1890,49): error C2039: 'frame': is not a member of '_ts' (compiling source file C:\Users\alent\Downlo
  869. ads\dlib-19.24\tools\python\src\rectangles.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  870. C:\Program Files\Python311\include\cpython/pystate.h(82,8): message : see declaration of '_ts' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\rectangles.cpp) [
  871. C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  872. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1892,1): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\
  873. dlib-19.24\tools\python\src\object_detection.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  874. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\object_detection.c
  875. pp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  876. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1891,8): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\
  877. dlib-19.24\tools\python\src\rectangles.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  878. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\rectangles.cpp) [C
  879. :\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  880. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1895,18): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads
  881. \dlib-19.24\tools\python\src\object_detection.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  882. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\object_detection.c
  883. pp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  884. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1895,30): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads
  885. \dlib-19.24\tools\python\src\object_detection.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  886. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\object_detection.c
  887. pp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  888. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1892,1): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\
  889. dlib-19.24\tools\python\src\rectangles.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  890. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\rectangles.cpp) [C
  891. :\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  892. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1894,33): error C2660: 'PyDict_GetItem': function does not take 1 arguments (compiling source file C:
  893. \Users\alent\Downloads\dlib-19.24\tools\python\src\object_detection.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  894. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1895,18): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads
  895. \dlib-19.24\tools\python\src\rectangles.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  896. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\rectangles.cpp) [C
  897. :\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  898. C:\Program Files\Python311\include\dictobject.h(22,24): message : see declaration of 'PyDict_GetItem' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\object_det
  899. ection.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  900. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1894,33): message : while trying to match the argument list '()' (compiling source file C:\Users\alen
  901. t\Downloads\dlib-19.24\tools\python\src\object_detection.cpp)C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1895,30): error C2027: use of undefined
  902. type '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\rectangles.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dli
  903. b_pybind11.vcxproj]
  904. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\rectangles.cpp) [C
  905. :\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  906. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1894,33): error C2660: 'PyDict_GetItem': function does not take 1 arguments (compiling source file C:
  907. \Users\alent\Downloads\dlib-19.24\tools\python\src\rectangles.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  908. C:\Program Files\Python311\include\dictobject.h(22,24): message : see declaration of 'PyDict_GetItem' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\rectangles
  909. .cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  910. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1894,33): message : while trying to match the argument list '()' (compiling source file C:\Users\alen
  911. t\Downloads\dlib-19.24\tools\python\src\rectangles.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  912. shape_predictor.cpp
  913. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(441,36): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  914. -19.24\tools\python\src\shape_predictor.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  915. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\shape_predictor.cp
  916. p) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  917. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(443,29): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  918. -19.24\tools\python\src\shape_predictor.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  919. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\shape_predictor.cp
  920. p) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  921. correlation_tracker.cpp
  922. face_recognition.cpp
  923. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(444,26): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  924. -19.24\tools\python\src\shape_predictor.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  925. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\shape_predictor.cp
  926. p) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  927. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1890,49): error C2039: 'frame': is not a member of '_ts' (compiling source file C:\Users\alent\Downlo
  928. ads\dlib-19.24\tools\python\src\shape_predictor.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  929. C:\Program Files\Python311\include\cpython/pystate.h(82,8): message : see declaration of '_ts' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\shape_predictor.c
  930. pp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  931. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1891,8): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\
  932. dlib-19.24\tools\python\src\shape_predictor.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  933. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\shape_predictor.cp
  934. p) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  935. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1892,1): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\
  936. dlib-19.24\tools\python\src\shape_predictor.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  937. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\shape_predictor.cp
  938. p) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  939. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1895,18): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads
  940. \dlib-19.24\tools\python\src\shape_predictor.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  941. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\shape_predictor.cp
  942. p) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  943. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1895,30): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads
  944. \dlib-19.24\tools\python\src\shape_predictor.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  945. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\shape_predictor.cp
  946. p) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  947. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1894,33): error C2660: 'PyDict_GetItem': function does not take 1 arguments (compiling source file C:
  948. \Users\alent\Downloads\dlib-19.24\tools\python\src\shape_predictor.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  949. C:\Program Files\Python311\include\dictobject.h(22,24): message : see declaration of 'PyDict_GetItem' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\shape_pred
  950. ictor.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  951. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1894,33): message : while trying to match the argument list '()' (compiling source file C:\Users\alen
  952. t\Downloads\dlib-19.24\tools\python\src\shape_predictor.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  953. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(441,36): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  954. -19.24\tools\python\src\face_recognition.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  955. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\face_recognition.c
  956. pp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  957. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(443,29): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  958. -19.24\tools\python\src\face_recognition.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  959. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\face_recognition.c
  960. pp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  961. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(441,36): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  962. -19.24\tools\python\src\correlation_tracker.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  963. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\correlation_tracke
  964. r.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  965. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(444,26): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  966. -19.24\tools\python\src\face_recognition.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  967. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\face_recognition.c
  968. pp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  969. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(443,29): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  970. -19.24\tools\python\src\correlation_tracker.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  971. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\correlation_tracke
  972. r.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  973. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(444,26): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  974. -19.24\tools\python\src\correlation_tracker.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  975. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\correlation_tracke
  976. r.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  977. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1890,49): error C2039: 'frame': is not a member of '_ts' (compiling source file C:\Users\alent\Downlo
  978. ads\dlib-19.24\tools\python\src\face_recognition.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  979. C:\Program Files\Python311\include\cpython/pystate.h(82,8): message : see declaration of '_ts' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\face_recognition.
  980. cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  981. cnn_face_detector.cpp
  982. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1890,49): error C2039: 'frame': is not a member of '_ts' (compiling source file C:\Users\alent\Downlo
  983. ads\dlib-19.24\tools\python\src\correlation_tracker.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  984. C:\Program Files\Python311\include\cpython/pystate.h(82,8): message : see declaration of '_ts' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\correlation_track
  985. er.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  986. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1891,8): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\
  987. dlib-19.24\tools\python\src\face_recognition.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  988. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\face_recognition.c
  989. pp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  990. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1891,8): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\
  991. dlib-19.24\tools\python\src\correlation_tracker.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  992. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\correlation_tracke
  993. r.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  994. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1892,1): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\
  995. dlib-19.24\tools\python\src\face_recognition.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  996. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\face_recognition.c
  997. pp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  998. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1892,1): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\
  999. dlib-19.24\tools\python\src\correlation_tracker.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1000. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\correlation_tracke
  1001. r.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1002. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1895,18): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads
  1003. \dlib-19.24\tools\python\src\face_recognition.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1004. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\face_recognition.c
  1005. pp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1006. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1895,18): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads
  1007. \dlib-19.24\tools\python\src\correlation_tracker.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1008. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\correlation_tracke
  1009. r.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1010. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1895,30): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads
  1011. \dlib-19.24\tools\python\src\face_recognition.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1012. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\face_recognition.c
  1013. pp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1014. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1895,30): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads
  1015. \dlib-19.24\tools\python\src\correlation_tracker.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1016. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\correlation_tracke
  1017. r.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1018. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1894,33): error C2660: 'PyDict_GetItem': function does not take 1 arguments (compiling source file C:
  1019. \Users\alent\Downloads\dlib-19.24\tools\python\src\face_recognition.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1020. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1894,33): error C2660: 'PyDict_GetItem': function does not take 1 arguments (compiling source file C:
  1021. \Users\alent\Downloads\dlib-19.24\tools\python\src\correlation_tracker.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1022. C:\Program Files\Python311\include\dictobject.h(22,24): message : see declaration of 'PyDict_GetItem' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\face_recog
  1023. nition.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1024. C:\Program Files\Python311\include\dictobject.h(22,24): message : see declaration of 'PyDict_GetItem' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\correlatio
  1025. n_tracker.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1026. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1894,33): message : while trying to match the argument list '()' (compiling source file C:\Users\alen
  1027. t\Downloads\dlib-19.24\tools\python\src\face_recognition.cpp)C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1894,33): note: while trying to match th
  1028. e argument list '()' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\correlation_tracker.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-
  1029. 311\Release\_dlib_pybind11.vcxproj]
  1030. global_optimization.cpp
  1031. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(441,36): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  1032. -19.24\tools\python\src\cnn_face_detector.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1033. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\cnn_face_detector.
  1034. cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1035. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(443,29): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  1036. -19.24\tools\python\src\cnn_face_detector.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1037. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\cnn_face_detector.
  1038. cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1039. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(444,26): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  1040. -19.24\tools\python\src\cnn_face_detector.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1041. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\cnn_face_detector.
  1042. cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1043. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1890,49): error C2039: 'frame': is not a member of '_ts' (compiling source file C:\Users\alent\Downlo
  1044. ads\dlib-19.24\tools\python\src\cnn_face_detector.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1045. C:\Program Files\Python311\include\cpython/pystate.h(82,8): message : see declaration of '_ts' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\cnn_face_detector
  1046. .cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1047. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1891,8): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\
  1048. dlib-19.24\tools\python\src\cnn_face_detector.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1049. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\cnn_face_detector.
  1050. cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1051. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1892,1): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\
  1052. dlib-19.24\tools\python\src\cnn_face_detector.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1053. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\cnn_face_detector.
  1054. cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1055. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1895,18): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads
  1056. \dlib-19.24\tools\python\src\cnn_face_detector.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1057. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\cnn_face_detector.
  1058. cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1059. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1895,30): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads
  1060. \dlib-19.24\tools\python\src\cnn_face_detector.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1061. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\cnn_face_detector.
  1062. cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1063. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1894,33): error C2660: 'PyDict_GetItem': function does not take 1 arguments (compiling source file C:
  1064. \Users\alent\Downloads\dlib-19.24\tools\python\src\cnn_face_detector.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1065. C:\Program Files\Python311\include\dictobject.h(22,24): message : see declaration of 'PyDict_GetItem' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\cnn_face_d
  1066. etector.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1067. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(441,36): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  1068. -19.24\tools\python\src\global_optimization.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1069. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\global_optimizatio
  1070. n.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1071. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(443,29): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  1072. -19.24\tools\python\src\global_optimization.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1073. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\global_optimizatio
  1074. n.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1075. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(444,26): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  1076. -19.24\tools\python\src\global_optimization.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1077. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\global_optimizatio
  1078. n.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1079. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1894,33): message : while trying to match the argument list '()' (compiling source file C:\Users\alen
  1080. t\Downloads\dlib-19.24\tools\python\src\cnn_face_detector.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1081. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1890,49): error C2039: 'frame': is not a member of '_ts' (compiling source file C:\Users\alent\Downlo
  1082. ads\dlib-19.24\tools\python\src\global_optimization.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1083. C:\Program Files\Python311\include\cpython/pystate.h(82,8): message : see declaration of '_ts' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\global_optimizati
  1084. on.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1085. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1891,8): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\
  1086. dlib-19.24\tools\python\src\global_optimization.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1087. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\global_optimizatio
  1088. n.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1089. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1892,1): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\
  1090. dlib-19.24\tools\python\src\global_optimization.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1091. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\global_optimizatio
  1092. n.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1093. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1895,18): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads
  1094. \dlib-19.24\tools\python\src\global_optimization.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1095. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\global_optimizatio
  1096. n.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1097. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1895,30): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads
  1098. \dlib-19.24\tools\python\src\global_optimization.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1099. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\global_optimizatio
  1100. n.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1101. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1894,33): error C2660: 'PyDict_GetItem': function does not take 1 arguments (compiling source file C:
  1102. \Users\alent\Downloads\dlib-19.24\tools\python\src\global_optimization.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1103. C:\Program Files\Python311\include\dictobject.h(22,24): message : see declaration of 'PyDict_GetItem' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\global_opt
  1104. imization.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1105. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1894,33): message : while trying to match the argument list '()' (compiling source file C:\Users\alen
  1106. t\Downloads\dlib-19.24\tools\python\src\global_optimization.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1107. image_dataset_metadata.cpp
  1108. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(441,36): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  1109. -19.24\tools\python\src\image_dataset_metadata.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1110. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\image_dataset_meta
  1111. data.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1112. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(443,29): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  1113. -19.24\tools\python\src\image_dataset_metadata.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1114. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\image_dataset_meta
  1115. data.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1116. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(444,26): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  1117. -19.24\tools\python\src\image_dataset_metadata.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1118. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\image_dataset_meta
  1119. data.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1120. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1890,49): error C2039: 'frame': is not a member of '_ts' (compiling source file C:\Users\alent\Downlo
  1121. ads\dlib-19.24\tools\python\src\image_dataset_metadata.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1122. C:\Program Files\Python311\include\cpython/pystate.h(82,8): message : see declaration of '_ts' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\image_dataset_met
  1123. adata.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1124. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1891,8): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\
  1125. dlib-19.24\tools\python\src\image_dataset_metadata.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1126. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\image_dataset_meta
  1127. data.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1128. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1892,1): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\
  1129. dlib-19.24\tools\python\src\image_dataset_metadata.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1130. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\image_dataset_meta
  1131. data.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1132. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1895,18): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads
  1133. \dlib-19.24\tools\python\src\image_dataset_metadata.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1134. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\image_dataset_meta
  1135. data.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1136. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1895,30): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads
  1137. \dlib-19.24\tools\python\src\image_dataset_metadata.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1138. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\image_dataset_meta
  1139. data.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1140. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1894,33): error C2660: 'PyDict_GetItem': function does not take 1 arguments (compiling source file C:
  1141. \Users\alent\Downloads\dlib-19.24\tools\python\src\image_dataset_metadata.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1142. C:\Program Files\Python311\include\dictobject.h(22,24): message : see declaration of 'PyDict_GetItem' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\image_data
  1143. set_metadata.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1144. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1894,33): message : while trying to match the argument list '()' (compiling source file C:\Users\alen
  1145. t\Downloads\dlib-19.24\tools\python\src\image_dataset_metadata.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1146. numpy_returns.cpp
  1147. line.cpp
  1148. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(441,36): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  1149. -19.24\tools\python\src\numpy_returns.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1150. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\numpy_returns.cpp)
  1151. [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1152. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(443,29): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  1153. -19.24\tools\python\src\numpy_returns.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1154. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\numpy_returns.cpp)
  1155. [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1156. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(444,26): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  1157. -19.24\tools\python\src\numpy_returns.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1158. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\numpy_returns.cpp)
  1159. [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1160. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1890,49): error C2039: 'frame': is not a member of '_ts' (compiling source file C:\Users\alent\Downlo
  1161. ads\dlib-19.24\tools\python\src\numpy_returns.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1162. C:\Program Files\Python311\include\cpython/pystate.h(82,8): message : see declaration of '_ts' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\numpy_returns.cpp
  1163. ) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1164. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1891,8): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\
  1165. dlib-19.24\tools\python\src\numpy_returns.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1166. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\numpy_returns.cpp)
  1167. [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1168. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1892,1): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\
  1169. dlib-19.24\tools\python\src\numpy_returns.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1170. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\numpy_returns.cpp)
  1171. [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1172. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1895,18): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads
  1173. \dlib-19.24\tools\python\src\numpy_returns.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1174. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\numpy_returns.cpp)
  1175. [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1176. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1895,30): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads
  1177. \dlib-19.24\tools\python\src\numpy_returns.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1178. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\numpy_returns.cpp)
  1179. [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1180. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1894,33): error C2660: 'PyDict_GetItem': function does not take 1 arguments (compiling source file C:
  1181. \Users\alent\Downloads\dlib-19.24\tools\python\src\numpy_returns.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1182. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(441,36): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  1183. -19.24\tools\python\src\line.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1184. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\line.cpp) [C:\User
  1185. s\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1186. C:\Program Files\Python311\include\dictobject.h(22,24): message : see declaration of 'PyDict_GetItem' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\numpy_retu
  1187. rns.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1188. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(443,29): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  1189. -19.24\tools\python\src\line.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1190. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\line.cpp) [C:\User
  1191. s\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1192. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1894,33): message : while trying to match the argument list '()' (compiling source file C:\Users\alen
  1193. t\Downloads\dlib-19.24\tools\python\src\numpy_returns.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1194. gui.cpp
  1195. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(444,26): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  1196. -19.24\tools\python\src\line.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1197. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\line.cpp) [C:\User
  1198. s\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1199. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1890,49): error C2039: 'frame': is not a member of '_ts' (compiling source file C:\Users\alent\Downlo
  1200. ads\dlib-19.24\tools\python\src\line.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1201. C:\Program Files\Python311\include\cpython/pystate.h(82,8): message : see declaration of '_ts' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\line.cpp) [C:\Use
  1202. rs\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1203. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1891,8): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\
  1204. dlib-19.24\tools\python\src\line.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1205. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\line.cpp) [C:\User
  1206. s\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1207. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1892,1): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\
  1208. dlib-19.24\tools\python\src\line.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1209. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\line.cpp) [C:\User
  1210. s\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1211. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1895,18): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads
  1212. \dlib-19.24\tools\python\src\line.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1213. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\line.cpp) [C:\User
  1214. s\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1215. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1895,30): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads
  1216. \dlib-19.24\tools\python\src\line.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1217. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\line.cpp) [C:\User
  1218. s\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1219. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1894,33): error C2660: 'PyDict_GetItem': function does not take 1 arguments (compiling source file C:
  1220. \Users\alent\Downloads\dlib-19.24\tools\python\src\line.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1221. C:\Program Files\Python311\include\dictobject.h(22,24): message : see declaration of 'PyDict_GetItem' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\line.cpp)
  1222. [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1223. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1894,33): message : while trying to match the argument list '()' (compiling source file C:\Users\alen
  1224. t\Downloads\dlib-19.24\tools\python\src\line.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1225. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(441,36): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  1226. -19.24\tools\python\src\gui.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1227. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\gui.cpp) [C:\Users
  1228. \alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1229. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(443,29): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  1230. -19.24\tools\python\src\gui.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1231. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\gui.cpp) [C:\Users
  1232. \alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1233. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11\cast.h(444,26): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\dlib
  1234. -19.24\tools\python\src\gui.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1235. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\gui.cpp) [C:\Users
  1236. \alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1237. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1890,49): error C2039: 'frame': is not a member of '_ts' (compiling source file C:\Users\alent\Downlo
  1238. ads\dlib-19.24\tools\python\src\gui.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1239. C:\Program Files\Python311\include\cpython/pystate.h(82,8): message : see declaration of '_ts' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\gui.cpp) [C:\User
  1240. s\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1241. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1891,8): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\
  1242. dlib-19.24\tools\python\src\gui.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1243. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\gui.cpp) [C:\Users
  1244. \alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1245. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1892,1): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads\
  1246. dlib-19.24\tools\python\src\gui.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1247. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\gui.cpp) [C:\Users
  1248. \alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1249. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1895,18): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads
  1250. \dlib-19.24\tools\python\src\gui.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1251. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\gui.cpp) [C:\Users
  1252. \alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1253. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1895,30): error C2027: use of undefined type '_frame' (compiling source file C:\Users\alent\Downloads
  1254. \dlib-19.24\tools\python\src\gui.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1255. C:\Program Files\Python311\include\pytypedefs.h(22,16): message : see declaration of '_frame' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\gui.cpp) [C:\Users
  1256. \alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1257. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1894,33): error C2660: 'PyDict_GetItem': function does not take 1 arguments (compiling source file C:
  1258. \Users\alent\Downloads\dlib-19.24\tools\python\src\gui.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1259. C:\Program Files\Python311\include\dictobject.h(22,24): message : see declaration of 'PyDict_GetItem' (compiling source file C:\Users\alent\Downloads\dlib-19.24\tools\python\src\gui.cpp) [
  1260. C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1261. C:\Users\alent\Downloads\dlib-19.24\dlib\external\pybind11\include\pybind11/pybind11.h(1894,33): message : while trying to match the argument list '()' (compiling source file C:\Users\alen
  1262. t\Downloads\dlib-19.24\tools\python\src\gui.cpp) [C:\Users\alent\Downloads\dlib-19.24\build\temp.win-amd64-cpython-311\Release\_dlib_pybind11.vcxproj]
  1263. Traceback (most recent call last):
  1264. File "C:\Users\alent\Downloads\dlib-19.24\setup.py", line 222, in <module>
  1265. setup(
  1266. File "C:\Program Files\Python311\Lib\site-packages\setuptools\__init__.py", line 87, in setup
  1267. return distutils.core.setup(**attrs)
  1268. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1269. File "C:\Program Files\Python311\Lib\site-packages\setuptools\_distutils\core.py", line 185, in setup
  1270. return run_commands(dist)
  1271. ^^^^^^^^^^^^^^^^^^
  1272. File "C:\Program Files\Python311\Lib\site-packages\setuptools\_distutils\core.py", line 201, in run_commands
  1273. dist.run_commands()
  1274. File "C:\Program Files\Python311\Lib\site-packages\setuptools\_distutils\dist.py", line 968, in run_commands
  1275. self.run_command(cmd)
  1276. File "C:\Program Files\Python311\Lib\site-packages\setuptools\dist.py", line 1217, in run_command
  1277. super().run_command(command)
  1278. File "C:\Program Files\Python311\Lib\site-packages\setuptools\_distutils\dist.py", line 987, in run_command
  1279. cmd_obj.run()
  1280. File "C:\Program Files\Python311\Lib\site-packages\setuptools\command\install.py", line 74, in run
  1281. self.do_egg_install()
  1282. File "C:\Program Files\Python311\Lib\site-packages\setuptools\command\install.py", line 123, in do_egg_install
  1283. self.run_command('bdist_egg')
  1284. File "C:\Program Files\Python311\Lib\site-packages\setuptools\_distutils\cmd.py", line 319, in run_command
  1285. self.distribution.run_command(command)
  1286. File "C:\Program Files\Python311\Lib\site-packages\setuptools\dist.py", line 1217, in run_command
  1287. super().run_command(command)
  1288. File "C:\Program Files\Python311\Lib\site-packages\setuptools\_distutils\dist.py", line 987, in run_command
  1289. cmd_obj.run()
  1290. File "C:\Program Files\Python311\Lib\site-packages\setuptools\command\bdist_egg.py", line 165, in run
  1291. cmd = self.call_command('install_lib', warn_dir=0)
  1292. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1293. File "C:\Program Files\Python311\Lib\site-packages\setuptools\command\bdist_egg.py", line 151, in call_command
  1294. self.run_command(cmdname)
  1295. File "C:\Program Files\Python311\Lib\site-packages\setuptools\_distutils\cmd.py", line 319, in run_command
  1296. self.distribution.run_command(command)
  1297. File "C:\Program Files\Python311\Lib\site-packages\setuptools\dist.py", line 1217, in run_command
  1298. super().run_command(command)
  1299. File "C:\Program Files\Python311\Lib\site-packages\setuptools\_distutils\dist.py", line 987, in run_command
  1300. cmd_obj.run()
  1301. File "C:\Program Files\Python311\Lib\site-packages\setuptools\command\install_lib.py", line 11, in run
  1302. self.build()
  1303. File "C:\Program Files\Python311\Lib\site-packages\setuptools\_distutils\command\install_lib.py", line 112, in build
  1304. self.run_command('build_ext')
  1305. File "C:\Program Files\Python311\Lib\site-packages\setuptools\_distutils\cmd.py", line 319, in run_command
  1306. self.distribution.run_command(command)
  1307. File "C:\Program Files\Python311\Lib\site-packages\setuptools\dist.py", line 1217, in run_command
  1308. super().run_command(command)
  1309. File "C:\Program Files\Python311\Lib\site-packages\setuptools\_distutils\dist.py", line 987, in run_command
  1310. cmd_obj.run()
  1311. File "C:\Users\alent\Downloads\dlib-19.24\setup.py", line 134, in run
  1312. self.build_extension(ext)
  1313. File "C:\Users\alent\Downloads\dlib-19.24\setup.py", line 174, in build_extension
  1314. subprocess.check_call(cmake_build, cwd=build_folder)
  1315. File "C:\Program Files\Python311\Lib\subprocess.py", line 413, in check_call
  1316. raise CalledProcessError(retcode, cmd)
  1317. subprocess.CalledProcessError: Command '['cmake', '--build', '.', '--config', 'Release', '--', '/m']' returned non-zero exit status 1.
  1318. root in dlib-19.24 x
Add Comment
Please, Sign In to add comment