I have recently installed faceswap on a new system with new hardware and so far I had no luck getting the GPU to work. When faceswap runs my CPU is pinned at 100%, GPU-Z indicates no activity and I am getting around 10 EG/s which seems slow for the 3060 I have in the system. When I check the setup logs seems like CUDA and CUDNN were not installed for unspecified reasons (line 183-190 in setup log).
I have since attempted at least 5 fresh installs, all with the GPU options, and manually installed the CUDA and CUDNN components evey other time. Nothing seems to work.
Code: Select all
01/22/2025 02:04:16 setup <module> DEBUG Setup called with args: ['C:\\Users\\chanl\\faceswap\\setup.py', '--installer', '--nvidia']
01/22/2025 02:04:16 setup _process_arguments DEBUG ['C:\\Users\\chanl\\faceswap\\setup.py', '--installer', '--nvidia']
01/22/2025 02:04:16 setup _check_permission INFO Running as Root/Admin
01/22/2025 02:04:16 setup _check_system INFO The tool provides tips for installation and installs required python packages
01/22/2025 02:04:16 setup _check_system INFO Setup in Windows 10
01/22/2025 02:04:16 setup _check_python INFO Installed Python: 3.10.16 64bit
01/22/2025 02:04:16 setup _output_runtime_info INFO Running in Conda
01/22/2025 02:04:16 setup _output_runtime_info INFO Running in a Virtual Environment
01/22/2025 02:04:16 setup _output_runtime_info INFO Encoding: cp1252
01/22/2025 02:04:16 setup _upgrade_pip INFO Installed pip: 24.2
01/22/2025 02:04:16 setup set_config INFO Faceswap config written to: C:\Users\chanl\faceswap\config\.faceswap
01/22/2025 02:04:16 setup _update_backend_specific_conda INFO Adding conda required package 'zlib-wapi' for backend 'nvidia')
01/22/2025 02:04:16 setup _update_backend_specific_conda INFO Adding conda required package '['cudatoolkit>=11.2,<11.3', 'cudnn>=8.1,<8.2']' for backend 'nvidia')
01/22/2025 02:04:16 setup _get_installed_packages DEBUG {}
01/22/2025 02:04:17 setup _get_installed_conda_packages DEBUG {'bzip2': '1.0.8', 'ca-certificates': '2024.12.31', 'git': '2.45.2', 'libffi': '3.4.4', 'openssl': '3.0.15', 'pip': '24.2', 'python': '3.10.16', 'setuptools': '75.1.0', 'sqlite': '3.45.3', 'tk': '8.6.14', 'tzdata': '2024b', 'vc': '14.40', 'vs2015_runtime': '14.42.34433', 'wheel': '0.44.0', 'xz': '5.4.6', 'zlib': '1.2.13'}
01/22/2025 02:04:17 setup get_required_packages DEBUG [('tqdm', [('>=', '4.65')]), ('psutil', [('>=', '5.9.0')]), ('numexpr', [('>=', '2.8.7')]), ('numpy', [('>=', '1.26.0'), ('<', '2.0.0')]), ('opencv-python', [('>=', '4.9.0.0')]), ('pillow', [('<', '10.0.0'), ('>=', '9.4.0')]), ('scikit-learn', [('>=', '1.3.0')]), ('fastcluster', [('>=', '1.2.6')]), ('matplotlib', [('>=', '3.8.0')]), ('imageio', [('>=', '2.33.1')]), ('imageio-ffmpeg', [('>=', '0.4.9')]), ('ffmpy', [('>=', '0.3.0')]), ('pywin32', [('>=', '305')]), ('nvidia-ml-py', [('<', '300'), ('>=', '12.535')]), ('tensorflow', [('>=', '2.10.0'), ('<', '2.11.0')])]
01/22/2025 02:04:17 setup check_missing_dependencies DEBUG [('tqdm', [('>=', '4.65')]), ('psutil', [('>=', '5.9.0')]), ('numexpr', [('>=', '2.8.7')]), ('numpy', [('>=', '1.26.0'), ('<', '2.0.0')]), ('opencv-python', [('>=', '4.9.0.0')]), ('pillow', [('<', '10.0.0'), ('>=', '9.4.0')]), ('scikit-learn', [('>=', '1.3.0')]), ('fastcluster', [('>=', '1.2.6')]), ('matplotlib', [('>=', '3.8.0')]), ('imageio', [('>=', '2.33.1')]), ('imageio-ffmpeg', [('>=', '0.4.9')]), ('ffmpy', [('>=', '0.3.0')]), ('pywin32', [('>=', '305')]), ('nvidia-ml-py', [('<', '300'), ('>=', '12.535')]), ('tensorflow', [('>=', '2.10.0'), ('<', '2.11.0')])]
01/22/2025 02:04:17 setup _check_conda_missing_dependencies DEBUG [('zlib-wapi', 'conda-forge'), (['cudatoolkit>=11.2,<11.3', 'cudnn>=8.1,<8.2'], 'conda-forge')]
01/22/2025 02:04:17 setup __init__ INFO Installing Required Python Packages. This may take some time...
01/22/2025 02:04:17 setup __init__ INFO Installing pywinpty==2.0.2
01/22/2025 02:04:17 setup __init__ DEBUG argv: ['conda', 'install', '-y', 'pywinpty==2.0.2']
01/22/2025 02:04:19 setup _seen_line_log DEBUG Channels:
01/22/2025 02:04:19 setup _seen_line_log DEBUG
01/22/2025 02:04:19 setup _seen_line_log DEBUG - defaults
01/22/2025 02:04:19 setup _seen_line_log DEBUG Platform: win-64
01/22/2025 02:04:19 setup _seen_line_log DEBUG Collecting package metadata (repodata.json): ...working... done
01/22/2025 02:04:20 setup _seen_line_log DEBUG Solving environment: ...working... done
01/22/2025 02:04:20 setup _seen_line_log DEBUG ## Package Plan ##
01/22/2025 02:04:20 setup _seen_line_log DEBUG environment location: C:\Users\chanl\MiniConda3\envs\faceswap
01/22/2025 02:04:20 setup _seen_line_log DEBUG added / updated specs:
01/22/2025 02:04:20 setup _seen_line_log DEBUG - pywinpty==2.0.2
01/22/2025 02:04:20 setup _seen_line_log DEBUG The following packages will be downloaded:
01/22/2025 02:04:20 setup _seen_line_log DEBUG package | build
01/22/2025 02:04:20 setup _seen_line_log DEBUG ---------------------------|-----------------
01/22/2025 02:04:20 setup _seen_line_log DEBUG pywinpty-2.0.2 | py310h5da7b33_0 202 KB
01/22/2025 02:04:20 setup _seen_line_log DEBUG winpty-0.4.3 | 4 678 KB
01/22/2025 02:04:20 setup _seen_line_log DEBUG ------------------------------------------------------------
01/22/2025 02:04:20 setup _seen_line_log DEBUG Total: 881 KB
01/22/2025 02:04:20 setup _seen_line_log DEBUG The following NEW packages will be INSTALLED:
01/22/2025 02:04:20 setup _seen_line_log DEBUG pywinpty pkgs/main/win-64::pywinpty-2.0.2-py310h5da7b33_0
01/22/2025 02:04:20 setup _seen_line_log DEBUG winpty pkgs/main/win-64::winpty-0.4.3-4
01/22/2025 02:04:20 setup _seen_line_log DEBUG Downloading and Extracting Packages: ...working...
01/22/2025 02:04:20 setup _seen_line_log DEBUG winpty-0.4.3 | 678 KB | | 0%
01/22/2025 02:04:20 setup _seen_line_log DEBUG pywinpty-2.0.2 | 202 KB | | 0% [A
01/22/2025 02:04:20 setup _seen_line_log DEBUG pywinpty-2.0.2 | 202 KB | ########## | 100% [A
01/22/2025 02:04:20 setup _seen_line_log DEBUG winpty-0.4.3 | 678 KB | ###3 | 33%
01/22/2025 02:04:20 setup _seen_line_log DEBUG winpty-0.4.3 | 678 KB | ########## | 100%
01/22/2025 02:04:20 setup _seen_line_log DEBUG [A done
01/22/2025 02:04:20 setup _seen_line_log DEBUG Preparing transaction: - done
01/22/2025 02:04:20 setup _seen_line_log DEBUG Verifying transaction: | done
01/22/2025 02:04:20 setup _seen_line_log DEBUG Executing transaction: - done
01/22/2025 02:04:21 setup __call__ DEBUG Package: pywinpty==2.0.2, returncode: 0
01/22/2025 02:04:21 setup _install_conda_packages INFO Installing Required Conda Packages. This may take some time...
01/22/2025 02:04:21 setup __init__ INFO Installing zlib-wapi
01/22/2025 02:04:21 setup __init__ DEBUG argv: ['conda', 'install', '-y', '-c', 'conda-forge', 'zlib-wapi']
01/22/2025 02:04:21 setup __init__ DEBUG cmd: 'C:\Users\chanl\MiniConda3\condabin\conda.BAT', cmdline: 'conda install -y -c conda-forge zlib-wapi'
01/22/2025 02:04:23 setup _seen_line_log DEBUG Channels:
01/22/2025 02:04:23 setup _seen_line_log DEBUG - conda-forge
01/22/2025 02:04:23 setup _seen_line_log DEBUG - defaults
01/22/2025 02:04:23 setup _seen_line_log DEBUG Platform: win-64
01/22/2025 02:04:23 setup _seen_line_log DEBUG Collecting package metadata (repodata.json): -
01/22/2025 02:04:23 setup _seen_line_log DEBUG Collecting package metadata (repodata.json): \
01/22/2025 02:04:23 setup _seen_line_log DEBUG Collecting package metadata (repodata.json): |
01/22/2025 02:04:24 setup _seen_line_log DEBUG Collecting package metadata (repodata.json): /
01/22/2025 02:04:37 setup _seen_line_log DEBUG Collecting package metadata (repodata.json): done
01/22/2025 02:04:38 setup _seen_line_log DEBUG Solving environment: -
01/22/2025 02:04:38 setup _seen_line_log DEBUG Solving environment: \
01/22/2025 02:04:38 setup _seen_line_log DEBUG Solving environment: done
01/22/2025 02:04:38 setup _seen_line_log DEBUG
01/22/2025 02:04:38 setup _seen_line_log DEBUG ## Package Plan ##
01/22/2025 02:04:38 setup _seen_line_log DEBUG environment location: C:\Users\chanl\MiniConda3\envs\faceswap
01/22/2025 02:04:38 setup _seen_line_log DEBUG added / updated specs:
01/22/2025 02:04:38 setup _seen_line_log DEBUG - zlib-wapi
01/22/2025 02:04:38 setup _seen_line_log DEBUG The following packages will be downloaded:
01/22/2025 02:04:38 setup _seen_line_log DEBUG package | build
01/22/2025 02:04:38 setup _seen_line_log DEBUG ---------------------------|-----------------
01/22/2025 02:04:38 setup _seen_line_log DEBUG liblzma-5.6.3 | h2466b09_1 102 KB conda-forge
01/22/2025 02:04:38 setup _seen_line_log DEBUG libsqlite-3.48.0 | h67fdade_0 876 KB conda-forge
01/22/2025 02:04:38 setup _seen_line_log DEBUG libzlib-1.3.1 | h2466b09_2 54 KB conda-forge
01/22/2025 02:04:38 setup _seen_line_log DEBUG libzlib-wapi-1.3.1 | h2466b09_2 54 KB conda-forge
01/22/2025 02:04:38 setup _seen_line_log DEBUG openssl-3.4.0 | ha4e3fda_1 8.1 MB conda-forge
01/22/2025 02:04:38 setup _seen_line_log DEBUG python-3.10.16 |h37870fc_1_cpython 15.3 MB conda-forge
01/22/2025 02:04:38 setup _seen_line_log DEBUG tk-8.6.13 | h5226925_1 3.3 MB conda-forge
01/22/2025 02:04:38 setup _seen_line_log DEBUG ucrt-10.0.22621.0 | h57928b3_1 547 KB conda-forge
01/22/2025 02:04:38 setup _seen_line_log DEBUG vc14_runtime-14.42.34433 | he29a5d6_23 737 KB conda-forge
01/22/2025 02:04:38 setup _seen_line_log DEBUG vs2015_runtime-14.42.34433 | hdffcdeb_23 17 KB conda-forge
01/22/2025 02:04:38 setup _seen_line_log DEBUG zlib-1.3.1 | h2466b09_2 105 KB conda-forge
01/22/2025 02:04:38 setup _seen_line_log DEBUG zlib-wapi-1.3.1 | h2466b09_2 35 KB conda-forge
01/22/2025 02:04:38 setup _seen_line_log DEBUG ------------------------------------------------------------
01/22/2025 02:04:38 setup _seen_line_log DEBUG Total: 29.2 MB
01/22/2025 02:04:38 setup _seen_line_log DEBUG The following NEW packages will be INSTALLED:
01/22/2025 02:04:38 setup _seen_line_log DEBUG liblzma conda-forge/win-64::liblzma-5.6.3-h2466b09_1
01/22/2025 02:04:38 setup _seen_line_log DEBUG libsqlite conda-forge/win-64::libsqlite-3.48.0-h67fdade_0
01/22/2025 02:04:38 setup _seen_line_log DEBUG libzlib conda-forge/win-64::libzlib-1.3.1-h2466b09_2
01/22/2025 02:04:38 setup _seen_line_log DEBUG libzlib-wapi conda-forge/win-64::libzlib-wapi-1.3.1-h2466b09_2
01/22/2025 02:04:38 setup _seen_line_log DEBUG ucrt conda-forge/win-64::ucrt-10.0.22621.0-h57928b3_1
01/22/2025 02:04:38 setup _seen_line_log DEBUG vc14_runtime conda-forge/win-64::vc14_runtime-14.42.34433-he29a5d6_23
01/22/2025 02:04:38 setup _seen_line_log DEBUG zlib-wapi conda-forge/win-64::zlib-wapi-1.3.1-h2466b09_2
01/22/2025 02:04:38 setup _seen_line_log DEBUG The following packages will be UPDATED:
01/22/2025 02:04:39 setup _seen_line_log DEBUG openssl pkgs/main::openssl-3.0.15-h827c3e9_0 --> conda-forge::openssl-3.4.0-ha4e3fda_
01/22/2025 02:04:39 setup _seen_line_log DEBUG 1
01/22/2025 02:04:39 setup _seen_line_log DEBUG vs2015_runtime pkgs/main::vs2015_runtime-14.42.34433~ --> conda-forge::vs2015_runtime-14.42.34
01/22/2025 02:04:39 setup _seen_line_log DEBUG 433-hdffcdeb_23
01/22/2025 02:04:39 setup _seen_line_log DEBUG zlib pkgs/main::zlib-1.2.13-h8cc25b3_1 --> conda-forge::zlib-1.3.1-h2466b09_2
01/22/2025 02:04:39 setup _seen_line_log DEBUG The following packages will be SUPERSEDED by a higher-priority channel:
01/22/2025 02:04:39 setup _seen_line_log DEBUG python pkgs/main::python-3.10.16-h4607a30_1 --> conda-forge::python-3.10.16-h37870fc
01/22/2025 02:04:39 setup _seen_line_log DEBUG _1_cpython
01/22/2025 02:04:39 setup _seen_line_log DEBUG tk pkgs/main::tk-8.6.14-h0416ee5_0 --> conda-forge::tk-8.6.13-h5226925_1
01/22/2025 02:04:39 setup _seen_line_log DEBUG Downloading and Extracting Packages:
01/22/2025 02:04:39 setup _seen_line_log DEBUG python-3.10.16 | 15.3 MB | | 0%
01/22/2025 02:04:39 setup _seen_line_log DEBUG openssl-3.4.0 | 8.1 MB | | 0%
01/22/2025 02:04:39 setup _seen_line_log DEBUG tk-8.6.13 | 3.3 MB | | 0%
01/22/2025 02:04:39 setup _seen_line_log DEBUG libsqlite-3.48.0 | 876 KB | | 0%
01/22/2025 02:04:39 setup _seen_line_log DEBUG vc14_runtime-14.42.3 | 737 KB | | 0%
01/22/2025 02:04:39 setup _seen_line_log DEBUG ucrt-10.0.22621.0 | 547 KB | | 0%
01/22/2025 02:04:39 setup _seen_line_log DEBUG zlib-1.3.1 | 105 KB | | 0%
01/22/2025 02:04:39 setup _seen_line_log DEBUG liblzma-5.6.3 | 102 KB | | 0%
01/22/2025 02:04:39 setup _seen_line_log DEBUG libzlib-1.3.1 | 54 KB | | 0%
01/22/2025 02:04:39 setup _seen_line_log DEBUG libzlib-wapi-1.3.1 | 54 KB | | 0%
01/22/2025 02:04:39 setup _seen_line_log DEBUG zlib-wapi-1.3.1 | 35 KB | | 0%
01/22/2025 02:04:39 setup _seen_line_log DEBUG vs2015_runtime-14.42 | 17 KB | | 0%
01/22/2025 02:04:39 setup _seen_line_log DEBUG python-3.10.16 | 15.3 MB | 4 | 1%
01/22/2025 02:04:39 setup _seen_line_log DEBUG openssl-3.4.0 | 8.1 MB | #3 | 2%
01/22/2025 02:04:39 setup _seen_line_log DEBUG libsqlite-3.48.0 | 876 KB | #######1 | 13%
01/22/2025 02:04:39 setup _seen_line_log DEBUG vc14_runtime-14.42.3 | 737 KB | #########7 | 17%
01/22/2025 02:04:39 setup _seen_line_log DEBUG tk-8.6.13 | 3.3 MB | 2 | 0%
01/22/2025 02:04:39 setup _seen_line_log DEBUG python-3.10.16 | 15.3 MB | ##3 | 4%
01/22/2025 02:04:39 setup _seen_line_log DEBUG openssl-3.4.0 | 8.1 MB | ###### | 11%
01/22/2025 02:04:39 setup _seen_line_log DEBUG libsqlite-3.48.0 | 876 KB | ###############################7 | 57%
01/22/2025 02:04:39 setup _seen_line_log DEBUG vc14_runtime-14.42.3 | 737 KB | ######################################################## | 100%
01/22/2025 02:04:39 setup _seen_line_log DEBUG tk-8.6.13 | 3.3 MB | ####4 | 8%
01/22/2025 02:04:39 setup _seen_line_log DEBUG python-3.10.16 | 15.3 MB | ####6 | 8%
01/22/2025 02:04:39 setup _seen_line_log DEBUG openssl-3.4.0 | 8.1 MB | ###########2 | 20%
01/22/2025 02:04:39 setup _seen_line_log DEBUG libsqlite-3.48.0 | 876 KB | ######################################################## | 100%
01/22/2025 02:04:39 setup _seen_line_log DEBUG ucrt-10.0.22621.0 | 547 KB | #6 | 3%
01/22/2025 02:04:39 setup _seen_line_log DEBUG tk-8.6.13 | 3.3 MB | ##########7 | 19%
01/22/2025 02:04:40 setup _seen_line_log DEBUG ucrt-10.0.22621.0 | 547 KB | ######################################################## | 100%
01/22/2025 02:04:40 setup _seen_line_log DEBUG python-3.10.16 | 15.3 MB | ######3 | 11%
01/22/2025 02:04:40 setup _seen_line_log DEBUG openssl-3.4.0 | 8.1 MB | #################8 | 32%
01/22/2025 02:04:40 setup _seen_line_log DEBUG zlib-1.3.1 | 105 KB | ######################################################## | 100%
01/22/2025 02:04:40 setup _seen_line_log DEBUG tk-8.6.13 | 3.3 MB | ###################9 | 36%
01/22/2025 02:04:40 setup _seen_line_log DEBUG liblzma-5.6.3 | 102 KB | ######################################################## | 100%
01/22/2025 02:04:40 setup _seen_line_log DEBUG libzlib-1.3.1 | 54 KB | ################5 | 30%
01/22/2025 02:04:40 setup _seen_line_log DEBUG python-3.10.16 | 15.3 MB | #########5 | 17%
01/22/2025 02:04:40 setup _seen_line_log DEBUG openssl-3.4.0 | 8.1 MB | #######################5 | 42%
01/22/2025 02:04:40 setup _seen_line_log DEBUG libzlib-1.3.1 | 54 KB | ######################################################## | 100%
01/22/2025 02:04:40 setup _seen_line_log DEBUG libzlib-wapi-1.3.1 | 54 KB | ######################################################## | 100%
01/22/2025 02:04:40 setup _seen_line_log DEBUG tk-8.6.13 | 3.3 MB | ##############################9 | 55%
01/22/2025 02:04:40 setup _seen_line_log DEBUG zlib-wapi-1.3.1 | 35 KB | ######################################################## | 100%
01/22/2025 02:04:40 setup _seen_line_log DEBUG python-3.10.16 | 15.3 MB | ############2 | 22%
01/22/2025 02:04:40 setup _seen_line_log DEBUG openssl-3.4.0 | 8.1 MB | #############################8 | 53%
01/22/2025 02:04:40 setup _seen_line_log DEBUG vs2015_runtime-14.42 | 17 KB | ######################################################## | 100%
01/22/2025 02:04:40 setup _seen_line_log DEBUG tk-8.6.13 | 3.3 MB | #########################################3 | 74%
01/22/2025 02:04:40 setup _seen_line_log DEBUG openssl-3.4.0 | 8.1 MB | ####################################1 | 64%
01/22/2025 02:04:41 setup _seen_line_log DEBUG python-3.10.16 | 15.3 MB | ##############6 | 26%
01/22/2025 02:04:41 setup _seen_line_log DEBUG tk-8.6.13 | 3.3 MB | ##################################################5 | 90%
01/22/2025 02:04:41 setup _seen_line_log DEBUG tk-8.6.13 | 3.3 MB | ######################################################## | 100%
01/22/2025 02:04:41 setup _seen_line_log DEBUG python-3.10.16 | 15.3 MB | ##################2 | 33%
01/22/2025 02:04:41 setup _seen_line_log DEBUG openssl-3.4.0 | 8.1 MB | ###########################################6 | 78%
01/22/2025 02:04:41 setup _seen_line_log DEBUG python-3.10.16 | 15.3 MB | #####################4 | 38%
01/22/2025 02:04:41 setup _seen_line_log DEBUG openssl-3.4.0 | 8.1 MB | #################################################### | 93%
01/22/2025 02:04:41 setup _seen_line_log DEBUG openssl-3.4.0 | 8.1 MB | ######################################################## | 100%
01/22/2025 02:04:41 setup _seen_line_log DEBUG python-3.10.16 | 15.3 MB | ########################5 | 44%
01/22/2025 02:04:41 setup _seen_line_log DEBUG python-3.10.16 | 15.3 MB | ############################1 | 50%
01/22/2025 02:04:41 setup _seen_line_log DEBUG python-3.10.16 | 15.3 MB | ################################6 | 58%
01/22/2025 02:04:42 setup _seen_line_log DEBUG python-3.10.16 | 15.3 MB | ######################################1 | 68%
01/22/2025 02:04:42 setup _seen_line_log DEBUG python-3.10.16 | 15.3 MB | ############################################6 | 80%
01/22/2025 02:04:42 setup _seen_line_log DEBUG python-3.10.16 | 15.3 MB | ###################################################7 | 92%
01/22/2025 02:04:42 setup _seen_line_log DEBUG python-3.10.16 | 15.3 MB | ######################################################## | 100%
01/22/2025 02:04:43 setup _seen_line_log DEBUG Preparing transaction: -
01/22/2025 02:04:43 setup _seen_line_log DEBUG Preparing transaction: done
01/22/2025 02:04:43 setup _seen_line_log DEBUG Verifying transaction: |
01/22/2025 02:04:43 setup _seen_line_log DEBUG Verifying transaction: /
01/22/2025 02:04:43 setup _seen_line_log DEBUG Verifying transaction: -
01/22/2025 02:04:43 setup _seen_line_log DEBUG Verifying transaction: \
01/22/2025 02:04:44 setup _seen_line_log DEBUG Verifying transaction: done
01/22/2025 02:04:44 setup _seen_line_log DEBUG Executing transaction: -
01/22/2025 02:04:44 setup _seen_line_log DEBUG Executing transaction: \
01/22/2025 02:04:44 setup _seen_line_log DEBUG Executing transaction: |
01/22/2025 02:04:44 setup _seen_line_log DEBUG Executing transaction: /
01/22/2025 02:04:51 setup _seen_line_log DEBUG Executing transaction: done
01/22/2025 02:04:56 setup __call__ DEBUG Package: zlib-wapi, returncode: 0
01/22/2025 02:04:56 setup __init__ INFO Installing cudatoolkit>=11.2,<11.3 cudnn>=8.1,<8.2
01/22/2025 02:04:56 setup __init__ DEBUG argv: ['conda', 'install', '-y', '-c', 'conda-forge', '"cudatoolkit>=11.2,<11.3"', '"cudnn>=8.1,<8.2"']
01/22/2025 02:04:56 setup __init__ DEBUG cmd: 'C:\Users\chanl\MiniConda3\condabin\conda.BAT', cmdline: 'conda install -y -c conda-forge \"cudatoolkit>=11.2,<11.3\" \"cudnn>=8.1,<8.2\"'
01/22/2025 02:04:57 setup _seen_line_log DEBUG
01/22/2025 02:04:57 setup _seen_line_log DEBUG InvalidMatchSpec: Invalid spec '"cudatoolkit>=11.2,<11.3"': Invalid version '11.3"': invalid charact
01/22/2025 02:04:57 setup _seen_line_log DEBUG er(s)
01/22/2025 02:04:58 setup __call__ DEBUG Package: cudatoolkit>=11.2,<11.3 cudnn>=8.1,<8.2, returncode: 1
01/22/2025 02:04:58 setup _from_conda WARNING Couldn't install ['"cudatoolkit>=11.2,<11.3"', '"cudnn>=8.1,<8.2"'] with Conda. Please install this package manually
01/22/2025 02:04:58 setup __init__ INFO Installing tqdm>=4.65
01/22/2025 02:04:58 setup __init__ DEBUG argv: ['conda', 'install', '-y', '"tqdm>=4.65"']
01/22/2025 02:04:58 setup __init__ DEBUG cmd: 'C:\Users\chanl\MiniConda3\condabin\conda.BAT', cmdline: 'conda install -y \"tqdm>=4.65\"'
01/22/2025 02:04:59 setup _seen_line_log DEBUG
01/22/2025 02:04:59 setup _seen_line_log DEBUG InvalidMatchSpec: Invalid spec '"tqdm>=4.65"': Invalid version '4.65"': invalid character(s)
01/22/2025 02:05:00 setup __call__ DEBUG Package: tqdm>=4.65, returncode: 1
01/22/2025 02:05:00 setup _from_conda INFO tqdm>=4.65 not available in Conda. Installing with pip
01/22/2025 02:05:00 setup __init__ INFO Installing tqdm>=4.65
01/22/2025 02:05:00 setup __init__ DEBUG argv: ['C:\\Users\\chanl\\MiniConda3\\envs\\faceswap\\python.exe', '-u', '-m', 'pip', 'install', '--no-cache-dir', 'tqdm>=4.65']
01/22/2025 02:05:00 setup __init__ DEBUG cmd: 'C:\Users\chanl\MiniConda3\envs\faceswap\python.exe', cmdline: 'C:\Users\chanl\MiniConda3\envs\faceswap\python.exe -u -m pip install --no-cache-dir tqdm>=4.65'
01/22/2025 02:05:02 setup _seen_line_log DEBUG Collecting tqdm>=4.65
01/22/2025 02:05:02 setup _seen_line_log DEBUG
01/22/2025 02:05:02 setup _seen_line_log DEBUG Downloading tqdm-4.67.1-py3-none-any.whl.metadata (57 kB)
01/22/2025 02:05:02 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 26), match=b' Downloading tqdm-4.67.1-'>'
01/22/2025 02:05:02 setup _seen_line_log DEBUG Collecting colorama (from tqdm>=4.65)
01/22/2025 02:05:02 setup _seen_line_log DEBUG Downloading colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB)
01/22/2025 02:05:02 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 29), match=b' Downloading colorama-0.4.6-'>'
01/22/2025 02:05:02 setup _seen_line_log DEBUG Downloading tqdm-4.67.1-py3-none-any.whl (78 kB)
01/22/2025 02:05:02 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 24), match=b'Downloading tqdm-4.67.1-'>'
01/22/2025 02:05:02 setup _seen_line_log DEBUG Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB)
01/22/2025 02:05:02 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 27), match=b'Downloading colorama-0.4.6-'>'
01/22/2025 02:05:02 setup _seen_line_log DEBUG Installing collected packages: colorama, tqdm
01/22/2025 02:05:02 setup _seen_line_log DEBUG Successfully installed colorama-0.4.6 tqdm-4.67.1
01/22/2025 02:05:03 setup __call__ DEBUG Package: tqdm>=4.65, returncode: 0
01/22/2025 02:05:03 setup __init__ INFO Installing psutil>=5.9.0
01/22/2025 02:05:03 setup __init__ DEBUG argv: ['conda', 'install', '-y', '"psutil>=5.9.0"']
01/22/2025 02:05:03 setup __init__ DEBUG cmd: 'C:\Users\chanl\MiniConda3\condabin\conda.BAT', cmdline: 'conda install -y \"psutil>=5.9.0\"'
01/22/2025 02:05:04 setup _seen_line_log DEBUG
01/22/2025 02:05:04 setup _seen_line_log DEBUG InvalidMatchSpec: Invalid spec '"psutil>=5.9.0"': Invalid version '5.9.0"': invalid character(s)
01/22/2025 02:05:06 setup __call__ DEBUG Package: psutil>=5.9.0, returncode: 1
01/22/2025 02:05:06 setup _from_conda INFO psutil>=5.9.0 not available in Conda. Installing with pip
01/22/2025 02:05:06 setup __init__ INFO Installing psutil>=5.9.0
01/22/2025 02:05:06 setup __init__ DEBUG argv: ['C:\\Users\\chanl\\MiniConda3\\envs\\faceswap\\python.exe', '-u', '-m', 'pip', 'install', '--no-cache-dir', 'psutil>=5.9.0']
01/22/2025 02:05:06 setup __init__ DEBUG cmd: 'C:\Users\chanl\MiniConda3\envs\faceswap\python.exe', cmdline: 'C:\Users\chanl\MiniConda3\envs\faceswap\python.exe -u -m pip install --no-cache-dir psutil>=5.9.0'
01/22/2025 02:05:07 setup _seen_line_log DEBUG Collecting psutil>=5.9.0
01/22/2025 02:05:07 setup _seen_line_log DEBUG
01/22/2025 02:05:07 setup _seen_line_log DEBUG Downloading psutil-6.1.1-cp37-abi3-win_amd64.whl.metadata (23 kB)
01/22/2025 02:05:07 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 27), match=b' Downloading psutil-6.1.1-'>'
01/22/2025 02:05:07 setup _seen_line_log DEBUG Downloading psutil-6.1.1-cp37-abi3-win_amd64.whl (254 kB)
01/22/2025 02:05:07 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 25), match=b'Downloading psutil-6.1.1-'>'
01/22/2025 02:05:07 setup _seen_line_log DEBUG Installing collected packages: psutil
01/22/2025 02:05:07 setup _seen_line_log DEBUG Successfully installed psutil-6.1.1
01/22/2025 02:05:09 setup __call__ DEBUG Package: psutil>=5.9.0, returncode: 0
01/22/2025 02:05:09 setup __init__ INFO Installing numexpr>=2.8.7
01/22/2025 02:05:09 setup __init__ DEBUG argv: ['conda', 'install', '-y', '"numexpr>=2.8.7"']
01/22/2025 02:05:09 setup __init__ DEBUG cmd: 'C:\Users\chanl\MiniConda3\condabin\conda.BAT', cmdline: 'conda install -y \"numexpr>=2.8.7\"'
01/22/2025 02:05:10 setup _seen_line_log DEBUG
01/22/2025 02:05:10 setup _seen_line_log DEBUG InvalidMatchSpec: Invalid spec '"numexpr>=2.8.7"': Invalid version '2.8.7"': invalid character(s)
01/22/2025 02:05:11 setup __call__ DEBUG Package: numexpr>=2.8.7, returncode: 1
01/22/2025 02:05:11 setup _from_conda INFO numexpr>=2.8.7 not available in Conda. Installing with pip
01/22/2025 02:05:11 setup __init__ INFO Installing numexpr>=2.8.7
01/22/2025 02:05:11 setup __init__ DEBUG argv: ['C:\\Users\\chanl\\MiniConda3\\envs\\faceswap\\python.exe', '-u', '-m', 'pip', 'install', '--no-cache-dir', 'numexpr>=2.8.7']
01/22/2025 02:05:11 setup __init__ DEBUG cmd: 'C:\Users\chanl\MiniConda3\envs\faceswap\python.exe', cmdline: 'C:\Users\chanl\MiniConda3\envs\faceswap\python.exe -u -m pip install --no-cache-dir numexpr>=2.8.7'
01/22/2025 02:05:12 setup _seen_line_log DEBUG Collecting numexpr>=2.8.7
01/22/2025 02:05:12 setup _seen_line_log DEBUG
01/22/2025 02:05:12 setup _seen_line_log DEBUG Downloading numexpr-2.10.2-cp310-cp310-win_amd64.whl.metadata (8.3 kB)
01/22/2025 02:05:12 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 29), match=b' Downloading numexpr-2.10.2-'>'
01/22/2025 02:05:12 setup _seen_line_log DEBUG Collecting numpy>=1.23.0 (from numexpr>=2.8.7)
01/22/2025 02:05:12 setup _seen_line_log DEBUG Downloading numpy-2.2.2-cp310-cp310-win_amd64.whl.metadata (60 kB)
01/22/2025 02:05:12 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 26), match=b' Downloading numpy-2.2.2-'>'
01/22/2025 02:05:12 setup _seen_line_log DEBUG Downloading numexpr-2.10.2-cp310-cp310-win_amd64.whl (144 kB)
01/22/2025 02:05:12 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 27), match=b'Downloading numexpr-2.10.2-'>'
01/22/2025 02:05:12 setup _seen_line_log DEBUG Downloading numpy-2.2.2-cp310-cp310-win_amd64.whl (12.9 MB)
01/22/2025 02:05:12 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 24), match=b'Downloading numpy-2.2.2-'>'
01/22/2025 02:05:13 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/12.9 MB ? eta -:--:--
01/22/2025 02:05:13 setup _seen_line_log DEBUG ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.2/12.9 MB 22.9 MB/s eta 0:00:01
01/22/2025 02:05:13 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 9.4/12.9 MB 23.5 MB/s eta 0:00:01
01/22/2025 02:05:13 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.9/12.9 MB 23.1 MB/s eta 0:00:00
01/22/2025 02:05:13 setup _seen_line_log DEBUG Installing collected packages: numpy, numexpr
01/22/2025 02:05:16 setup _seen_line_log DEBUG Successfully installed numexpr-2.10.2 numpy-2.2.2
01/22/2025 02:05:17 setup __call__ DEBUG Package: numexpr>=2.8.7, returncode: 0
01/22/2025 02:05:17 setup __init__ INFO Installing numpy>=1.26.0,<2.0.0
01/22/2025 02:05:17 setup __init__ DEBUG argv: ['conda', 'install', '-y', '"numpy>=1.26.0,<2.0.0"']
01/22/2025 02:05:17 setup __init__ DEBUG cmd: 'C:\Users\chanl\MiniConda3\condabin\conda.BAT', cmdline: 'conda install -y \"numpy>=1.26.0,<2.0.0\"'
01/22/2025 02:05:18 setup _seen_line_log DEBUG
01/22/2025 02:05:18 setup _seen_line_log DEBUG InvalidMatchSpec: Invalid spec '"numpy>=1.26.0,<2.0.0"': Invalid version '2.0.0"': invalid character
01/22/2025 02:05:18 setup _seen_line_log DEBUG (s)
01/22/2025 02:05:19 setup __call__ DEBUG Package: numpy>=1.26.0,<2.0.0, returncode: 1
01/22/2025 02:05:19 setup _from_conda INFO numpy>=1.26.0,<2.0.0 not available in Conda. Installing with pip
01/22/2025 02:05:19 setup __init__ INFO Installing numpy>=1.26.0,<2.0.0
01/22/2025 02:05:19 setup __init__ DEBUG argv: ['C:\\Users\\chanl\\MiniConda3\\envs\\faceswap\\python.exe', '-u', '-m', 'pip', 'install', '--no-cache-dir', 'numpy>=1.26.0,<2.0.0']
01/22/2025 02:05:19 setup __init__ DEBUG cmd: 'C:\Users\chanl\MiniConda3\envs\faceswap\python.exe', cmdline: 'C:\Users\chanl\MiniConda3\envs\faceswap\python.exe -u -m pip install --no-cache-dir numpy>=1.26.0,<2.0.0'
01/22/2025 02:05:21 setup _seen_line_log DEBUG Collecting numpy<2.0.0,>=1.26.0
01/22/2025 02:05:21 setup _seen_line_log DEBUG
01/22/2025 02:05:21 setup _seen_line_log DEBUG Downloading numpy-1.26.4-cp310-cp310-win_amd64.whl.metadata (61 kB)
01/22/2025 02:05:21 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 27), match=b' Downloading numpy-1.26.4-'>'
01/22/2025 02:05:21 setup _seen_line_log DEBUG Downloading numpy-1.26.4-cp310-cp310-win_amd64.whl (15.8 MB)
01/22/2025 02:05:21 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 25), match=b'Downloading numpy-1.26.4-'>'
01/22/2025 02:05:21 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/15.8 MB ? eta -:--:--
01/22/2025 02:05:21 setup _seen_line_log DEBUG ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.4/15.8 MB 18.3 MB/s eta 0:00:01
01/22/2025 02:05:22 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 7.9/15.8 MB 20.3 MB/s eta 0:00:01
01/22/2025 02:05:22 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 12.6/15.8 MB 21.3 MB/s eta 0:00:01
01/22/2025 02:05:22 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.8/15.8 MB 22.1 MB/s eta 0:00:00
01/22/2025 02:05:22 setup _seen_line_log DEBUG Installing collected packages: numpy
01/22/2025 02:05:22 setup _seen_line_log DEBUG Attempting uninstall: numpy
01/22/2025 02:05:22 setup _seen_line_log DEBUG Found existing installation: numpy 2.2.2
01/22/2025 02:05:22 setup _seen_line_log DEBUG Uninstalling numpy-2.2.2:
01/22/2025 02:05:22 setup _seen_line_log DEBUG Successfully uninstalled numpy-2.2.2
01/22/2025 02:05:25 setup _seen_line_log DEBUG Successfully installed numpy-1.26.4
01/22/2025 02:05:27 setup __call__ DEBUG Package: numpy>=1.26.0,<2.0.0, returncode: 0
01/22/2025 02:05:27 setup __init__ INFO Installing opencv-python>=4.9.0.0
01/22/2025 02:05:27 setup __init__ DEBUG argv: ['conda', 'install', '-y', '"opencv-python>=4.9.0.0"']
01/22/2025 02:05:27 setup __init__ DEBUG cmd: 'C:\Users\chanl\MiniConda3\condabin\conda.BAT', cmdline: 'conda install -y \"opencv-python>=4.9.0.0\"'
01/22/2025 02:05:28 setup _seen_line_log DEBUG
01/22/2025 02:05:28 setup _seen_line_log DEBUG InvalidMatchSpec: Invalid spec '"opencv-python>=4.9.0.0"': Invalid version '4.9.0.0"': invalid chara
01/22/2025 02:05:28 setup _seen_line_log DEBUG cter(s)
01/22/2025 02:05:29 setup __call__ DEBUG Package: opencv-python>=4.9.0.0, returncode: 1
01/22/2025 02:05:29 setup _from_conda INFO opencv-python>=4.9.0.0 not available in Conda. Installing with pip
01/22/2025 02:05:29 setup __init__ INFO Installing opencv-python>=4.9.0.0
01/22/2025 02:05:29 setup __init__ DEBUG argv: ['C:\\Users\\chanl\\MiniConda3\\envs\\faceswap\\python.exe', '-u', '-m', 'pip', 'install', '--no-cache-dir', 'opencv-python>=4.9.0.0']
01/22/2025 02:05:29 setup __init__ DEBUG cmd: 'C:\Users\chanl\MiniConda3\envs\faceswap\python.exe', cmdline: 'C:\Users\chanl\MiniConda3\envs\faceswap\python.exe -u -m pip install --no-cache-dir opencv-python>=4.9.0.0'
01/22/2025 02:05:30 setup _seen_line_log DEBUG Collecting opencv-python>=4.9.0.0
01/22/2025 02:05:30 setup _seen_line_log DEBUG
01/22/2025 02:05:30 setup _seen_line_log DEBUG Downloading opencv_python-4.11.0.86-cp37-abi3-win_amd64.whl.metadata (20 kB)
01/22/2025 02:05:30 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 38), match=b' Downloading opencv_python-4.11.0.86-'>'
01/22/2025 02:05:30 setup _seen_line_log DEBUG Requirement already satisfied: numpy>=1.21.2 in c:\users\chanl\miniconda3\envs\faceswap\lib\site-pac
01/22/2025 02:05:30 setup _seen_line_log DEBUG kages (from opencv-python>=4.9.0.0) (1.26.4)
01/22/2025 02:05:30 setup _seen_line_log DEBUG Downloading opencv_python-4.11.0.86-cp37-abi3-win_amd64.whl (39.5 MB)
01/22/2025 02:05:30 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 36), match=b'Downloading opencv_python-4.11.0.86-'>'
01/22/2025 02:05:30 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/39.5 MB ? eta -:--:--
01/22/2025 02:05:31 setup _seen_line_log DEBUG ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.7/39.5 MB 19.8 MB/s eta 0:00:02
01/22/2025 02:05:31 setup _seen_line_log DEBUG ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.4/39.5 MB 20.8 MB/s eta 0:00:02
01/22/2025 02:05:31 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 13.9/39.5 MB 22.4 MB/s eta 0:00:02
01/22/2025 02:05:31 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 19.7/39.5 MB 23.4 MB/s eta 0:00:01
01/22/2025 02:05:31 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 24.9/39.5 MB 23.9 MB/s eta 0:00:01
01/22/2025 02:05:32 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 30.1/39.5 MB 23.6 MB/s eta 0:00:01
01/22/2025 02:05:32 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 35.1/39.5 MB 24.0 MB/s eta 0:00:01
01/22/2025 02:05:32 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 39.5/39.5 MB 24.1 MB/s eta 0:00:00
01/22/2025 02:05:32 setup _seen_line_log DEBUG Installing collected packages: opencv-python
01/22/2025 02:05:32 setup _seen_line_log DEBUG Successfully installed opencv-python-4.11.0.86
01/22/2025 02:05:34 setup __call__ DEBUG Package: opencv-python>=4.9.0.0, returncode: 0
01/22/2025 02:05:34 setup __init__ INFO Installing pillow<10.0.0,>=9.4.0
01/22/2025 02:05:34 setup __init__ DEBUG argv: ['conda', 'install', '-y', '"pillow<10.0.0,>=9.4.0"']
01/22/2025 02:05:34 setup __init__ DEBUG cmd: 'C:\Users\chanl\MiniConda3\condabin\conda.BAT', cmdline: 'conda install -y \"pillow<10.0.0,>=9.4.0\"'
01/22/2025 02:05:35 setup _seen_line_log DEBUG
01/22/2025 02:05:35 setup _seen_line_log DEBUG InvalidMatchSpec: Invalid spec '"pillow<10.0.0,>=9.4.0"': Invalid version '9.4.0"': invalid characte
01/22/2025 02:05:35 setup _seen_line_log DEBUG r(s)
01/22/2025 02:05:36 setup __call__ DEBUG Package: pillow<10.0.0,>=9.4.0, returncode: 1
01/22/2025 02:05:36 setup _from_conda INFO pillow<10.0.0,>=9.4.0 not available in Conda. Installing with pip
01/22/2025 02:05:36 setup __init__ INFO Installing pillow<10.0.0,>=9.4.0
01/22/2025 02:05:36 setup __init__ DEBUG argv: ['C:\\Users\\chanl\\MiniConda3\\envs\\faceswap\\python.exe', '-u', '-m', 'pip', 'install', '--no-cache-dir', 'pillow<10.0.0,>=9.4.0']
01/22/2025 02:05:36 setup __init__ DEBUG cmd: 'C:\Users\chanl\MiniConda3\envs\faceswap\python.exe', cmdline: 'C:\Users\chanl\MiniConda3\envs\faceswap\python.exe -u -m pip install --no-cache-dir pillow<10.0.0,>=9.4.0'
01/22/2025 02:05:38 setup _seen_line_log DEBUG Collecting pillow<10.0.0,>=9.4.0
01/22/2025 02:05:38 setup _seen_line_log DEBUG
01/22/2025 02:05:38 setup _seen_line_log DEBUG Downloading Pillow-9.5.0-cp310-cp310-win_amd64.whl.metadata (9.7 kB)
01/22/2025 02:05:38 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 27), match=b' Downloading Pillow-9.5.0-'>'
01/22/2025 02:05:38 setup _seen_line_log DEBUG Downloading Pillow-9.5.0-cp310-cp310-win_amd64.whl (2.5 MB)
01/22/2025 02:05:38 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 25), match=b'Downloading Pillow-9.5.0-'>'
01/22/2025 02:05:38 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.5 MB ? eta -:--:--
01/22/2025 02:05:38 setup _seen_line_log DEBUG ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.8/2.5 MB 32.8 MB/s eta 0:00:01
01/22/2025 02:05:38 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.5/2.5 MB 9.6 MB/s eta 0:00:00
01/22/2025 02:05:38 setup _seen_line_log DEBUG Installing collected packages: pillow
01/22/2025 02:05:39 setup _seen_line_log DEBUG Successfully installed pillow-9.5.0
01/22/2025 02:05:40 setup __call__ DEBUG Package: pillow<10.0.0,>=9.4.0, returncode: 0
01/22/2025 02:05:40 setup __init__ INFO Installing scikit-learn>=1.3.0
01/22/2025 02:05:40 setup __init__ DEBUG argv: ['conda', 'install', '-y', '"scikit-learn>=1.3.0"']
01/22/2025 02:05:40 setup __init__ DEBUG cmd: 'C:\Users\chanl\MiniConda3\condabin\conda.BAT', cmdline: 'conda install -y \"scikit-learn>=1.3.0\"'
01/22/2025 02:05:41 setup _seen_line_log DEBUG
01/22/2025 02:05:41 setup _seen_line_log DEBUG InvalidMatchSpec: Invalid spec '"scikit-learn>=1.3.0"': Invalid version '1.3.0"': invalid character(
01/22/2025 02:05:41 setup _seen_line_log DEBUG s)
01/22/2025 02:05:42 setup __call__ DEBUG Package: scikit-learn>=1.3.0, returncode: 1
01/22/2025 02:05:42 setup _from_conda INFO scikit-learn>=1.3.0 not available in Conda. Installing with pip
01/22/2025 02:05:42 setup __init__ INFO Installing scikit-learn>=1.3.0
01/22/2025 02:05:42 setup __init__ DEBUG argv: ['C:\\Users\\chanl\\MiniConda3\\envs\\faceswap\\python.exe', '-u', '-m', 'pip', 'install', '--no-cache-dir', 'scikit-learn>=1.3.0']
01/22/2025 02:05:42 setup __init__ DEBUG cmd: 'C:\Users\chanl\MiniConda3\envs\faceswap\python.exe', cmdline: 'C:\Users\chanl\MiniConda3\envs\faceswap\python.exe -u -m pip install --no-cache-dir scikit-learn>=1.3.0'
01/22/2025 02:05:44 setup _seen_line_log DEBUG Collecting scikit-learn>=1.3.0
01/22/2025 02:05:44 setup _seen_line_log DEBUG
01/22/2025 02:05:44 setup _seen_line_log DEBUG Downloading scikit_learn-1.6.1-cp310-cp310-win_amd64.whl.metadata (15 kB)
01/22/2025 02:05:44 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 33), match=b' Downloading scikit_learn-1.6.1-'>'
01/22/2025 02:05:44 setup _seen_line_log DEBUG Requirement already satisfied: numpy>=1.19.5 in c:\users\chanl\miniconda3\envs\faceswap\lib\site-pac
01/22/2025 02:05:44 setup _seen_line_log DEBUG kages (from scikit-learn>=1.3.0) (1.26.4)
01/22/2025 02:05:44 setup _seen_line_log DEBUG Collecting scipy>=1.6.0 (from scikit-learn>=1.3.0)
01/22/2025 02:05:44 setup _seen_line_log DEBUG Downloading scipy-1.15.1-cp310-cp310-win_amd64.whl.metadata (60 kB)
01/22/2025 02:05:44 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 27), match=b' Downloading scipy-1.15.1-'>'
01/22/2025 02:05:44 setup _seen_line_log DEBUG Collecting joblib>=1.2.0 (from scikit-learn>=1.3.0)
01/22/2025 02:05:44 setup _seen_line_log DEBUG Downloading joblib-1.4.2-py3-none-any.whl.metadata (5.4 kB)
01/22/2025 02:05:44 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 27), match=b' Downloading joblib-1.4.2-'>'
01/22/2025 02:05:44 setup _seen_line_log DEBUG Collecting threadpoolctl>=3.1.0 (from scikit-learn>=1.3.0)
01/22/2025 02:05:44 setup _seen_line_log DEBUG Downloading threadpoolctl-3.5.0-py3-none-any.whl.metadata (13 kB)
01/22/2025 02:05:44 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 34), match=b' Downloading threadpoolctl-3.5.0-'>'
01/22/2025 02:05:44 setup _seen_line_log DEBUG Downloading scikit_learn-1.6.1-cp310-cp310-win_amd64.whl (11.1 MB)
01/22/2025 02:05:44 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 31), match=b'Downloading scikit_learn-1.6.1-'>'
01/22/2025 02:05:44 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/11.1 MB ? eta -:--:--
01/22/2025 02:05:44 setup _seen_line_log DEBUG ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/11.1 MB 16.8 MB/s eta 0:00:01
01/22/2025 02:05:44 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 7.6/11.1 MB 19.6 MB/s eta 0:00:01
01/22/2025 02:05:44 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.1/11.1 MB 20.5 MB/s eta 0:00:00
01/22/2025 02:05:45 setup _seen_line_log DEBUG Downloading joblib-1.4.2-py3-none-any.whl (301 kB)
01/22/2025 02:05:45 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 25), match=b'Downloading joblib-1.4.2-'>'
01/22/2025 02:05:45 setup _seen_line_log DEBUG Downloading scipy-1.15.1-cp310-cp310-win_amd64.whl (43.9 MB)
01/22/2025 02:05:45 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 25), match=b'Downloading scipy-1.15.1-'>'
01/22/2025 02:05:45 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/43.9 MB ? eta -:--:--
01/22/2025 02:05:45 setup _seen_line_log DEBUG ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.0/43.9 MB 23.2 MB/s eta 0:00:02
01/22/2025 02:05:45 setup _seen_line_log DEBUG ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.2/43.9 MB 23.6 MB/s eta 0:00:02
01/22/2025 02:05:45 setup _seen_line_log DEBUG ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.2/43.9 MB 23.9 MB/s eta 0:00:02
01/22/2025 02:05:46 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 19.7/43.9 MB 23.4 MB/s eta 0:00:02
01/22/2025 02:05:46 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 24.9/43.9 MB 23.9 MB/s eta 0:00:01
01/22/2025 02:05:46 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 29.6/43.9 MB 23.8 MB/s eta 0:00:01
01/22/2025 02:05:46 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 34.9/43.9 MB 24.1 MB/s eta 0:00:01
01/22/2025 02:05:46 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 39.6/43.9 MB 24.0 MB/s eta 0:00:01
01/22/2025 02:05:46 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.9/43.9 MB 24.1 MB/s eta 0:00:00
01/22/2025 02:05:46 setup _seen_line_log DEBUG Downloading threadpoolctl-3.5.0-py3-none-any.whl (18 kB)
01/22/2025 02:05:46 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 32), match=b'Downloading threadpoolctl-3.5.0-'>'
01/22/2025 02:05:47 setup _seen_line_log DEBUG Installing collected packages: threadpoolctl, scipy, joblib, scikit-learn
01/22/2025 02:05:55 setup _seen_line_log DEBUG Successfully installed joblib-1.4.2 scikit-learn-1.6.1 scipy-1.15.1 threadpoolctl-3.5.0
01/22/2025 02:05:56 setup __call__ DEBUG Package: scikit-learn>=1.3.0, returncode: 0
01/22/2025 02:05:56 setup __init__ INFO Installing fastcluster>=1.2.6
01/22/2025 02:05:56 setup __init__ DEBUG argv: ['conda', 'install', '-y', '-c', 'conda-forge', '"fastcluster>=1.2.6"']
01/22/2025 02:05:56 setup __init__ DEBUG cmd: 'C:\Users\chanl\MiniConda3\condabin\conda.BAT', cmdline: 'conda install -y -c conda-forge \"fastcluster>=1.2.6\"'
01/22/2025 02:05:57 setup _seen_line_log DEBUG
01/22/2025 02:05:57 setup _seen_line_log DEBUG InvalidMatchSpec: Invalid spec '"fastcluster>=1.2.6"': Invalid version '1.2.6"': invalid character(s
01/22/2025 02:05:57 setup _seen_line_log DEBUG )
01/22/2025 02:05:58 setup __call__ DEBUG Package: fastcluster>=1.2.6, returncode: 1
01/22/2025 02:05:58 setup _from_conda INFO fastcluster>=1.2.6 not available in Conda. Installing with pip
01/22/2025 02:05:58 setup __init__ INFO Installing fastcluster>=1.2.6
01/22/2025 02:05:58 setup __init__ DEBUG argv: ['C:\\Users\\chanl\\MiniConda3\\envs\\faceswap\\python.exe', '-u', '-m', 'pip', 'install', '--no-cache-dir', 'fastcluster>=1.2.6']
01/22/2025 02:05:58 setup __init__ DEBUG cmd: 'C:\Users\chanl\MiniConda3\envs\faceswap\python.exe', cmdline: 'C:\Users\chanl\MiniConda3\envs\faceswap\python.exe -u -m pip install --no-cache-dir fastcluster>=1.2.6'
01/22/2025 02:05:59 setup _seen_line_log DEBUG Collecting fastcluster>=1.2.6
01/22/2025 02:05:59 setup _seen_line_log DEBUG
01/22/2025 02:06:00 setup _seen_line_log DEBUG Downloading fastcluster-1.2.6-cp310-cp310-win_amd64.whl.metadata (4.1 kB)
01/22/2025 02:06:00 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 32), match=b' Downloading fastcluster-1.2.6-'>'
01/22/2025 02:06:00 setup _seen_line_log DEBUG Requirement already satisfied: numpy>=1.9 in c:\users\chanl\miniconda3\envs\faceswap\lib\site-packag
01/22/2025 02:06:00 setup _seen_line_log DEBUG es (from fastcluster>=1.2.6) (1.26.4)
01/22/2025 02:06:00 setup _seen_line_log DEBUG Downloading fastcluster-1.2.6-cp310-cp310-win_amd64.whl (36 kB)
01/22/2025 02:06:00 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 30), match=b'Downloading fastcluster-1.2.6-'>'
01/22/2025 02:06:00 setup _seen_line_log DEBUG Installing collected packages: fastcluster
01/22/2025 02:06:00 setup _seen_line_log DEBUG Successfully installed fastcluster-1.2.6
01/22/2025 02:06:01 setup __call__ DEBUG Package: fastcluster>=1.2.6, returncode: 0
01/22/2025 02:06:01 setup __init__ INFO Installing matplotlib>=3.8.0
01/22/2025 02:06:01 setup __init__ DEBUG argv: ['conda', 'install', '-y', '"matplotlib>=3.8.0"']
01/22/2025 02:06:01 setup __init__ DEBUG cmd: 'C:\Users\chanl\MiniConda3\condabin\conda.BAT', cmdline: 'conda install -y \"matplotlib>=3.8.0\"'
01/22/2025 02:06:02 setup _seen_line_log DEBUG
01/22/2025 02:06:02 setup _seen_line_log DEBUG InvalidMatchSpec: Invalid spec '"matplotlib>=3.8.0"': Invalid version '3.8.0"': invalid character(s)
01/22/2025 02:06:03 setup __call__ DEBUG Package: matplotlib>=3.8.0, returncode: 1
01/22/2025 02:06:03 setup _from_conda INFO matplotlib>=3.8.0 not available in Conda. Installing with pip
01/22/2025 02:06:03 setup __init__ INFO Installing matplotlib>=3.8.0
01/22/2025 02:06:03 setup __init__ DEBUG argv: ['C:\\Users\\chanl\\MiniConda3\\envs\\faceswap\\python.exe', '-u', '-m', 'pip', 'install', '--no-cache-dir', 'matplotlib>=3.8.0']
01/22/2025 02:06:03 setup __init__ DEBUG cmd: 'C:\Users\chanl\MiniConda3\envs\faceswap\python.exe', cmdline: 'C:\Users\chanl\MiniConda3\envs\faceswap\python.exe -u -m pip install --no-cache-dir matplotlib>=3.8.0'
01/22/2025 02:06:05 setup _seen_line_log DEBUG Collecting matplotlib>=3.8.0
01/22/2025 02:06:05 setup _seen_line_log DEBUG
01/22/2025 02:06:05 setup _seen_line_log DEBUG Downloading matplotlib-3.10.0-cp310-cp310-win_amd64.whl.metadata (11 kB)
01/22/2025 02:06:05 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 32), match=b' Downloading matplotlib-3.10.0-'>'
01/22/2025 02:06:05 setup _seen_line_log DEBUG Collecting contourpy>=1.0.1 (from matplotlib>=3.8.0)
01/22/2025 02:06:05 setup _seen_line_log DEBUG Downloading contourpy-1.3.1-cp310-cp310-win_amd64.whl.metadata (5.4 kB)
01/22/2025 02:06:05 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 30), match=b' Downloading contourpy-1.3.1-'>'
01/22/2025 02:06:05 setup _seen_line_log DEBUG Collecting cycler>=0.10 (from matplotlib>=3.8.0)
01/22/2025 02:06:05 setup _seen_line_log DEBUG Downloading cycler-0.12.1-py3-none-any.whl.metadata (3.8 kB)
01/22/2025 02:06:05 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 28), match=b' Downloading cycler-0.12.1-'>'
01/22/2025 02:06:05 setup _seen_line_log DEBUG Collecting fonttools>=4.22.0 (from matplotlib>=3.8.0)
01/22/2025 02:06:05 setup _seen_line_log DEBUG Downloading fonttools-4.55.4-cp310-cp310-win_amd64.whl.metadata (169 kB)
01/22/2025 02:06:05 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 31), match=b' Downloading fonttools-4.55.4-'>'
01/22/2025 02:06:05 setup _seen_line_log DEBUG Collecting kiwisolver>=1.3.1 (from matplotlib>=3.8.0)
01/22/2025 02:06:05 setup _seen_line_log DEBUG Downloading kiwisolver-1.4.8-cp310-cp310-win_amd64.whl.metadata (6.3 kB)
01/22/2025 02:06:05 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 31), match=b' Downloading kiwisolver-1.4.8-'>'
01/22/2025 02:06:05 setup _seen_line_log DEBUG Requirement already satisfied: numpy>=1.23 in c:\users\chanl\miniconda3\envs\faceswap\lib\site-packa
01/22/2025 02:06:05 setup _seen_line_log DEBUG ges (from matplotlib>=3.8.0) (1.26.4)
01/22/2025 02:06:05 setup _seen_line_log DEBUG Collecting packaging>=20.0 (from matplotlib>=3.8.0)
01/22/2025 02:06:05 setup _seen_line_log DEBUG Downloading packaging-24.2-py3-none-any.whl.metadata (3.2 kB)
01/22/2025 02:06:05 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 29), match=b' Downloading packaging-24.2-'>'
01/22/2025 02:06:05 setup _seen_line_log DEBUG Requirement already satisfied: pillow>=8 in c:\users\chanl\miniconda3\envs\faceswap\lib\site-package
01/22/2025 02:06:05 setup _seen_line_log DEBUG s (from matplotlib>=3.8.0) (9.5.0)
01/22/2025 02:06:05 setup _seen_line_log DEBUG Collecting pyparsing>=2.3.1 (from matplotlib>=3.8.0)
01/22/2025 02:06:05 setup _seen_line_log DEBUG Downloading pyparsing-3.2.1-py3-none-any.whl.metadata (5.0 kB)
01/22/2025 02:06:05 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 30), match=b' Downloading pyparsing-3.2.1-'>'
01/22/2025 02:06:05 setup _seen_line_log DEBUG Collecting python-dateutil>=2.7 (from matplotlib>=3.8.0)
01/22/2025 02:06:05 setup _seen_line_log DEBUG Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB)
01/22/2025 02:06:05 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 42), match=b' Downloading python_dateutil-2.9.0.post0-'>'
01/22/2025 02:06:05 setup _seen_line_log DEBUG Collecting six>=1.5 (from python-dateutil>=2.7->matplotlib>=3.8.0)
01/22/2025 02:06:05 setup _seen_line_log DEBUG Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB)
01/22/2025 02:06:05 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 25), match=b' Downloading six-1.17.0-'>'
01/22/2025 02:06:06 setup _seen_line_log DEBUG Downloading matplotlib-3.10.0-cp310-cp310-win_amd64.whl (8.0 MB)
01/22/2025 02:06:06 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 30), match=b'Downloading matplotlib-3.10.0-'>'
01/22/2025 02:06:06 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/8.0 MB ? eta -:--:--
01/22/2025 02:06:06 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 3.7/8.0 MB 19.8 MB/s eta 0:00:01
01/22/2025 02:06:06 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 7.3/8.0 MB 21.6 MB/s eta 0:00:01
01/22/2025 02:06:06 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.0/8.0 MB 17.1 MB/s eta 0:00:00
01/22/2025 02:06:06 setup _seen_line_log DEBUG Downloading contourpy-1.3.1-cp310-cp310-win_amd64.whl (218 kB)
01/22/2025 02:06:06 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 28), match=b'Downloading contourpy-1.3.1-'>'
01/22/2025 02:06:06 setup _seen_line_log DEBUG Downloading cycler-0.12.1-py3-none-any.whl (8.3 kB)
01/22/2025 02:06:06 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 26), match=b'Downloading cycler-0.12.1-'>'
01/22/2025 02:06:06 setup _seen_line_log DEBUG Downloading fonttools-4.55.4-cp310-cp310-win_amd64.whl (2.2 MB)
01/22/2025 02:06:06 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 29), match=b'Downloading fonttools-4.55.4-'>'
01/22/2025 02:06:06 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.2 MB ? eta -:--:--
01/22/2025 02:06:06 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 20.9 MB/s eta 0:00:00
01/22/2025 02:06:06 setup _seen_line_log DEBUG Downloading kiwisolver-1.4.8-cp310-cp310-win_amd64.whl (71 kB)
01/22/2025 02:06:06 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 29), match=b'Downloading kiwisolver-1.4.8-'>'
01/22/2025 02:06:06 setup _seen_line_log DEBUG Downloading packaging-24.2-py3-none-any.whl (65 kB)
01/22/2025 02:06:06 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 27), match=b'Downloading packaging-24.2-'>'
01/22/2025 02:06:06 setup _seen_line_log DEBUG Downloading pyparsing-3.2.1-py3-none-any.whl (107 kB)
01/22/2025 02:06:06 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 28), match=b'Downloading pyparsing-3.2.1-'>'
01/22/2025 02:06:06 setup _seen_line_log DEBUG Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB)
01/22/2025 02:06:06 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 40), match=b'Downloading python_dateutil-2.9.0.post0-'>'
01/22/2025 02:06:06 setup _seen_line_log DEBUG Downloading six-1.17.0-py2.py3-none-any.whl (11 kB)
01/22/2025 02:06:06 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 23), match=b'Downloading six-1.17.0-'>'
01/22/2025 02:06:06 setup _seen_line_log DEBUG Installing collected packages: six, pyparsing, packaging, kiwisolver, fonttools, cycler, contourpy,
01/22/2025 02:06:06 setup _seen_line_log DEBUG python-dateutil, matplotlib
01/22/2025 02:06:10 setup _seen_line_log DEBUG Successfully installed contourpy-1.3.1 cycler-0.12.1 fonttools-4.55.4 kiwisolver-1.4.8 matplotlib-3.
01/22/2025 02:06:10 setup _seen_line_log DEBUG 10.0 packaging-24.2 pyparsing-3.2.1 python-dateutil-2.9.0.post0 six-1.17.0
01/22/2025 02:06:11 setup __call__ DEBUG Package: matplotlib>=3.8.0, returncode: 0
01/22/2025 02:06:11 setup __init__ INFO Installing imageio>=2.33.1
01/22/2025 02:06:11 setup __init__ DEBUG argv: ['conda', 'install', '-y', '"imageio>=2.33.1"']
01/22/2025 02:06:11 setup __init__ DEBUG cmd: 'C:\Users\chanl\MiniConda3\condabin\conda.BAT', cmdline: 'conda install -y \"imageio>=2.33.1\"'
01/22/2025 02:06:12 setup _seen_line_log DEBUG
01/22/2025 02:06:12 setup _seen_line_log DEBUG InvalidMatchSpec: Invalid spec '"imageio>=2.33.1"': Invalid version '2.33.1"': invalid character(s)
01/22/2025 02:06:13 setup __call__ DEBUG Package: imageio>=2.33.1, returncode: 1
01/22/2025 02:06:13 setup _from_conda INFO imageio>=2.33.1 not available in Conda. Installing with pip
01/22/2025 02:06:13 setup __init__ INFO Installing imageio>=2.33.1
01/22/2025 02:06:13 setup __init__ DEBUG argv: ['C:\\Users\\chanl\\MiniConda3\\envs\\faceswap\\python.exe', '-u', '-m', 'pip', 'install', '--no-cache-dir', 'imageio>=2.33.1']
01/22/2025 02:06:13 setup __init__ DEBUG cmd: 'C:\Users\chanl\MiniConda3\envs\faceswap\python.exe', cmdline: 'C:\Users\chanl\MiniConda3\envs\faceswap\python.exe -u -m pip install --no-cache-dir imageio>=2.33.1'
01/22/2025 02:06:14 setup _seen_line_log DEBUG Collecting imageio>=2.33.1
01/22/2025 02:06:14 setup _seen_line_log DEBUG
01/22/2025 02:06:15 setup _seen_line_log DEBUG Downloading imageio-2.37.0-py3-none-any.whl.metadata (5.2 kB)
01/22/2025 02:06:15 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 29), match=b' Downloading imageio-2.37.0-'>'
01/22/2025 02:06:15 setup _seen_line_log DEBUG Requirement already satisfied: numpy in c:\users\chanl\miniconda3\envs\faceswap\lib\site-packages (f
01/22/2025 02:06:15 setup _seen_line_log DEBUG rom imageio>=2.33.1) (1.26.4)
01/22/2025 02:06:15 setup _seen_line_log DEBUG Requirement already satisfied: pillow>=8.3.2 in c:\users\chanl\miniconda3\envs\faceswap\lib\site-pac
01/22/2025 02:06:15 setup _seen_line_log DEBUG kages (from imageio>=2.33.1) (9.5.0)
01/22/2025 02:06:15 setup _seen_line_log DEBUG Downloading imageio-2.37.0-py3-none-any.whl (315 kB)
01/22/2025 02:06:15 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 27), match=b'Downloading imageio-2.37.0-'>'
01/22/2025 02:06:15 setup _seen_line_log DEBUG Installing collected packages: imageio
01/22/2025 02:06:15 setup _seen_line_log DEBUG Successfully installed imageio-2.37.0
01/22/2025 02:06:16 setup __call__ DEBUG Package: imageio>=2.33.1, returncode: 0
01/22/2025 02:06:16 setup __init__ INFO Installing imageio-ffmpeg>=0.4.9
01/22/2025 02:06:16 setup __init__ DEBUG argv: ['C:\\Users\\chanl\\MiniConda3\\envs\\faceswap\\python.exe', '-u', '-m', 'pip', 'install', '--no-cache-dir', 'imageio-ffmpeg>=0.4.9']
01/22/2025 02:06:16 setup __init__ DEBUG cmd: 'C:\Users\chanl\MiniConda3\envs\faceswap\python.exe', cmdline: 'C:\Users\chanl\MiniConda3\envs\faceswap\python.exe -u -m pip install --no-cache-dir imageio-ffmpeg>=0.4.9'
01/22/2025 02:06:18 setup _seen_line_log DEBUG Collecting imageio-ffmpeg>=0.4.9
01/22/2025 02:06:18 setup _seen_line_log DEBUG
01/22/2025 02:06:18 setup _seen_line_log DEBUG Downloading imageio_ffmpeg-0.6.0-py3-none-win_amd64.whl.metadata (1.5 kB)
01/22/2025 02:06:18 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 35), match=b' Downloading imageio_ffmpeg-0.6.0-'>'
01/22/2025 02:06:18 setup _seen_line_log DEBUG Downloading imageio_ffmpeg-0.6.0-py3-none-win_amd64.whl (31.2 MB)
01/22/2025 02:06:18 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 33), match=b'Downloading imageio_ffmpeg-0.6.0-'>'
01/22/2025 02:06:18 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/31.2 MB ? eta -:--:--
01/22/2025 02:06:18 setup _seen_line_log DEBUG ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/31.2 MB 18.4 MB/s eta 0:00:02
01/22/2025 02:06:18 setup _seen_line_log DEBUG ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.9/31.2 MB 20.3 MB/s eta 0:00:02
01/22/2025 02:06:19 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 12.8/31.2 MB 21.2 MB/s eta 0:00:01
01/22/2025 02:06:19 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 17.6/31.2 MB 21.7 MB/s eta 0:00:01
01/22/2025 02:06:19 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 19.4/31.2 MB 21.9 MB/s eta 0:00:01
01/22/2025 02:06:19 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 22.3/31.2 MB 19.8 MB/s eta 0:00:01
01/22/2025 02:06:19 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 24.6/31.2 MB 18.3 MB/s eta 0:00:01
01/22/2025 02:06:20 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 28.6/31.2 MB 17.4 MB/s eta 0:00:01
01/22/2025 02:06:20 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31.2/31.2 MB 17.9 MB/s eta 0:00:00
01/22/2025 02:06:20 setup _seen_line_log DEBUG Installing collected packages: imageio-ffmpeg
01/22/2025 02:06:20 setup _seen_line_log DEBUG Successfully installed imageio-ffmpeg-0.6.0
01/22/2025 02:06:22 setup __call__ DEBUG Package: imageio-ffmpeg>=0.4.9, returncode: 0
01/22/2025 02:06:22 setup __init__ INFO Installing ffmpy>=0.3.0
01/22/2025 02:06:22 setup __init__ DEBUG argv: ['conda', 'install', '-y', '-c', 'conda-forge', '"ffmpy>=0.3.0"']
01/22/2025 02:06:22 setup __init__ DEBUG cmd: 'C:\Users\chanl\MiniConda3\condabin\conda.BAT', cmdline: 'conda install -y -c conda-forge \"ffmpy>=0.3.0\"'
01/22/2025 02:06:22 setup _seen_line_log DEBUG
01/22/2025 02:06:22 setup _seen_line_log DEBUG InvalidMatchSpec: Invalid spec '"ffmpy>=0.3.0"': Invalid version '0.3.0"': invalid character(s)
01/22/2025 02:06:24 setup __call__ DEBUG Package: ffmpy>=0.3.0, returncode: 1
01/22/2025 02:06:24 setup _from_conda INFO ffmpy>=0.3.0 not available in Conda. Installing with pip
01/22/2025 02:06:24 setup __init__ INFO Installing ffmpy>=0.3.0
01/22/2025 02:06:24 setup __init__ DEBUG argv: ['C:\\Users\\chanl\\MiniConda3\\envs\\faceswap\\python.exe', '-u', '-m', 'pip', 'install', '--no-cache-dir', 'ffmpy>=0.3.0']
01/22/2025 02:06:24 setup __init__ DEBUG cmd: 'C:\Users\chanl\MiniConda3\envs\faceswap\python.exe', cmdline: 'C:\Users\chanl\MiniConda3\envs\faceswap\python.exe -u -m pip install --no-cache-dir ffmpy>=0.3.0'
01/22/2025 02:06:25 setup _seen_line_log DEBUG Collecting ffmpy>=0.3.0
01/22/2025 02:06:25 setup _seen_line_log DEBUG
01/22/2025 02:06:25 setup _seen_line_log DEBUG Downloading ffmpy-0.5.0-py3-none-any.whl.metadata (3.0 kB)
01/22/2025 02:06:25 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 26), match=b' Downloading ffmpy-0.5.0-'>'
01/22/2025 02:06:25 setup _seen_line_log DEBUG Downloading ffmpy-0.5.0-py3-none-any.whl (6.0 kB)
01/22/2025 02:06:25 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 24), match=b'Downloading ffmpy-0.5.0-'>'
01/22/2025 02:06:25 setup _seen_line_log DEBUG Installing collected packages: ffmpy
01/22/2025 02:06:25 setup _seen_line_log DEBUG Successfully installed ffmpy-0.5.0
01/22/2025 02:06:27 setup __call__ DEBUG Package: ffmpy>=0.3.0, returncode: 0
01/22/2025 02:06:27 setup __init__ INFO Installing pywin32>=305
01/22/2025 02:06:27 setup __init__ DEBUG argv: ['conda', 'install', '-y', '"pywin32>=305"']
01/22/2025 02:06:27 setup __init__ DEBUG cmd: 'C:\Users\chanl\MiniConda3\condabin\conda.BAT', cmdline: 'conda install -y \"pywin32>=305\"'
01/22/2025 02:06:27 setup _seen_line_log DEBUG
01/22/2025 02:06:27 setup _seen_line_log DEBUG InvalidMatchSpec: Invalid spec '"pywin32>=305"': Invalid version '305"': invalid character(s)
01/22/2025 02:06:29 setup __call__ DEBUG Package: pywin32>=305, returncode: 1
01/22/2025 02:06:29 setup _from_conda INFO pywin32>=305 not available in Conda. Installing with pip
01/22/2025 02:06:29 setup __init__ INFO Installing pywin32>=305
01/22/2025 02:06:29 setup __init__ DEBUG argv: ['C:\\Users\\chanl\\MiniConda3\\envs\\faceswap\\python.exe', '-u', '-m', 'pip', 'install', '--no-cache-dir', 'pywin32>=305']
01/22/2025 02:06:29 setup __init__ DEBUG cmd: 'C:\Users\chanl\MiniConda3\envs\faceswap\python.exe', cmdline: 'C:\Users\chanl\MiniConda3\envs\faceswap\python.exe -u -m pip install --no-cache-dir pywin32>=305'
01/22/2025 02:06:30 setup _seen_line_log DEBUG Collecting pywin32>=305
01/22/2025 02:06:30 setup _seen_line_log DEBUG
01/22/2025 02:06:30 setup _seen_line_log DEBUG Downloading pywin32-308-cp310-cp310-win_amd64.whl.metadata (8.3 kB)
01/22/2025 02:06:30 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 26), match=b' Downloading pywin32-308-'>'
01/22/2025 02:06:30 setup _seen_line_log DEBUG Downloading pywin32-308-cp310-cp310-win_amd64.whl (6.6 MB)
01/22/2025 02:06:30 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 24), match=b'Downloading pywin32-308-'>'
01/22/2025 02:06:30 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/6.6 MB ? eta -:--:--
01/22/2025 02:06:30 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 3.4/6.6 MB 20.0 MB/s eta 0:00:01
01/22/2025 02:06:30 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.6/6.6 MB 20.1 MB/s eta 0:00:00
01/22/2025 02:06:30 setup _seen_line_log DEBUG Installing collected packages: pywin32
01/22/2025 02:06:32 setup _seen_line_log DEBUG Successfully installed pywin32-308
01/22/2025 02:06:33 setup __call__ DEBUG Package: pywin32>=305, returncode: 0
01/22/2025 02:06:33 setup __init__ INFO Installing nvidia-ml-py<300,>=12.535
01/22/2025 02:06:33 setup __init__ DEBUG argv: ['conda', 'install', '-y', '-c', 'conda-forge', '"nvidia-ml-py<300,>=12.535"']
01/22/2025 02:06:33 setup __init__ DEBUG cmd: 'C:\Users\chanl\MiniConda3\condabin\conda.BAT', cmdline: 'conda install -y -c conda-forge \"nvidia-ml-py<300,>=12.535\"'
01/22/2025 02:06:34 setup _seen_line_log DEBUG
01/22/2025 02:06:34 setup _seen_line_log DEBUG InvalidMatchSpec: Invalid spec '"nvidia-ml-py<300,>=12.535"': Invalid version '12.535"': invalid cha
01/22/2025 02:06:34 setup _seen_line_log DEBUG racter(s)
01/22/2025 02:06:36 setup __call__ DEBUG Package: nvidia-ml-py<300,>=12.535, returncode: 1
01/22/2025 02:06:36 setup _from_conda INFO nvidia-ml-py<300,>=12.535 not available in Conda. Installing with pip
01/22/2025 02:06:36 setup __init__ INFO Installing nvidia-ml-py<300,>=12.535
01/22/2025 02:06:36 setup __init__ DEBUG argv: ['C:\\Users\\chanl\\MiniConda3\\envs\\faceswap\\python.exe', '-u', '-m', 'pip', 'install', '--no-cache-dir', 'nvidia-ml-py<300,>=12.535']
01/22/2025 02:06:36 setup __init__ DEBUG cmd: 'C:\Users\chanl\MiniConda3\envs\faceswap\python.exe', cmdline: 'C:\Users\chanl\MiniConda3\envs\faceswap\python.exe -u -m pip install --no-cache-dir nvidia-ml-py<300,>=12.535'
01/22/2025 02:06:37 setup _seen_line_log DEBUG Collecting nvidia-ml-py<300,>=12.535
01/22/2025 02:06:37 setup _seen_line_log DEBUG
01/22/2025 02:06:37 setup _seen_line_log DEBUG Downloading nvidia_ml_py-12.560.30-py3-none-any.whl.metadata (8.6 kB)
01/22/2025 02:06:37 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 37), match=b' Downloading nvidia_ml_py-12.560.30-'>'
01/22/2025 02:06:37 setup _seen_line_log DEBUG Downloading nvidia_ml_py-12.560.30-py3-none-any.whl (40 kB)
01/22/2025 02:06:37 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 35), match=b'Downloading nvidia_ml_py-12.560.30-'>'
01/22/2025 02:06:37 setup _seen_line_log DEBUG Installing collected packages: nvidia-ml-py
01/22/2025 02:06:37 setup _seen_line_log DEBUG Successfully installed nvidia-ml-py-12.560.30
01/22/2025 02:06:39 setup __call__ DEBUG Package: nvidia-ml-py<300,>=12.535, returncode: 0
01/22/2025 02:06:39 setup __init__ INFO Installing tensorflow>=2.10.0,<2.11.0
01/22/2025 02:06:39 setup __init__ DEBUG argv: ['C:\\Users\\chanl\\MiniConda3\\envs\\faceswap\\python.exe', '-u', '-m', 'pip', 'install', '--no-cache-dir', 'tensorflow>=2.10.0,<2.11.0']
01/22/2025 02:06:39 setup __init__ DEBUG cmd: 'C:\Users\chanl\MiniConda3\envs\faceswap\python.exe', cmdline: 'C:\Users\chanl\MiniConda3\envs\faceswap\python.exe -u -m pip install --no-cache-dir tensorflow>=2.10.0,<2.11.0'
01/22/2025 02:06:40 setup _seen_line_log DEBUG Collecting tensorflow<2.11.0,>=2.10.0
01/22/2025 02:06:40 setup _seen_line_log DEBUG
01/22/2025 02:06:40 setup _seen_line_log DEBUG Downloading tensorflow-2.10.1-cp310-cp310-win_amd64.whl.metadata (3.1 kB)
01/22/2025 02:06:40 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 32), match=b' Downloading tensorflow-2.10.1-'>'
01/22/2025 02:06:40 setup _seen_line_log DEBUG Collecting absl-py>=1.0.0 (from tensorflow<2.11.0,>=2.10.0)
01/22/2025 02:06:40 setup _seen_line_log DEBUG Downloading absl_py-2.1.0-py3-none-any.whl.metadata (2.3 kB)
01/22/2025 02:06:40 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 28), match=b' Downloading absl_py-2.1.0-'>'
01/22/2025 02:06:40 setup _seen_line_log DEBUG Collecting astunparse>=1.6.0 (from tensorflow<2.11.0,>=2.10.0)
01/22/2025 02:06:40 setup _seen_line_log DEBUG Downloading astunparse-1.6.3-py2.py3-none-any.whl.metadata (4.4 kB)
01/22/2025 02:06:40 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 31), match=b' Downloading astunparse-1.6.3-'>'
01/22/2025 02:06:40 setup _seen_line_log DEBUG Collecting flatbuffers>=2.0 (from tensorflow<2.11.0,>=2.10.0)
01/22/2025 02:06:40 setup _seen_line_log DEBUG Downloading flatbuffers-25.1.21-py2.py3-none-any.whl.metadata (875 bytes)
01/22/2025 02:06:40 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 34), match=b' Downloading flatbuffers-25.1.21-'>'
01/22/2025 02:06:40 setup _seen_line_log DEBUG Collecting gast<=0.4.0,>=0.2.1 (from tensorflow<2.11.0,>=2.10.0)
01/22/2025 02:06:40 setup _seen_line_log DEBUG Downloading gast-0.4.0-py3-none-any.whl.metadata (1.1 kB)
01/22/2025 02:06:40 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 25), match=b' Downloading gast-0.4.0-'>'
01/22/2025 02:06:40 setup _seen_line_log DEBUG Collecting google-pasta>=0.1.1 (from tensorflow<2.11.0,>=2.10.0)
01/22/2025 02:06:40 setup _seen_line_log DEBUG Downloading google_pasta-0.2.0-py3-none-any.whl.metadata (814 bytes)
01/22/2025 02:06:40 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 33), match=b' Downloading google_pasta-0.2.0-'>'
01/22/2025 02:06:40 setup _seen_line_log DEBUG Collecting h5py>=2.9.0 (from tensorflow<2.11.0,>=2.10.0)
01/22/2025 02:06:40 setup _seen_line_log DEBUG Downloading h5py-3.12.1-cp310-cp310-win_amd64.whl.metadata (2.5 kB)
01/22/2025 02:06:40 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 26), match=b' Downloading h5py-3.12.1-'>'
01/22/2025 02:06:40 setup _seen_line_log DEBUG Collecting keras-preprocessing>=1.1.1 (from tensorflow<2.11.0,>=2.10.0)
01/22/2025 02:06:40 setup _seen_line_log DEBUG Downloading Keras_Preprocessing-1.1.2-py2.py3-none-any.whl.metadata (1.9 kB)
01/22/2025 02:06:40 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 40), match=b' Downloading Keras_Preprocessing-1.1.2-'>'
01/22/2025 02:06:40 setup _seen_line_log DEBUG Collecting libclang>=13.0.0 (from tensorflow<2.11.0,>=2.10.0)
01/22/2025 02:06:41 setup _seen_line_log DEBUG Downloading libclang-18.1.1-py2.py3-none-win_amd64.whl.metadata (5.3 kB)
01/22/2025 02:06:41 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 30), match=b' Downloading libclang-18.1.1-'>'
01/22/2025 02:06:41 setup _seen_line_log DEBUG Requirement already satisfied: numpy>=1.20 in c:\users\chanl\miniconda3\envs\faceswap\lib\site-packa
01/22/2025 02:06:41 setup _seen_line_log DEBUG ges (from tensorflow<2.11.0,>=2.10.0) (1.26.4)
01/22/2025 02:06:41 setup _seen_line_log DEBUG Collecting opt-einsum>=2.3.2 (from tensorflow<2.11.0,>=2.10.0)
01/22/2025 02:06:41 setup _seen_line_log DEBUG Downloading opt_einsum-3.4.0-py3-none-any.whl.metadata (6.3 kB)
01/22/2025 02:06:41 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 31), match=b' Downloading opt_einsum-3.4.0-'>'
01/22/2025 02:06:41 setup _seen_line_log DEBUG Requirement already satisfied: packaging in c:\users\chanl\miniconda3\envs\faceswap\lib\site-package
01/22/2025 02:06:41 setup _seen_line_log DEBUG s (from tensorflow<2.11.0,>=2.10.0) (24.2)
01/22/2025 02:06:41 setup _seen_line_log DEBUG Collecting protobuf<3.20,>=3.9.2 (from tensorflow<2.11.0,>=2.10.0)
01/22/2025 02:06:41 setup _seen_line_log DEBUG Downloading protobuf-3.19.6-cp310-cp310-win_amd64.whl.metadata (806 bytes)
01/22/2025 02:06:41 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 30), match=b' Downloading protobuf-3.19.6-'>'
01/22/2025 02:06:41 setup _seen_line_log DEBUG Requirement already satisfied: setuptools in c:\users\chanl\miniconda3\envs\faceswap\lib\site-packag
01/22/2025 02:06:41 setup _seen_line_log DEBUG es (from tensorflow<2.11.0,>=2.10.0) (75.1.0)
01/22/2025 02:06:41 setup _seen_line_log DEBUG Requirement already satisfied: six>=1.12.0 in c:\users\chanl\miniconda3\envs\faceswap\lib\site-packa
01/22/2025 02:06:41 setup _seen_line_log DEBUG ges (from tensorflow<2.11.0,>=2.10.0) (1.17.0)
01/22/2025 02:06:41 setup _seen_line_log DEBUG Collecting termcolor>=1.1.0 (from tensorflow<2.11.0,>=2.10.0)
01/22/2025 02:06:41 setup _seen_line_log DEBUG Downloading termcolor-2.5.0-py3-none-any.whl.metadata (6.1 kB)
01/22/2025 02:06:41 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 30), match=b' Downloading termcolor-2.5.0-'>'
01/22/2025 02:06:41 setup _seen_line_log DEBUG Collecting typing-extensions>=3.6.6 (from tensorflow<2.11.0,>=2.10.0)
01/22/2025 02:06:41 setup _seen_line_log DEBUG Downloading typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB)
01/22/2025 02:06:41 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 39), match=b' Downloading typing_extensions-4.12.2-'>'
01/22/2025 02:06:41 setup _seen_line_log DEBUG Collecting wrapt>=1.11.0 (from tensorflow<2.11.0,>=2.10.0)
01/22/2025 02:06:41 setup _seen_line_log DEBUG Downloading wrapt-1.17.2-cp310-cp310-win_amd64.whl.metadata (6.5 kB)
01/22/2025 02:06:41 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 27), match=b' Downloading wrapt-1.17.2-'>'
01/22/2025 02:06:41 setup _seen_line_log DEBUG Collecting tensorflow-io-gcs-filesystem>=0.23.1 (from tensorflow<2.11.0,>=2.10.0)
01/22/2025 02:06:41 setup _seen_line_log DEBUG Downloading tensorflow_io_gcs_filesystem-0.31.0-cp310-cp310-win_amd64.whl.metadata (14 kB)
01/22/2025 02:06:41 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 50), match=b' Downloading tensorflow_io_gcs_filesystem-0.31.>'
01/22/2025 02:06:41 setup _seen_line_log DEBUG Collecting grpcio<2.0,>=1.24.3 (from tensorflow<2.11.0,>=2.10.0)
01/22/2025 02:06:42 setup _seen_line_log DEBUG Downloading grpcio-1.69.0-cp310-cp310-win_amd64.whl.metadata (4.0 kB)
01/22/2025 02:06:42 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 28), match=b' Downloading grpcio-1.69.0-'>'
01/22/2025 02:06:42 setup _seen_line_log DEBUG Collecting tensorboard<2.11,>=2.10 (from tensorflow<2.11.0,>=2.10.0)
01/22/2025 02:06:42 setup _seen_line_log DEBUG Downloading tensorboard-2.10.1-py3-none-any.whl.metadata (1.9 kB)
01/22/2025 02:06:42 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 33), match=b' Downloading tensorboard-2.10.1-'>'
01/22/2025 02:06:42 setup _seen_line_log DEBUG Collecting tensorflow-estimator<2.11,>=2.10.0 (from tensorflow<2.11.0,>=2.10.0)
01/22/2025 02:06:42 setup _seen_line_log DEBUG Downloading tensorflow_estimator-2.10.0-py2.py3-none-any.whl.metadata (1.3 kB)
01/22/2025 02:06:42 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 42), match=b' Downloading tensorflow_estimator-2.10.0-'>'
01/22/2025 02:06:42 setup _seen_line_log DEBUG Collecting keras<2.11,>=2.10.0 (from tensorflow<2.11.0,>=2.10.0)
01/22/2025 02:06:42 setup _seen_line_log DEBUG Downloading keras-2.10.0-py2.py3-none-any.whl.metadata (1.3 kB)
01/22/2025 02:06:42 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 27), match=b' Downloading keras-2.10.0-'>'
01/22/2025 02:06:42 setup _seen_line_log DEBUG Requirement already satisfied: wheel<1.0,>=0.23.0 in c:\users\chanl\miniconda3\envs\faceswap\lib\sit
01/22/2025 02:06:42 setup _seen_line_log DEBUG e-packages (from astunparse>=1.6.0->tensorflow<2.11.0,>=2.10.0) (0.44.0)
01/22/2025 02:06:42 setup _seen_line_log DEBUG Collecting google-auth<3,>=1.6.3 (from tensorboard<2.11,>=2.10->tensorflow<2.11.0,>=2.10.0)
01/22/2025 02:06:42 setup _seen_line_log DEBUG Downloading google_auth-2.37.0-py2.py3-none-any.whl.metadata (4.8 kB)
01/22/2025 02:06:42 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 33), match=b' Downloading google_auth-2.37.0-'>'
01/22/2025 02:06:42 setup _seen_line_log DEBUG Collecting google-auth-oauthlib<0.5,>=0.4.1 (from tensorboard<2.11,>=2.10->tensorflow<2.11.0,>=2.10.
01/22/2025 02:06:42 setup _seen_line_log DEBUG 0)
01/22/2025 02:06:42 setup _seen_line_log DEBUG Downloading google_auth_oauthlib-0.4.6-py2.py3-none-any.whl.metadata (2.7 kB)
01/22/2025 02:06:42 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 41), match=b' Downloading google_auth_oauthlib-0.4.6-'>'
01/22/2025 02:06:42 setup _seen_line_log DEBUG Collecting markdown>=2.6.8 (from tensorboard<2.11,>=2.10->tensorflow<2.11.0,>=2.10.0)
01/22/2025 02:06:42 setup _seen_line_log DEBUG Downloading Markdown-3.7-py3-none-any.whl.metadata (7.0 kB)
01/22/2025 02:06:42 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 27), match=b' Downloading Markdown-3.7-'>'
01/22/2025 02:06:42 setup _seen_line_log DEBUG Collecting requests<3,>=2.21.0 (from tensorboard<2.11,>=2.10->tensorflow<2.11.0,>=2.10.0)
01/22/2025 02:06:42 setup _seen_line_log DEBUG Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB)
01/22/2025 02:06:42 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 30), match=b' Downloading requests-2.32.3-'>'
01/22/2025 02:06:42 setup _seen_line_log DEBUG Collecting tensorboard-data-server<0.7.0,>=0.6.0 (from tensorboard<2.11,>=2.10->tensorflow<2.11.0,>=
01/22/2025 02:06:42 setup _seen_line_log DEBUG 2.10.0)
01/22/2025 02:06:42 setup _seen_line_log DEBUG Downloading tensorboard_data_server-0.6.1-py3-none-any.whl.metadata (1.1 kB)
01/22/2025 02:06:42 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 44), match=b' Downloading tensorboard_data_server-0.6.1-'>'
01/22/2025 02:06:42 setup _seen_line_log DEBUG Collecting tensorboard-plugin-wit>=1.6.0 (from tensorboard<2.11,>=2.10->tensorflow<2.11.0,>=2.10.0)
01/22/2025 02:06:42 setup _seen_line_log DEBUG Downloading tensorboard_plugin_wit-1.8.1-py3-none-any.whl.metadata (873 bytes)
01/22/2025 02:06:42 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 43), match=b' Downloading tensorboard_plugin_wit-1.8.1-'>'
01/22/2025 02:06:42 setup _seen_line_log DEBUG Collecting werkzeug>=1.0.1 (from tensorboard<2.11,>=2.10->tensorflow<2.11.0,>=2.10.0)
01/22/2025 02:06:42 setup _seen_line_log DEBUG Downloading werkzeug-3.1.3-py3-none-any.whl.metadata (3.7 kB)
01/22/2025 02:06:42 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 29), match=b' Downloading werkzeug-3.1.3-'>'
01/22/2025 02:06:42 setup _seen_line_log DEBUG Collecting cachetools<6.0,>=2.0.0 (from google-auth<3,>=1.6.3->tensorboard<2.11,>=2.10->tensorflow<2
01/22/2025 02:06:42 setup _seen_line_log DEBUG .11.0,>=2.10.0)
01/22/2025 02:06:42 setup _seen_line_log DEBUG Downloading cachetools-5.5.1-py3-none-any.whl.metadata (5.4 kB)
01/22/2025 02:06:42 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 31), match=b' Downloading cachetools-5.5.1-'>'
01/22/2025 02:06:42 setup _seen_line_log DEBUG Collecting pyasn1-modules>=0.2.1 (from google-auth<3,>=1.6.3->tensorboard<2.11,>=2.10->tensorflow<2.
01/22/2025 02:06:42 setup _seen_line_log DEBUG 11.0,>=2.10.0)
01/22/2025 02:06:42 setup _seen_line_log DEBUG Downloading pyasn1_modules-0.4.1-py3-none-any.whl.metadata (3.5 kB)
01/22/2025 02:06:42 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 35), match=b' Downloading pyasn1_modules-0.4.1-'>'
01/22/2025 02:06:42 setup _seen_line_log DEBUG Collecting rsa<5,>=3.1.4 (from google-auth<3,>=1.6.3->tensorboard<2.11,>=2.10->tensorflow<2.11.0,>=2
01/22/2025 02:06:42 setup _seen_line_log DEBUG .10.0)
01/22/2025 02:06:42 setup _seen_line_log DEBUG Downloading rsa-4.9-py3-none-any.whl.metadata (4.2 kB)
01/22/2025 02:06:42 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 22), match=b' Downloading rsa-4.9-'>'
01/22/2025 02:06:42 setup _seen_line_log DEBUG Collecting requests-oauthlib>=0.7.0 (from google-auth-oauthlib<0.5,>=0.4.1->tensorboard<2.11,>=2.10-
01/22/2025 02:06:42 setup _seen_line_log DEBUG >tensorflow<2.11.0,>=2.10.0)
01/22/2025 02:06:42 setup _seen_line_log DEBUG Downloading requests_oauthlib-2.0.0-py2.py3-none-any.whl.metadata (11 kB)
01/22/2025 02:06:42 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 38), match=b' Downloading requests_oauthlib-2.0.0-'>'
01/22/2025 02:06:42 setup _seen_line_log DEBUG Collecting charset-normalizer<4,>=2 (from requests<3,>=2.21.0->tensorboard<2.11,>=2.10->tensorflow<2
01/22/2025 02:06:43 setup _seen_line_log DEBUG Downloading charset_normalizer-3.4.1-cp310-cp310-win_amd64.whl.metadata (36 kB)
01/22/2025 02:06:43 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 39), match=b' Downloading charset_normalizer-3.4.1-'>'
01/22/2025 02:06:43 setup _seen_line_log DEBUG Collecting idna<4,>=2.5 (from requests<3,>=2.21.0->tensorboard<2.11,>=2.10->tensorflow<2.11.0,>=2.10
01/22/2025 02:06:43 setup _seen_line_log DEBUG .0)
01/22/2025 02:06:43 setup _seen_line_log DEBUG Downloading idna-3.10-py3-none-any.whl.metadata (10 kB)
01/22/2025 02:06:43 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 24), match=b' Downloading idna-3.10-'>'
01/22/2025 02:06:43 setup _seen_line_log DEBUG Collecting urllib3<3,>=1.21.1 (from requests<3,>=2.21.0->tensorboard<2.11,>=2.10->tensorflow<2.11.0,
01/22/2025 02:06:43 setup _seen_line_log DEBUG >=2.10.0)
01/22/2025 02:06:43 setup _seen_line_log DEBUG Downloading urllib3-2.3.0-py3-none-any.whl.metadata (6.5 kB)
01/22/2025 02:06:43 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 28), match=b' Downloading urllib3-2.3.0-'>'
01/22/2025 02:06:43 setup _seen_line_log DEBUG Collecting certifi>=2017.4.17 (from requests<3,>=2.21.0->tensorboard<2.11,>=2.10->tensorflow<2.11.0,
01/22/2025 02:06:43 setup _seen_line_log DEBUG Downloading certifi-2024.12.14-py3-none-any.whl.metadata (2.3 kB)
01/22/2025 02:06:43 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 33), match=b' Downloading certifi-2024.12.14-'>'
01/22/2025 02:06:43 setup _seen_line_log DEBUG Collecting MarkupSafe>=2.1.1 (from werkzeug>=1.0.1->tensorboard<2.11,>=2.10->tensorflow<2.11.0,>=2.1
01/22/2025 02:06:43 setup _seen_line_log DEBUG 0.0)
01/22/2025 02:06:43 setup _seen_line_log DEBUG Downloading MarkupSafe-3.0.2-cp310-cp310-win_amd64.whl.metadata (4.1 kB)
01/22/2025 02:06:43 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 31), match=b' Downloading MarkupSafe-3.0.2-'>'
01/22/2025 02:06:43 setup _seen_line_log DEBUG Collecting pyasn1<0.7.0,>=0.4.6 (from pyasn1-modules>=0.2.1->google-auth<3,>=1.6.3->tensorboard<2.11
01/22/2025 02:06:43 setup _seen_line_log DEBUG ,>=2.10->tensorflow<2.11.0,>=2.10.0)
01/22/2025 02:06:43 setup _seen_line_log DEBUG Downloading pyasn1-0.6.1-py3-none-any.whl.metadata (8.4 kB)
01/22/2025 02:06:43 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 27), match=b' Downloading pyasn1-0.6.1-'>'
01/22/2025 02:06:43 setup _seen_line_log DEBUG Collecting oauthlib>=3.0.0 (from requests-oauthlib>=0.7.0->google-auth-oauthlib<0.5,>=0.4.1->tensorb
01/22/2025 02:06:43 setup _seen_line_log DEBUG oard<2.11,>=2.10->tensorflow<2.11.0,>=2.10.0)
01/22/2025 02:06:43 setup _seen_line_log DEBUG Downloading oauthlib-3.2.2-py3-none-any.whl.metadata (7.5 kB)
01/22/2025 02:06:43 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 29), match=b' Downloading oauthlib-3.2.2-'>'
01/22/2025 02:06:43 setup _seen_line_log DEBUG Downloading tensorflow-2.10.1-cp310-cp310-win_amd64.whl (455.9 MB)
01/22/2025 02:06:43 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 30), match=b'Downloading tensorflow-2.10.1-'>'
01/22/2025 02:06:43 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/455.9 MB ? eta -:--:--
01/22/2025 02:06:43 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/455.9 MB 16.9 MB/s eta 0:00:27
01/22/2025 02:06:44 setup _seen_line_log DEBUG ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.3/455.9 MB 18.1 MB/s eta 0:00:25
01/22/2025 02:06:44 setup _seen_line_log DEBUG ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.1/455.9 MB 19.4 MB/s eta 0:00:23
01/22/2025 02:06:44 setup _seen_line_log DEBUG ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.0/455.9 MB 20.3 MB/s eta 0:00:22
01/22/2025 02:06:44 setup _seen_line_log DEBUG ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22.0/455.9 MB 21.1 MB/s eta 0:00:21
01/22/2025 02:06:44 setup _seen_line_log DEBUG ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.5/455.9 MB 21.8 MB/s eta 0:00:20
01/22/2025 02:06:45 setup _seen_line_log DEBUG ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32.8/455.9 MB 21.9 MB/s eta 0:00:20
01/22/2025 02:06:45 setup _seen_line_log DEBUG ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 38.5/455.9 MB 22.5 MB/s eta 0:00:19
01/22/2025 02:06:45 setup _seen_line_log DEBUG ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.5/455.9 MB 22.7 MB/s eta 0:00:19
01/22/2025 02:06:45 setup _seen_line_log DEBUG ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.5/455.9 MB 22.7 MB/s eta 0:00:18
01/22/2025 02:06:45 setup _seen_line_log DEBUG ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.7/455.9 MB 22.8 MB/s eta 0:00:18
01/22/2025 02:06:46 setup _seen_line_log DEBUG ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.5/455.9 MB 23.1 MB/s eta 0:00:18
01/22/2025 02:06:46 setup _seen_line_log DEBUG ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.7/455.9 MB 23.2 MB/s eta 0:00:17
01/22/2025 02:06:46 setup _seen_line_log DEBUG ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 69.7/455.9 MB 23.3 MB/s eta 0:00:17
01/22/2025 02:06:46 setup _seen_line_log DEBUG ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.0/455.9 MB 23.2 MB/s eta 0:00:17
01/22/2025 02:06:47 setup _seen_line_log DEBUG ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.7/455.9 MB 23.1 MB/s eta 0:00:17
01/22/2025 02:06:47 setup _seen_line_log DEBUG ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.4/455.9 MB 23.1 MB/s eta 0:00:17
01/22/2025 02:06:47 setup _seen_line_log DEBUG ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.4/455.9 MB 23.2 MB/s eta 0:00:16
01/22/2025 02:06:47 setup _seen_line_log DEBUG ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.4/455.9 MB 23.1 MB/s eta 0:00:16
01/22/2025 02:06:47 setup _seen_line_log DEBUG ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.9/455.9 MB 23.2 MB/s eta 0:00:16
01/22/2025 02:06:48 setup _seen_line_log DEBUG ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 104.6/455.9 MB 23.1 MB/s eta 0:00:16
01/22/2025 02:06:48 setup _seen_line_log DEBUG ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 109.3/455.9 MB 23.0 MB/s eta 0:00:16
01/22/2025 02:06:48 setup _seen_line_log DEBUG ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 114.6/455.9 MB 23.1 MB/s eta 0:00:15
01/22/2025 02:06:48 setup _seen_line_log DEBUG ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 119.5/455.9 MB 23.1 MB/s eta 0:00:15
01/22/2025 02:06:49 setup _seen_line_log DEBUG ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.9/455.9 MB 22.6 MB/s eta 0:00:15
01/22/2025 02:06:49 setup _seen_line_log DEBUG ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.2/455.9 MB 21.9 MB/s eta 0:00:16
01/22/2025 02:06:49 setup _seen_line_log DEBUG ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 124.8/455.9 MB 21.5 MB/s eta 0:00:16
01/22/2025 02:06:49 setup _seen_line_log DEBUG ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 127.1/455.9 MB 21.1 MB/s eta 0:00:16
01/22/2025 02:06:49 setup _seen_line_log DEBUG ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 130.3/455.9 MB 20.8 MB/s eta 0:00:16
01/22/2025 02:06:50 setup _seen_line_log DEBUG ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 135.5/455.9 MB 20.9 MB/s eta 0:00:16
01/22/2025 02:06:50 setup _seen_line_log DEBUG ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 140.8/455.9 MB 21.0 MB/s eta 0:00:15
01/22/2025 02:06:50 setup _seen_line_log DEBUG ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 145.8/455.9 MB 21.1 MB/s eta 0:00:15
01/22/2025 02:06:50 setup _seen_line_log DEBUG ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 151.3/455.9 MB 21.2 MB/s eta 0:00:15
01/22/2025 02:06:50 setup _seen_line_log DEBUG ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 156.8/455.9 MB 21.4 MB/s eta 0:00:15
01/22/2025 02:06:51 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 162.0/455.9 MB 21.5 MB/s eta 0:00:14
01/22/2025 02:06:51 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 167.0/455.9 MB 21.6 MB/s eta 0:00:14
01/22/2025 02:06:51 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 171.4/455.9 MB 21.5 MB/s eta 0:00:14
01/22/2025 02:06:51 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 177.2/455.9 MB 21.7 MB/s eta 0:00:13
01/22/2025 02:06:52 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 182.5/455.9 MB 21.7 MB/s eta 0:00:13
01/22/2025 02:06:52 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 187.7/455.9 MB 21.8 MB/s eta 0:00:13
01/22/2025 02:06:52 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 192.9/455.9 MB 21.8 MB/s eta 0:00:13
01/22/2025 02:06:52 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 198.2/455.9 MB 21.9 MB/s eta 0:00:12
01/22/2025 02:06:52 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 203.2/455.9 MB 21.9 MB/s eta 0:00:12
01/22/2025 02:06:53 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 208.4/455.9 MB 22.0 MB/s eta 0:00:12
01/22/2025 02:06:53 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 213.4/455.9 MB 22.0 MB/s eta 0:00:12
01/22/2025 02:06:53 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 218.4/455.9 MB 22.1 MB/s eta 0:00:11
01/22/2025 02:06:53 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 223.1/455.9 MB 22.1 MB/s eta 0:00:11
01/22/2025 02:06:53 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 228.3/455.9 MB 22.2 MB/s eta 0:00:11
01/22/2025 02:06:54 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 233.0/455.9 MB 22.1 MB/s eta 0:00:11
01/22/2025 02:06:54 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 238.6/455.9 MB 22.2 MB/s eta 0:00:10
01/22/2025 02:06:54 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 243.8/455.9 MB 22.2 MB/s eta 0:00:10
01/22/2025 02:06:54 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 248.8/455.9 MB 22.3 MB/s eta 0:00:10
01/22/2025 02:06:54 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 254.5/455.9 MB 22.4 MB/s eta 0:00:09
01/22/2025 02:06:55 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 259.5/455.9 MB 22.4 MB/s eta 0:00:09
01/22/2025 02:06:55 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 265.0/455.9 MB 22.5 MB/s eta 0:00:09
01/22/2025 02:06:55 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 270.5/455.9 MB 22.7 MB/s eta 0:00:09
01/22/2025 02:06:55 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 275.8/455.9 MB 22.7 MB/s eta 0:00:08
01/22/2025 02:06:56 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 281.3/455.9 MB 22.7 MB/s eta 0:00:08
01/22/2025 02:06:56 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 286.5/455.9 MB 22.7 MB/s eta 0:00:08
01/22/2025 02:06:56 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 291.5/455.9 MB 22.7 MB/s eta 0:00:08
01/22/2025 02:06:56 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 296.7/455.9 MB 22.7 MB/s eta 0:00:08
01/22/2025 02:06:56 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 302.0/455.9 MB 22.6 MB/s eta 0:00:07
01/22/2025 02:06:57 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 306.7/455.9 MB 22.6 MB/s eta 0:00:07
01/22/2025 02:06:57 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 312.2/455.9 MB 22.7 MB/s eta 0:00:07
01/22/2025 02:06:57 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 317.7/455.9 MB 22.7 MB/s eta 0:00:07
01/22/2025 02:06:57 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 323.0/455.9 MB 22.7 MB/s eta 0:00:06
01/22/2025 02:06:58 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 327.7/455.9 MB 22.7 MB/s eta 0:00:06
01/22/2025 02:06:58 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 332.7/455.9 MB 22.6 MB/s eta 0:00:06
01/22/2025 02:06:58 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 338.2/455.9 MB 22.7 MB/s eta 0:00:06
01/22/2025 02:06:58 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 343.4/455.9 MB 22.7 MB/s eta 0:00:05
01/22/2025 02:06:58 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 349.2/455.9 MB 22.7 MB/s eta 0:00:05
01/22/2025 02:06:59 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 353.9/455.9 MB 22.7 MB/s eta 0:00:05
01/22/2025 02:06:59 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 359.1/455.9 MB 22.7 MB/s eta 0:00:05
01/22/2025 02:06:59 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 364.4/455.9 MB 22.7 MB/s eta 0:00:05
01/22/2025 02:06:59 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 369.9/455.9 MB 22.8 MB/s eta 0:00:04
01/22/2025 02:06:59 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 375.1/455.9 MB 22.8 MB/s eta 0:00:04
01/22/2025 02:07:00 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 380.1/455.9 MB 22.8 MB/s eta 0:00:04
01/22/2025 02:07:00 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 385.1/455.9 MB 23.4 MB/s eta 0:00:04
01/22/2025 02:07:00 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 390.3/455.9 MB 24.0 MB/s eta 0:00:03
01/22/2025 02:07:00 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 395.3/455.9 MB 24.2 MB/s eta 0:00:03
01/22/2025 02:07:01 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 400.6/455.9 MB 24.2 MB/s eta 0:00:03
01/22/2025 02:07:01 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 405.8/455.9 MB 24.2 MB/s eta 0:00:03
01/22/2025 02:07:01 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 410.3/455.9 MB 24.2 MB/s eta 0:00:02
01/22/2025 02:07:01 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 416.3/455.9 MB 24.2 MB/s eta 0:00:02
01/22/2025 02:07:01 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 421.0/455.9 MB 24.1 MB/s eta 0:00:02
01/22/2025 02:07:02 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 426.0/455.9 MB 24.1 MB/s eta 0:00:02
01/22/2025 02:07:02 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 431.5/455.9 MB 24.1 MB/s eta 0:00:02
01/22/2025 02:07:02 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 436.5/455.9 MB 24.2 MB/s eta 0:00:01
01/22/2025 02:07:02 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 441.5/455.9 MB 24.1 MB/s eta 0:00:01
01/22/2025 02:07:02 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 446.2/455.9 MB 24.1 MB/s eta 0:00:01
01/22/2025 02:07:03 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 451.4/455.9 MB 24.0 MB/s eta 0:00:01
01/22/2025 02:07:03 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 455.9/455.9 MB 24.1 MB/s eta 0:00:00
01/22/2025 02:07:03 setup _seen_line_log DEBUG Downloading absl_py-2.1.0-py3-none-any.whl (133 kB)
01/22/2025 02:07:03 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 26), match=b'Downloading absl_py-2.1.0-'>'
01/22/2025 02:07:03 setup _seen_line_log DEBUG Downloading astunparse-1.6.3-py2.py3-none-any.whl (12 kB)
01/22/2025 02:07:03 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 29), match=b'Downloading astunparse-1.6.3-'>'
01/22/2025 02:07:03 setup _seen_line_log DEBUG Downloading flatbuffers-25.1.21-py2.py3-none-any.whl (30 kB)
01/22/2025 02:07:03 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 32), match=b'Downloading flatbuffers-25.1.21-'>'
01/22/2025 02:07:03 setup _seen_line_log DEBUG Downloading gast-0.4.0-py3-none-any.whl (9.8 kB)
01/22/2025 02:07:03 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 23), match=b'Downloading gast-0.4.0-'>'
01/22/2025 02:07:03 setup _seen_line_log DEBUG Downloading google_pasta-0.2.0-py3-none-any.whl (57 kB)
01/22/2025 02:07:03 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 31), match=b'Downloading google_pasta-0.2.0-'>'
01/22/2025 02:07:03 setup _seen_line_log DEBUG Downloading grpcio-1.69.0-cp310-cp310-win_amd64.whl (4.4 MB)
01/22/2025 02:07:03 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 26), match=b'Downloading grpcio-1.69.0-'>'
01/22/2025 02:07:03 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/4.4 MB ? eta -:--:--
01/22/2025 02:07:03 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.4/4.4 MB 24.1 MB/s eta 0:00:00
01/22/2025 02:07:03 setup _seen_line_log DEBUG Downloading h5py-3.12.1-cp310-cp310-win_amd64.whl (3.0 MB)
01/22/2025 02:07:03 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 24), match=b'Downloading h5py-3.12.1-'>'
01/22/2025 02:07:03 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/3.0 MB ? eta -:--:--
01/22/2025 02:07:03 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.0/3.0 MB 25.0 MB/s eta 0:00:00
01/22/2025 02:07:03 setup _seen_line_log DEBUG Downloading keras-2.10.0-py2.py3-none-any.whl (1.7 MB)
01/22/2025 02:07:03 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 25), match=b'Downloading keras-2.10.0-'>'
01/22/2025 02:07:03 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.7 MB ? eta -:--:--
01/22/2025 02:07:03 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 22.6 MB/s eta 0:00:00
01/22/2025 02:07:03 setup _seen_line_log DEBUG Downloading Keras_Preprocessing-1.1.2-py2.py3-none-any.whl (42 kB)
01/22/2025 02:07:03 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 38), match=b'Downloading Keras_Preprocessing-1.1.2-'>'
01/22/2025 02:07:03 setup _seen_line_log DEBUG Downloading libclang-18.1.1-py2.py3-none-win_amd64.whl (26.4 MB)
01/22/2025 02:07:03 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 28), match=b'Downloading libclang-18.1.1-'>'
01/22/2025 02:07:03 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/26.4 MB ? eta -:--:--
01/22/2025 02:07:04 setup _seen_line_log DEBUG ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.7/26.4 MB 23.7 MB/s eta 0:00:01
01/22/2025 02:07:04 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 10.0/26.4 MB 23.0 MB/s eta 0:00:01
01/22/2025 02:07:04 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 15.5/26.4 MB 24.3 MB/s eta 0:00:01
01/22/2025 02:07:04 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 21.0/26.4 MB 24.5 MB/s eta 0:00:01
01/22/2025 02:07:04 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26.4/26.4 MB 24.3 MB/s eta 0:00:00
01/22/2025 02:07:04 setup _seen_line_log DEBUG Downloading opt_einsum-3.4.0-py3-none-any.whl (71 kB)
01/22/2025 02:07:04 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 29), match=b'Downloading opt_einsum-3.4.0-'>'
01/22/2025 02:07:04 setup _seen_line_log DEBUG Downloading protobuf-3.19.6-cp310-cp310-win_amd64.whl (895 kB)
01/22/2025 02:07:04 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 28), match=b'Downloading protobuf-3.19.6-'>'
01/22/2025 02:07:04 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/895.7 kB ? eta -:--:--
01/22/2025 02:07:04 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 895.7/895.7 kB 20.4 MB/s eta 0:00:00
01/22/2025 02:07:04 setup _seen_line_log DEBUG Downloading tensorboard-2.10.1-py3-none-any.whl (5.9 MB)
01/22/2025 02:07:04 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 31), match=b'Downloading tensorboard-2.10.1-'>'
01/22/2025 02:07:05 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/5.9 MB ? eta -:--:--
01/22/2025 02:07:05 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 5.0/5.9 MB 25.1 MB/s eta 0:00:01
01/22/2025 02:07:05 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.9/5.9 MB 24.0 MB/s eta 0:00:00
01/22/2025 02:07:05 setup _seen_line_log DEBUG Downloading tensorflow_estimator-2.10.0-py2.py3-none-any.whl (438 kB)
01/22/2025 02:07:05 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 40), match=b'Downloading tensorflow_estimator-2.10.0-'>'
01/22/2025 02:07:05 setup _seen_line_log DEBUG Downloading tensorflow_io_gcs_filesystem-0.31.0-cp310-cp310-win_amd64.whl (1.5 MB)
01/22/2025 02:07:05 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 48), match=b'Downloading tensorflow_io_gcs_filesystem-0.31.0->'
01/22/2025 02:07:05 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.5 MB ? eta -:--:--
01/22/2025 02:07:05 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 26.0 MB/s eta 0:00:00
01/22/2025 02:07:05 setup _seen_line_log DEBUG Downloading termcolor-2.5.0-py3-none-any.whl (7.8 kB)
01/22/2025 02:07:05 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 28), match=b'Downloading termcolor-2.5.0-'>'
01/22/2025 02:07:05 setup _seen_line_log DEBUG Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB)
01/22/2025 02:07:05 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 37), match=b'Downloading typing_extensions-4.12.2-'>'
01/22/2025 02:07:05 setup _seen_line_log DEBUG Downloading wrapt-1.17.2-cp310-cp310-win_amd64.whl (38 kB)
01/22/2025 02:07:05 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 25), match=b'Downloading wrapt-1.17.2-'>'
01/22/2025 02:07:05 setup _seen_line_log DEBUG Downloading google_auth-2.37.0-py2.py3-none-any.whl (209 kB)
01/22/2025 02:07:05 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 31), match=b'Downloading google_auth-2.37.0-'>'
01/22/2025 02:07:05 setup _seen_line_log DEBUG Downloading google_auth_oauthlib-0.4.6-py2.py3-none-any.whl (18 kB)
01/22/2025 02:07:05 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 39), match=b'Downloading google_auth_oauthlib-0.4.6-'>'
01/22/2025 02:07:05 setup _seen_line_log DEBUG Downloading Markdown-3.7-py3-none-any.whl (106 kB)
01/22/2025 02:07:05 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 25), match=b'Downloading Markdown-3.7-'>'
01/22/2025 02:07:05 setup _seen_line_log DEBUG Downloading requests-2.32.3-py3-none-any.whl (64 kB)
01/22/2025 02:07:05 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 28), match=b'Downloading requests-2.32.3-'>'
01/22/2025 02:07:05 setup _seen_line_log DEBUG Downloading tensorboard_data_server-0.6.1-py3-none-any.whl (2.4 kB)
01/22/2025 02:07:05 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 42), match=b'Downloading tensorboard_data_server-0.6.1-'>'
01/22/2025 02:07:05 setup _seen_line_log DEBUG Downloading tensorboard_plugin_wit-1.8.1-py3-none-any.whl (781 kB)
01/22/2025 02:07:05 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 41), match=b'Downloading tensorboard_plugin_wit-1.8.1-'>'
01/22/2025 02:07:05 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/781.3 kB ? eta -:--:--
01/22/2025 02:07:05 setup _seen_line_log DEBUG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 781.3/781.3 kB 32.4 MB/s eta 0:00:00
01/22/2025 02:07:05 setup _seen_line_log DEBUG Downloading werkzeug-3.1.3-py3-none-any.whl (224 kB)
01/22/2025 02:07:05 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 27), match=b'Downloading werkzeug-3.1.3-'>'
01/22/2025 02:07:05 setup _seen_line_log DEBUG Downloading cachetools-5.5.1-py3-none-any.whl (9.5 kB)
01/22/2025 02:07:05 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 29), match=b'Downloading cachetools-5.5.1-'>'
01/22/2025 02:07:05 setup _seen_line_log DEBUG Downloading certifi-2024.12.14-py3-none-any.whl (164 kB)
01/22/2025 02:07:05 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 31), match=b'Downloading certifi-2024.12.14-'>'
01/22/2025 02:07:05 setup _seen_line_log DEBUG Downloading charset_normalizer-3.4.1-cp310-cp310-win_amd64.whl (102 kB)
01/22/2025 02:07:05 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 37), match=b'Downloading charset_normalizer-3.4.1-'>'
01/22/2025 02:07:05 setup _seen_line_log DEBUG Downloading idna-3.10-py3-none-any.whl (70 kB)
01/22/2025 02:07:05 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 22), match=b'Downloading idna-3.10-'>'
01/22/2025 02:07:05 setup _seen_line_log DEBUG Downloading MarkupSafe-3.0.2-cp310-cp310-win_amd64.whl (15 kB)
01/22/2025 02:07:05 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 29), match=b'Downloading MarkupSafe-3.0.2-'>'
01/22/2025 02:07:05 setup _seen_line_log DEBUG Downloading pyasn1_modules-0.4.1-py3-none-any.whl (181 kB)
01/22/2025 02:07:05 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 33), match=b'Downloading pyasn1_modules-0.4.1-'>'
01/22/2025 02:07:05 setup _seen_line_log DEBUG Downloading requests_oauthlib-2.0.0-py2.py3-none-any.whl (24 kB)
01/22/2025 02:07:05 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 36), match=b'Downloading requests_oauthlib-2.0.0-'>'
01/22/2025 02:07:05 setup _seen_line_log DEBUG Downloading rsa-4.9-py3-none-any.whl (34 kB)
01/22/2025 02:07:05 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 20), match=b'Downloading rsa-4.9-'>'
01/22/2025 02:07:05 setup _seen_line_log DEBUG Downloading urllib3-2.3.0-py3-none-any.whl (128 kB)
01/22/2025 02:07:05 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 26), match=b'Downloading urllib3-2.3.0-'>'
01/22/2025 02:07:05 setup _seen_line_log DEBUG Downloading oauthlib-3.2.2-py3-none-any.whl (151 kB)
01/22/2025 02:07:05 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 27), match=b'Downloading oauthlib-3.2.2-'>'
01/22/2025 02:07:05 setup _seen_line_log DEBUG Downloading pyasn1-0.6.1-py3-none-any.whl (83 kB)
01/22/2025 02:07:05 setup _print_pip DEBUG Collected pip package '<re.Match object; span=(0, 25), match=b'Downloading pyasn1-0.6.1-'>'
01/22/2025 02:07:06 setup _seen_line_log DEBUG Installing collected packages: tensorboard-plugin-wit, libclang, keras, flatbuffers, wrapt, urllib3,
01/22/2025 02:07:06 setup _seen_line_log DEBUG typing-extensions, termcolor, tensorflow-io-gcs-filesystem, tensorflow-estimator, tensorboard-data-
01/22/2025 02:07:06 setup _seen_line_log DEBUG server, pyasn1, protobuf, opt-einsum, oauthlib, MarkupSafe, markdown, keras-preprocessing, idna, h5p
01/22/2025 02:07:06 setup _seen_line_log DEBUG y, grpcio, google-pasta, gast, charset-normalizer, certifi, cachetools, astunparse, absl-py, werkzeu
01/22/2025 02:07:06 setup _seen_line_log DEBUG g, rsa, requests, pyasn1-modules, requests-oauthlib, google-auth, google-auth-oauthlib, tensorboard,
01/22/2025 02:07:06 setup _seen_line_log DEBUG tensorflow
01/22/2025 02:07:27 setup _seen_line_log DEBUG Successfully installed MarkupSafe-3.0.2 absl-py-2.1.0 astunparse-1.6.3 cachetools-5.5.1 certifi-2024
01/22/2025 02:07:27 setup _seen_line_log DEBUG .12.14 charset-normalizer-3.4.1 flatbuffers-25.1.21 gast-0.4.0 google-auth-2.37.0 google-auth-oauthl
01/22/2025 02:07:27 setup _seen_line_log DEBUG ib-0.4.6 google-pasta-0.2.0 grpcio-1.69.0 h5py-3.12.1 idna-3.10 keras-2.10.0 keras-preprocessing-1.1
01/22/2025 02:07:27 setup _seen_line_log DEBUG .2 libclang-18.1.1 markdown-3.7 oauthlib-3.2.2 opt-einsum-3.4.0 protobuf-3.19.6 pyasn1-0.6.1 pyasn1-
01/22/2025 02:07:27 setup _seen_line_log DEBUG modules-0.4.1 requests-2.32.3 requests-oauthlib-2.0.0 rsa-4.9 tensorboard-2.10.1 tensorboard-data-se
01/22/2025 02:07:27 setup _seen_line_log DEBUG rver-0.6.1 tensorboard-plugin-wit-1.8.1 tensorflow-2.10.1 tensorflow-estimator-2.10.0 tensorflow-io-
01/22/2025 02:07:27 setup _seen_line_log DEBUG gcs-filesystem-0.31.0 termcolor-2.5.0 typing-extensions-4.12.2 urllib3-2.3.0 werkzeug-3.1.3 wrapt-1.
01/22/2025 02:07:27 setup _seen_line_log DEBUG 17.2
01/22/2025 02:07:28 setup __call__ DEBUG Package: tensorflow>=2.10.0,<2.11.0, returncode: 0
01/22/2025 02:07:28 setup __init__ INFO All python3 dependencies are met.\r\nYou are good to go.\r\n\r\nEnter: 'python faceswap.py -h' to see the options\r\n 'python faceswap.py gui' to launch the GUI