D:\env\Scripts>pip install cffi
Collecting cffi
Using cached cffi-1.14.6.tar.gz (475 kB)
Requirement already satisfied: pycparser in d:\env\lib\site-packages (from cffi) (2.20)
Building wheels for collected packages: cffi
Building wheel for cffi (setup.py) ... done
Created wheel for cffi: filename=cffi-1.14.6-cp310-cp310-win_amd64.whl size=187365 sha256=b21b240c2d521411ff022bfe3b8a316e83e5a3645efd3ad0260772d750288dd8
Stored in directory: c:\users\bayer\appdata\local\pip\cache\wheels\0a\86\5c\ed57630c5804396f222b4f3c22a9e951263c2fb221878e210a
Successfully built cffi
Installing collected packages: cffi
Successfully installed cffi-1.14.6
C:\Users\Bayer>easy_install dlib
Searching for dlib
Reading https://pypi.org/simple/dlib/
Downloading https://files.pythonhosted.org/packages/f0/a2/ba6163c09fb427990180afd8d625bcecc5555af699c253193c35ffd48c4f/dlib-19.22.1.tar.gz#sha256=77e943b40cc53e377d7fc683552d2337937f1111c46d7753105f594c3958163c
Best match: dlib 19.22.1
Processing dlib-19.22.1.tar.gz
Writing C:\Users\Bayer\AppData\Local\Temp\easy_install-kukz29sh\dlib-19.22.1\setup.cfg
Running dlib-19.22.1\setup.py -q bdist_egg --dist-dir C:\Users\Bayer\AppData\Local\Temp\easy_install-kukz29sh\dlib-19.22.1\egg-dist-tmp-1_mpxe3e
package init file 'tools\python\dlib\__init__.py' not found (or not a regular file)
no previously-included directories found matching 'tools\python\build*'
no previously-included directories found matching 'dlib\cmake_utils\*\build*'
no previously-included directories found matching 'dlib\test'
warning: no previously-included files matching '*.pyc' found anywhere in distribution
Building extension for Python 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916 64 bit (AMD64)]
Invoking CMake setup: 'cmake C:\Users\Bayer\AppData\Local\Temp\easy_install-kukz29sh\dlib-19.22.1\tools\python -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=C:\Users\Bayer\AppData\Local\Temp\easy_install-kukz29sh\dlib-19.22.1\build\lib.win-amd64-3.8 -DPYTHON_EXECUTABLE=c:\users\bayer\appdata\local\programs\python\python38\python.exe -DCMAKE_LIBRARY_OUTPUT_DIRECTORY_RELEASE=C:\Users\Bayer\AppData\Local\Temp\easy_install-kukz29sh\dlib-19.22.1\build\lib.win-amd64-3.8 -A x64'
-- Building for: Visual Studio 16 2019
-- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.19043.
-- The C compiler identification is MSVC 19.29.30133.0
-- The CXX compiler identification is MSVC 19.29.30133.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found PythonInterp: C:/Users/Bayer/AppData/Local/Programs/Python/Python38/python.exe (found version "3.8.2")
-- Found PythonLibs: C:/Users/Bayer/AppData/Local/Programs/Python/Python38/libs/Python38.lib
-- pybind11 v2.2.4
-- Using CMake version: 3.21.2
-- Compiling dlib version: 19.22.1
-- SSE4 instructions can be executed by the host processor.
-- AVX instructions can be executed by the host processor.
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of void*
-- Check size of void* - done
-- Enabling AVX instructions
-- Searching for BLAS and LAPACK
-- Searching for BLAS and LAPACK
-- Looking for pthread.h
-- Looking for pthread.h - not found
-- Found Threads: TRUE
CUDA_TOOLKIT_ROOT_DIR not found or specified
-- 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")
-- 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.
-- DID NOT FIND CUDA
-- Disabling CUDA support for dlib. DLIB WILL NOT USE CUDA
-- C++11 activated.
-- Configuring done
-- Generating done
-- Build files have been written to: C:/Users/Bayer/AppData/Local/Temp/easy_install-kukz29sh/dlib-19.22.1/build/temp.win-amd64-3.8/Release
Invoking CMake build: 'cmake --build . --config Release -- /m'
Microsoft (R) Build Engine версии 16.11.0+0538acc04 для .NET Framework
(C) Корпорация Майкрософт (Microsoft Corporation). Все права защищены.
[дальше сборка файла]