活动介绍
file-type

Python 3.10.6 安装教程与amd64版本文件下载

RAR文件

27.31MB | 更新于2024-10-01 | 86 浏览量 | 3 下载量 举报 收藏
download 立即下载
其最新版本为3.10.6,这是一个主要版本的更新,提供了许多新的特性和改进。AMD64是一种常见的计算机处理器架构,也被称为x86_64。该版本的Python专门针对这种架构进行优化,因此能够在支持AMD64的设备上提供更好的性能。 Python 3.10.6版本包含了多项新特性,如结构模式匹配的引入、新的错误和警告机制、对泛型类型和类型注释的改进等。结构模式匹配是Python中的一项重要改进,它允许程序员以更简洁和更直观的方式处理数据。新的错误和警告机制为开发者提供了更好的错误处理能力,而对泛型类型和类型注释的改进则使得代码更加健壮和易于维护。 对于AMD64架构的优化,意味着Python 3.10.6版本在64位AMD处理器上将有更快的执行速度和更高的效率。这对于需要处理大量数据或需要高性能计算的开发者来说是一个巨大的优势。 在安装Python 3.10.6-amd64版本时,通常需要下载对应的安装文件。根据给出的信息,安装文件的名称为'python-3.10.6-amd64安装文件'。在安装过程中,用户需要遵循操作系统特定的安装指南。对于Windows用户,通常是一个.exe文件;对于Linux和macOS用户,可能是一个.tar.gz或.sh文件。 在安装前,用户需要确保其操作系统满足Python的系统要求,包括足够的磁盘空间和支持的操作系统版本。安装过程中,用户可以指定安装路径,并选择安装额外的组件,如pip包管理器、文档和Python的可选特性模块等。 安装完成后,用户可以通过命令行工具测试Python是否安装成功。在大多数操作系统中,只需打开命令行并输入'python --version'或'python3 --version',如果安装成功,系统将显示已安装的Python版本号。 此外,Python社区提供了丰富的学习资源和文档,包括官方文档、在线教程、论坛和书籍等,以帮助新手和有经验的开发者学习和掌握Python编程。开发者还可以利用Python的包管理器pip来安装第三方库,这些库覆盖了从数据分析到网络开发的广泛领域,极大地扩展了Python的应用范围。 总的来说,Python 3.10.6-amd64版本是一个功能丰富、性能优越的编程环境,非常适合从事各种软件开发项目,无论是作为初学者的学习工具,还是作为专业开发者的生产力工具。"

相关推荐

filetype

venv "E:\AI\stable-diffusion-webui\venv\Scripts\Python.exe" Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)] Version: v1.10.1 Commit hash: 82a973c04367123ae98bd9abdf80d9eda9b910e2 Installing torch and torchvision Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/cu121 Collecting torch==2.1.2 Downloading https://download.pytorch.org/whl/cu121/torch-2.1.2%2Bcu121-cp310-cp310-win_amd64.whl (2473.9 MB) -------------- ------------------------- 0.9/2.5 GB 5.6 MB/s eta 0:04:40 WARNING: Connection timed out while downloading. ERROR: Could not install packages due to an OSError: [WinError 32] 另一个程序正在使用此文件,进程无法访问。: 'C:\\Users\\Administrator\\AppData\\Local\\Temp\\pip-unpack-ek9ua0k8\\torch-2.1.2+cu121-cp310-cp310-win_amd64.whl' Check the permissions. Traceback (most recent call last): File "E:\AI\stable-diffusion-webui\launch.py", line 48, in <module> main() File "E:\AI\stable-diffusion-webui\launch.py", line 39, in main prepare_environment() File "E:\AI\stable-diffusion-webui\modules\launch_utils.py", line 381, in prepare_environment run(f'"{python}" -m {torch_command}', "Installing torch and torchvision", "Couldn't install torch", live=True) File "E:\AI\stable-diffusion-webui\modules\launch_utils.py", line 116, in run raise RuntimeError("\n".join(error_bits)) RuntimeError: Couldn't install torch. Command: "E:\AI\stable-diffusion-webui\venv\Scripts\python.exe" -m pip install torch==2.1.2 torchvision==0.16.2 --extra-index-url https://download.pytorch.org/whl/cu121 Error code: 1

filetype

Microsoft Windows [版本 10.0.19045.6216] (c) Microsoft Corporation。保留所有权利。 C:\Users\Administrator>CD C:\Users\Administrator\Desktop\VideoSteganography C:\Users\Administrator\Desktop\VideoSteganography>python build_app.py 2025-08-23 00:43:00,801 - INFO - ============================================================ 2025-08-23 00:43:00,801 - INFO - 视频隐写术应用程序打包脚本 2025-08-23 00:43:00,802 - INFO - ============================================================ 2025-08-23 00:43:00,809 - INFO - 尝试 1/3: 删除现有虚拟环境... 2025-08-23 00:43:02,895 - INFO - 尝试 1/3: 创建虚拟环境... 2025-08-23 00:43:05,429 - INFO - 虚拟环境创建成功: venv\Scripts\python.exe 2025-08-23 00:43:05,430 - INFO - 升级pip... 2025-08-23 00:43:06,982 - INFO - pip升级成功 2025-08-23 00:43:06,982 - INFO - 安装项目依赖... 2025-08-23 00:43:08,610 - ERROR - 安装依赖失败: 1 2025-08-23 00:43:08,611 - ERROR - 错误输出: Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple/ Collecting pyinstaller==6.2.0 (from -r requirements.txt (line 1)) Downloading https://pypi.tuna.tsinghua.edu.cn/packages/a8/44/ddbc0b6c75599793ec5853adbd418e5401ceb0933d4a0e523b93e4b79a0a/pyinstaller-6.2.0-py3-none-win_amd64.whl (1.3 MB) ---------------------------------------- 1.3/1.3 MB 16.2 MB/s 0:00:00 Collecting opencv-python-headless<4.9.0,>=4.8.0 (from -r requirements.txt (line 2)) Downloading https://pypi.tuna.tsinghua.edu.cn/packages/e3/10/31b27a7473043eb5317f698ede00e7e129b2de378903bfe0bb4d785a7baf/opencv_python_headless-4.8.1.78-cp37-abi3-win_amd64.whl (38.0 MB) ---------------------------------------- 38.0/38.0 MB 80.6 MB/s 0:00:00 Collecting numpy==1.24.3 (from -r requirements.txt (line 3)) Using cached https://pypi.tuna.tsinghua.edu.cn/packages/65/5d/46da284b0bf6cfbf04082c3c5e84399664d69e41c11a33587ad49b0c64e5/numpy-1.24.3-cp310-cp310-win_amd64.whl (14.8 MB) Collecting imageio==2.31.1 (from -r requirements.txt (line 4)) Downloading https://pypi.tuna.tsinghua.edu.cn/packages/c7/b0/7b6c35b8636ed773325cdb6f5ac3cd36afba63d99e20ed59c521cf5018b4/imageio-2.31.1-py3-none-any.whl (313 kB) Collecting imageio-ffmpeg==0.4.9 (from -r requirements.txt (line 5)) Using cached https://pypi.tuna.tsinghua.edu.cn/packages/c6/01/716106099e48c4f419876d5814679a94dd7d6f441217c97c1b608123c6bb/imageio_ffmpeg-0.4.9-py3-none-win_amd64.whl (22.6 MB) Collecting pydub==0.25.1 (from -r requirements.txt (line 6)) Using cached https://pypi.tuna.tsinghua.edu.cn/packages/a6/53/d78dc063216e62fc55f6b2eebb447f6a4b0a59f55c8406376f76bf959b08/pydub-0.25.1-py2.py3-none-any.whl (32 kB) ERROR: Ignored the following yanked versions: 3.23.3, 3.23.4, 3.24.1, 3.24.2, 3.24.3, 3.24.4, 3.24.5 ERROR: Ignored the following versions that require a different python version: 2.3.0 Requires-Python >=3.11; 2.3.1 Requires-Python >=3.11; 2.3.2 Requires-Python >=3.11 ERROR: Could not find a version that satisfies the requirement tkinterweb==3.14.0 (from versions: 2.1.8, 2.2.1, 3.0.0, 3.2.0, 3.3.1, 3.3.2, 3.3.4, 3.4.1, 3.4.2, 3.5.0, 3.8.0, 3.8.1, 3.9.0, 3.9.1, 3.9.4, 3.9.5, 3.9.6, 3.9.7, 3.9.10, 3.9.11, 3.9.14, 3.10.2, 3.10.3, 3.10.4, 3.10.5, 3.10.6, 3.10.7, 3.11.4, 3.12.1, 3.12.2, 3.13.1, 3.13.2, 3.14.1, 3.14.2, 3.14.3, 3.14.5, 3.14.6, 3.15.1, 3.15.2, 3.15.4, 3.15.5, 3.15.6, 3.16.1, 3.17.1, 3.17.2, 3.17.3, 3.17.4, 3.17.5, 3.17.7, 3.18.2, 3.18.5, 3.18.6, 3.18.7, 3.18.8, 3.18.9, 3.18.10, 3.18.12, 3.18.14, 3.19.2, 3.20.1, 3.20.2, 3.21.0, 3.21.1, 3.22.1, 3.23.2, 3.23.5, 3.23.7, 3.23.8, 3.23.9, 3.23.10, 3.24.6, 3.24.7, 3.24.8, 3.24.9, 3.24.10, 3.24.12, 3.24.13, 3.24.14, 3.24.15, 3.25.1, 3.25.2, 3.25.3, 3.25.4, 3.25.5, 3.25.6, 3.25.7, 3.25.8, 3.25.10, 3.25.11, 3.25.12, 3.25.13, 3.25.14, 3.25.15, 3.25.16, 3.25.17, 3.25.18, 3.25.19, 4.0.0, 4.0.1, 4.0.2, 4.0.3, 4.0.4, 4.0.5, 4.0.6, 4.1.0, 4.1.1, 4.1.2, 4.1.3, 4.2.0, 4.3.0, 4.3.1, 4.4.0, 4.4.1, 4.4.2, 4.4.3, 4.4.4) ERROR: No matching distribution found for tkinterweb==3.14.0 2025-08-23 00:43:08,612 - INFO - 尝试使用官方PyPI源安装依赖... 2025-08-23 00:43:28,041 - ERROR - 官方源安装也失败: 1 2025-08-23 00:43:28,041 - ERROR - 错误输出: Collecting pyinstaller==6.2.0 (from -r requirements.txt (line 1)) Downloading pyinstaller-6.2.0-py3-none-win_amd64.whl.metadata (8.3 kB) Collecting opencv-python-headless<4.9.0,>=4.8.0 (from -r requirements.txt (line 2)) Downloading opencv_python_headless-4.8.1.78-cp37-abi3-win_amd64.whl.metadata (20 kB) Collecting numpy==1.24.3 (from -r requirements.txt (line 3)) Using cached numpy-1.24.3-cp310-cp310-win_amd64.whl.metadata (5.6 kB) Collecting imageio==2.31.1 (from -r requirements.txt (line 4)) Downloading imageio-2.31.1-py3-none-any.whl.metadata (4.7 kB) Collecting imageio-ffmpeg==0.4.9 (from -r requirements.txt (line 5)) Downloading imageio_ffmpeg-0.4.9-py3-none-win_amd64.whl.metadata (1.7 kB) Collecting pydub==0.25.1 (from -r requirements.txt (line 6)) Using cached pydub-0.25.1-py2.py3-none-any.whl.metadata (1.4 kB) ERROR: Ignored the following yanked versions: 3.23.3, 3.23.4, 3.24.1, 3.24.2, 3.24.3, 3.24.4, 3.24.5 ERROR: Ignored the following versions that require a different python version: 2.3.0 Requires-Python >=3.11; 2.3.1 Requires-Python >=3.11; 2.3.2 Requires-Python >=3.11 ERROR: Could not find a version that satisfies the requirement tkinterweb==3.14.0 (from versions: 2.1.8, 2.2.1, 3.0.0, 3.2.0, 3.3.1, 3.3.2, 3.3.4, 3.4.1, 3.4.2, 3.5.0, 3.8.0, 3.8.1, 3.9.0, 3.9.1, 3.9.4, 3.9.5, 3.9.6, 3.9.7, 3.9.10, 3.9.11, 3.9.14, 3.10.2, 3.10.3, 3.10.4, 3.10.5, 3.10.6, 3.10.7, 3.11.4, 3.12.1, 3.12.2, 3.13.1, 3.13.2, 3.14.1, 3.14.2, 3.14.3, 3.14.5, 3.14.6, 3.15.1, 3.15.2, 3.15.4, 3.15.5, 3.15.6, 3.16.1, 3.17.1, 3.17.2, 3.17.3, 3.17.4, 3.17.5, 3.17.7, 3.18.2, 3.18.5, 3.18.6, 3.18.7, 3.18.8, 3.18.9, 3.18.10, 3.18.12, 3.18.14, 3.19.2, 3.20.1, 3.20.2, 3.21.0, 3.21.1, 3.22.1, 3.23.2, 3.23.5, 3.23.7, 3.23.8, 3.23.9, 3.23.10, 3.24.6, 3.24.7, 3.24.8, 3.24.9, 3.24.10, 3.24.12, 3.24.13, 3.24.14, 3.24.15, 3.25.1, 3.25.2, 3.25.3, 3.25.4, 3.25.5, 3.25.6, 3.25.7, 3.25.8, 3.25.10, 3.25.11, 3.25.12, 3.25.13, 3.25.14, 3.25.15, 3.25.16, 3.25.17, 3.25.18, 3.25.19, 4.0.0, 4.0.1, 4.0.2, 4.0.3, 4.0.4, 4.0.5, 4.0.6, 4.1.0, 4.1.1, 4.1.2, 4.1.3, 4.2.0, 4.3.0, 4.3.1, 4.4.0, 4.4.1, 4.4.2, 4.4.3, 4.4.4) ERROR: No matching distribution found for tkinterweb==3.14.0 2025-08-23 00:43:28,043 - INFO - 尝试使用opencv-python替代headless版本... Traceback (most recent call last): File "C:\Users\Administrator\Desktop\VideoSteganography\build_app.py", line 117, in install_dependencies subprocess.run( File "C:\Users\Administrator\AppData\Local\Programs\Python\Python310\lib\subprocess.py", line 526, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['venv\\Scripts\\python.exe', '-m', 'pip', 'install', '-r', 'requirements.txt']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\Users\Administrator\Desktop\VideoSteganography\build_app.py", line 154, in install_dependencies subprocess.run( File "C:\Users\Administrator\AppData\Local\Programs\Python\Python310\lib\subprocess.py", line 526, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['venv\\Scripts\\python.exe', '-m', 'pip', 'install', '-r', 'requirements.txt', '--index-url', 'https://pypi.org/simple']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\Users\Administrator\Desktop\VideoSteganography\build_app.py", line 369, in <module> sys.exit(main()) File "C:\Users\Administrator\Desktop\VideoSteganography\build_app.py", line 347, in main if not install_dependencies(venv_dir): File "C:\Users\Administrator\Desktop\VideoSteganography\build_app.py", line 178, in install_dependencies if "opencv-python-headless" in default_deps: UnboundLocalError: local variable 'default_deps' referenced before assignment C:\Users\Administrator\Desktop\VideoSteganography>

filetype

[2970:1C2C][2025-08-01T08:14:35]i001: Burn v3.11.1.2318, Windows v10.0 (Build 26100: Service Pack 0), path: C:\Windows\Temp\{DD15BB9D-DAE0-4758-8991-F5C62903BDF7}\.cr\python-3.10.6-amd64.exe [2970:1C2C][2025-08-01T08:14:35]i000: Initializing string variable 'ActionLikeInstalling' to value 'Installing' [2970:1C2C][2025-08-01T08:14:35]i000: Initializing string variable 'ActionLikeInstallation' to value 'Setup' [2970:1C2C][2025-08-01T08:14:35]i000: Initializing string variable 'ShortVersion' to value '3.10' [2970:1C2C][2025-08-01T08:14:35]i000: Initializing numeric variable 'ShortVersionNoDot' to value '310' [2970:1C2C][2025-08-01T08:14:35]i000: Initializing string variable 'WinVer' to value '3.10' [2970:1C2C][2025-08-01T08:14:35]i000: Initializing numeric variable 'WinVerNoDot' to value '310' [2970:1C2C][2025-08-01T08:14:35]i000: Initializing numeric variable 'InstallAllUsers' to value '0' [2970:1C2C][2025-08-01T08:14:35]i000: Initializing numeric variable 'InstallLauncherAllUsers' to value '1' [2970:1C2C][2025-08-01T08:14:35]i000: Initializing string variable 'TargetDir' to value '' [2970:1C2C][2025-08-01T08:14:35]i000: Initializing string variable 'DefaultAllUsersTargetDir' to value '[ProgramFiles64Folder]Python[WinVerNoDot]' [2970:1C2C][2025-08-01T08:14:35]i000: Initializing string variable 'TargetPlatform' to value 'x64' [2970:1C2C][2025-08-01T08:14:35]i000: Initializing string variable 'DefaultJustForMeTargetDir' to value '[LocalAppDataFolder]Programs\Python\Python[WinVerNoDot]' [2970:1C2C][2025-08-01T08:14:35]i000: Initializing string variable 'OptionalFeaturesRegistryKey' to value 'Software\Python\PythonCore\[WinVer]\InstalledFeatures' [2970:1C2C][2025-08-01T08:14:35]i000: Initializing string variable 'TargetDirRegistryKey' to value 'Software\Python\PythonCore\[WinVer]\InstallPath' [2970:1C2C][2025-08-01T08:14:35]i000: Initializing string variable 'DefaultCustomTargetDir' to value '' [2970:1C2C][2025-08-01T08:14:35]i000: Initializing string variable 'InstallAllUsersState' to value 'enabled' [2970:1C2C][2025-08-01T08:14:35]i000: Initializing string variable 'InstallLauncherAllUsersState' to value 'enabled' [2970:1C2C][2025-08-01T08:14:35]i000: Initializing string variable 'CustomInstallLauncherAllUsersState' to value '[InstallLauncherAllUsersState]' [2970:1C2C][2025-08-01T08:14:35]i000: Initializing string variable 'TargetDirState' to value 'enabled' [2970:1C2C][2025-08-01T08:14:35]i000: Initializing string variable 'CustomBrowseButtonState' to value 'enabled' [2970:1C2C][2025-08-01T08:14:35]i000: Initializing numeric variable 'Include_core' to value '1' [2970:1C2C][2025-08-01T08:14:35]i000: Initializing numeric variable 'Include_exe' to value '1' [2970:1C2C][2025-08-01T08:14:35]i000: Initializing numeric variable 'Include_dev' to value '1' [2970:1C2C][2025-08-01T08:14:35]i000: Initializing numeric variable 'Include_lib' to value '1' [2970:1C2C][2025-08-01T08:14:35]i000: Initializing numeric variable 'Include_test' to value '1' [2970:1C2C][2025-08-01T08:14:35]i000: Initializing numeric variable 'Include_doc' to value '1' [2970:1C2C][2025-08-01T08:14:35]i000: Initializing numeric variable 'Include_tools' to value '1' [2970:1C2C][2025-08-01T08:14:35]i000: Initializing numeric variable 'Include_tcltk' to value '1' [2970:1C2C][2025-08-01T08:14:35]i000: Initializing numeric variable 'Include_pip' to value '1' [2970:1C2C][2025-08-01T08:14:35]i000: Initializing numeric variable 'Include_launcher' to value '-1' [2970:1C2C][2025-08-01T08:14:35]i000: Initializing string variable 'Include_launcherState' to value 'enabled' [2970:1C2C][2025-08-01T08:14:35]i000: Initializing numeric variable 'Include_symbols' to value '0' [2970:1C2C][2025-08-01T08:14:35]i000: Initializing numeric variable 'Include_debug' to value '0' [2970:1C2C][2025-08-01T08:14:35]i000: Initializing numeric variable 'LauncherOnly' to value '0' [2970:1C2C][2025-08-01T08:14:35]i000: Initializing numeric variable 'DetectedLauncher' to value '0' [2970:1C2C][2025-08-01T08:14:35]i000: Initializing numeric variable 'DetectedOldLauncher' to value '0' [2970:1C2C][2025-08-01T08:14:35]i000: Initializing numeric variable 'AssociateFiles' to value '1' [2970:1C2C][2025-08-01T08:14:35]i000: Initializing numeric variable 'Shortcuts' to value '1' [2970:1C2C][2025-08-01T08:14:35]i000: Initializing numeric variable 'PrependPath' to value '0' [2970:1C2C][2025-08-01T08:14:35]i000: Initializing numeric variable 'CompileAll' to value '0' [2970:1C2C][2025-08-01T08:14:35]i000: Initializing numeric variable 'SimpleInstall' to value '0' [2970:1C2C][2025-08-01T08:14:35]i000: Initializing string variable 'SimpleInstallDescription' to value '' [2970:1C2C][2025-08-01T08:14:35]i009: Command Line: '-burn.clean.room=D:\Users\lio.wang\Downloads\python-3.10.6-amd64.exe -burn.filehandle.attached=1068 -burn.filehandle.self=1072' [2970:1C2C][2025-08-01T08:14:35]i000: Setting string variable 'WixBundleOriginalSource' to value 'D:\Users\lio.wang\Downloads\python-3.10.6-amd64.exe' [2970:1C2C][2025-08-01T08:14:35]i000: Setting string variable 'WixBundleOriginalSourceFolder' to value 'D:\Users\lio.wang\Downloads\' [2970:1C2C][2025-08-01T08:14:35]i000: Setting string variable 'WixBundleLog' to value 'C:\Users\lio.wang\AppData\Local\Temp\Python 3.10.6 (64-bit)_20250801081435.log' [2970:1C2C][2025-08-01T08:14:35]i000: Setting string variable 'WixBundleName' to value 'Python 3.10.6 (64-bit)' [2970:1C2C][2025-08-01T08:14:35]i000: Setting string variable 'WixBundleManufacturer' to value 'Python Software Foundation' [2970:1C2C][2025-08-01T08:14:35]i000: Setting numeric variable 'CRTInstalled' to value 1 [2970:3180][2025-08-01T08:14:35]i000: Did not find D:\Users\lio.wang\Downloads\unattend.xml [2970:3180][2025-08-01T08:14:35]i000: Setting string variable 'ActionLikeInstalling' to value 'Installing' [2970:3180][2025-08-01T08:14:35]i000: Setting string variable 'ActionLikeInstallation' to value 'Setup' [2970:3180][2025-08-01T08:14:35]i000: Setting version variable 'WixBundleFileVersion' to value '3.10.6150.0' [2970:3180][2025-08-01T08:14:35]i000: Target OS is Windows 10 or later [2970:1C2C][2025-08-01T08:14:35]i100: Detect begin, 52 packages [2970:1C2C][2025-08-01T08:14:35]i101: Detected package: ucrt_AllUsers, state: Absent, cached: None [2970:1C2C][2025-08-01T08:14:35]i101: Detected package: ucrt_JustForMe, state: Absent, cached: None [2970:1C2C][2025-08-01T08:14:35]i101: Detected package: core_AllUsers, state: Absent, cached: None [2970:1C2C][2025-08-01T08:14:35]i101: Detected package: core_AllUsers_pdb, state: Absent, cached: None [2970:1C2C][2025-08-01T08:14:35]i101: Detected package: core_AllUsers_d, state: Absent, cached: None [2970:1C2C][2025-08-01T08:14:35]i101: Detected package: core_JustForMe, state: Absent, cached: None [2970:1C2C][2025-08-01T08:14:35]i101: Detected package: core_JustForMe_pdb, state: Absent, cached: None [2970:1C2C][2025-08-01T08:14:35]i101: Detected package: core_JustForMe_d, state: Absent, cached: None [2970:1C2C][2025-08-01T08:14:35]i101: Detected package: exe_AllUsers, state: Absent, cached: None [2970:1C2C][2025-08-01T08:14:35]i104: Detected package: exe_AllUsers, feature: DefaultFeature, state: Absent [2970:1C2C][2025-08-01T08:14:35]i104: Detected package: exe_AllUsers, feature: Shortcuts, state: Absent [2970:1C2C][2025-08-01T08:14:35]i101: Detected package: exe_AllUsers_pdb, state: Absent, cached: None [2970:1C2C][2025-08-01T08:14:35]i101: Detected package: exe_AllUsers_d, state: Absent, cached: None [2970:1C2C][2025-08-01T08:14:35]i101: Detected package: exe_JustForMe, state: Absent, cached: None [2970:1C2C][2025-08-01T08:14:35]i104: Detected package: exe_JustForMe, feature: DefaultFeature, state: Absent [2970:1C2C][2025-08-01T08:14:35]i104: Detected package: exe_JustForMe, feature: Shortcuts, state: Absent [2970:1C2C][2025-08-01T08:14:35]i101: Detected package: exe_JustForMe_pdb, state: Absent, cached: None [2970:1C2C][2025-08-01T08:14:35]i101: Detected package: exe_JustForMe_d, state: Absent, cached: None [2970:1C2C][2025-08-01T08:14:35]i101: Detected package: dev_AllUsers, state: Absent, cached: None [2970:1C2C][2025-08-01T08:14:35]i101: Detected package: dev_AllUsers_d, state: Absent, cached: None [2970:1C2C][2025-08-01T08:14:35]i101: Detected package: dev_JustForMe, state: Absent, cached: None [2970:1C2C][2025-08-01T08:14:35]i101: Detected package: dev_JustForMe_d, state: Absent, cached: None [2970:1C2C][2025-08-01T08:14:35]i101: Detected package: lib_AllUsers, state: Absent, cached: None [2970:1C2C][2025-08-01T08:14:35]i101: Detected package: lib_AllUsers_pdb, state: Absent, cached: None [2970:1C2C][2025-08-01T08:14:35]i101: Detected package: lib_AllUsers_d, state: Absent, cached: None [2970:1C2C][2025-08-01T08:14:35]i101: Detected package: lib_JustForMe, state: Absent, cached: None [2970:1C2C][2025-08-01T08:14:35]i101: Detected package: lib_JustForMe_pdb, state: Absent, cached: None [2970:1C2C][2025-08-01T08:14:35]i101: Detected package: lib_JustForMe_d, state: Absent, cached: None [2970:1C2C][2025-08-01T08:14:35]i101: Detected package: test_AllUsers, state: Absent, cached: None [2970:1C2C][2025-08-01T08:14:35]i101: Detected package: test_AllUsers_pdb, state: Absent, cached: None [2970:1C2C][2025-08-01T08:14:35]i101: Detected package: test_AllUsers_d, state: Absent, cached: None [2970:1C2C][2025-08-01T08:14:35]i101: Detected package: test_JustForMe, state: Absent, cached: None [2970:1C2C][2025-08-01T08:14:35]i101: Detected package: test_JustForMe_pdb, state: Absent, cached: None [2970:1C2C][2025-08-01T08:14:35]i101: Detected package: test_JustForMe_d, state: Absent, cached: None [2970:1C2C][2025-08-01T08:14:35]i101: Detected package: doc_AllUsers, state: Absent, cached: None [2970:1C2C][2025-08-01T08:14:35]i104: Detected package: doc_AllUsers, feature: DefaultFeature, state: Absent [2970:1C2C][2025-08-01T08:14:35]i104: Detected package: doc_AllUsers, feature: Shortcuts, state: Absent [2970:1C2C][2025-08-01T08:14:35]i101: Detected package: doc_JustForMe, state: Absent, cached: Complete [2970:1C2C][2025-08-01T08:14:35]i104: Detected package: doc_JustForMe, feature: DefaultFeature, state: Absent [2970:1C2C][2025-08-01T08:14:35]i104: Detected package: doc_JustForMe, feature: Shortcuts, state: Absent [2970:1C2C][2025-08-01T08:14:35]i101: Detected package: tools_AllUsers, state: Absent, cached: None [2970:1C2C][2025-08-01T08:14:35]i101: Detected package: tools_JustForMe, state: Absent, cached: Complete [2970:1C2C][2025-08-01T08:14:35]i101: Detected package: tcltk_AllUsers, state: Absent, cached: None [2970:1C2C][2025-08-01T08:14:35]i104: Detected package: tcltk_AllUsers, feature: DefaultFeature, state: Absent [2970:1C2C][2025-08-01T08:14:35]i104: Detected package: tcltk_AllUsers, feature: AssociateFiles, state: Absent [2970:1C2C][2025-08-01T08:14:35]i104: Detected package: tcltk_AllUsers, feature: Shortcuts, state: Absent [2970:1C2C][2025-08-01T08:14:35]i101: Detected package: tcltk_AllUsers_pdb, state: Absent, cached: None [2970:1C2C][2025-08-01T08:14:35]i104: Detected package: tcltk_AllUsers_pdb, feature: Symbols, state: Absent [2970:1C2C][2025-08-01T08:14:35]i101: Detected package: tcltk_AllUsers_d, state: Absent, cached: None [2970:1C2C][2025-08-01T08:14:35]i104: Detected package: tcltk_AllUsers_d, feature: DebugBinaries, state: Absent [2970:1C2C][2025-08-01T08:14:35]i101: Detected package: tcltk_JustForMe, state: Absent, cached: Complete [2970:1C2C][2025-08-01T08:14:35]i104: Detected package: tcltk_JustForMe, feature: DefaultFeature, state: Absent [2970:1C2C][2025-08-01T08:14:35]i104: Detected package: tcltk_JustForMe, feature: AssociateFiles, state: Absent [2970:1C2C][2025-08-01T08:14:35]i104: Detected package: tcltk_JustForMe, feature: Shortcuts, state: Absent [2970:1C2C][2025-08-01T08:14:35]i101: Detected package: tcltk_JustForMe_pdb, state: Absent, cached: None [2970:1C2C][2025-08-01T08:14:35]i104: Detected package: tcltk_JustForMe_pdb, feature: Symbols, state: Absent [2970:1C2C][2025-08-01T08:14:35]i101: Detected package: tcltk_JustForMe_d, state: Absent, cached: None [2970:1C2C][2025-08-01T08:14:35]i104: Detected package: tcltk_JustForMe_d, feature: DebugBinaries, state: Absent [2970:1C2C][2025-08-01T08:14:35]i101: Detected package: launcher_AllUsers, state: Absent, cached: None [2970:1C2C][2025-08-01T08:14:35]i104: Detected package: launcher_AllUsers, feature: DefaultFeature, state: Absent [2970:1C2C][2025-08-01T08:14:35]i104: Detected package: launcher_AllUsers, feature: AssociateFiles, state: Absent [2970:1C2C][2025-08-01T08:14:35]i101: Detected package: launcher_JustForMe, state: Absent, cached: None [2970:1C2C][2025-08-01T08:14:35]i104: Detected package: launcher_JustForMe, feature: DefaultFeature, state: Absent [2970:1C2C][2025-08-01T08:14:35]i104: Detected package: launcher_JustForMe, feature: AssociateFiles, state: Absent [2970:1C2C][2025-08-01T08:14:35]i101: Detected package: pip_AllUsers, state: Absent, cached: None [2970:1C2C][2025-08-01T08:14:35]i101: Detected package: pip_JustForMe, state: Absent, cached: None [2970:1C2C][2025-08-01T08:14:35]i101: Detected package: path_AllUsers, state: Absent, cached: None [2970:1C2C][2025-08-01T08:14:35]i101: Detected package: path_JustForMe, state: Absent, cached: None [2970:1C2C][2025-08-01T08:14:35]i101: Detected package: compileall_AllUsers, state: Absent, cached: None [2970:1C2C][2025-08-01T08:14:35]i101: Detected package: compileallO_AllUsers, state: Absent, cached: None [2970:1C2C][2025-08-01T08:14:35]i101: Detected package: compileallOO_AllUsers, state: Absent, cached: None [2970:1C2C][2025-08-01T08:14:35]i101: Detected package: compileall_JustForMe, state: Absent, cached: None [2970:1C2C][2025-08-01T08:14:35]i101: Detected package: compileallO_JustForMe, state: Absent, cached: None [2970:1C2C][2025-08-01T08:14:35]i101: Detected package: compileallOO_JustForMe, state: Absent, cached: None [2970:1C2C][2025-08-01T08:14:35]i000: Setting numeric variable 'Include_launcher' to value 1 [2970:1C2C][2025-08-01T08:14:35]i000: Setting string variable 'TargetDir' to value 'C:\Users\lio.wang\AppData\Local\Programs\Python\Python310' [2970:1C2C][2025-08-01T08:14:35]i199: Detect complete, result: 0x0 [2970:3180][2025-08-01T08:14:35]i052: Condition 'not WixBundleElevated and (InstallAllUsers or (Include_launcher and InstallLauncherAllUsers and not DetectedLauncher))' evaluates to false. [2970:3180][2025-08-01T08:14:38]i000: Setting numeric variable 'InstallLauncherAllUsers' to value 1 [2970:3180][2025-08-01T08:14:38]i000: Setting numeric variable 'PrependPath' to value 1 [2970:3180][2025-08-01T08:14:39]i000: Setting numeric variable 'Include_doc' to value 1 [2970:3180][2025-08-01T08:14:39]i000: Setting numeric variable 'Include_pip' to value 1 [2970:3180][2025-08-01T08:14:39]i000: Setting numeric variable 'Include_tcltk' to value 1 [2970:3180][2025-08-01T08:14:39]i000: Setting numeric variable 'Include_test' to value 1 [2970:3180][2025-08-01T08:14:39]i000: Setting numeric variable 'Include_launcher' to value 1 [2970:3180][2025-08-01T08:14:39]i000: Setting numeric variable 'CustomInstallLauncherAllUsers' to value 1 [2970:3180][2025-08-01T08:14:39]i052: Condition 'not WixBundleElevated and (InstallAllUsers or (Include_launcher and InstallLauncherAllUsers and not DetectedLauncher))' evaluates to false. [2970:3180][2025-08-01T08:14:41]i000: Setting numeric variable 'InstallAllUsers' to value 1 [2970:3180][2025-08-01T08:14:41]i052: Condition 'not WixBundleElevated and (InstallAllUsers or (Include_launcher and InstallLauncherAllUsers and not DetectedLauncher))' evaluates to false. [2970:3180][2025-08-01T08:14:41]i000: Setting numeric variable 'CompileAll' to value 1 [2970:3180][2025-08-01T08:14:45]i000: Setting numeric variable 'InstallAllUsers' to value 1 [2970:3180][2025-08-01T08:14:45]i000: Setting numeric variable 'AssociateFiles' to value 1 [2970:3180][2025-08-01T08:14:45]i000: Setting numeric variable 'Shortcuts' to value 1 [2970:3180][2025-08-01T08:14:45]i000: Setting numeric variable 'PrependPath' to value 1 [2970:3180][2025-08-01T08:14:45]i000: Setting numeric variable 'CompileAll' to value 1 [2970:3180][2025-08-01T08:14:45]i000: Setting numeric variable 'Include_symbols' to value 0 [2970:3180][2025-08-01T08:14:45]i000: Setting numeric variable 'Include_debug' to value 0 [2970:3180][2025-08-01T08:14:45]i000: Setting string variable 'TargetDir' to value 'C:\Program Files\Python310' [2970:3180][2025-08-01T08:14:45]i000: Setting string variable 'ActionLikeInstalling' to value 'Installing' [2970:3180][2025-08-01T08:14:45]i000: Setting string variable 'ActionLikeInstallation' to value 'Setup' [2970:1C2C][2025-08-01T08:14:45]i200: Plan begin, 52 packages, action: Install [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'InstallAllUsers and not CRTInstalled and (Include_core or Include_exe or Include_pip) and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'InstallAllUsers and not CRTInstalled and (Include_core or Include_exe or Include_pip) and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]w322: Skipping cross-scope dependency registration on package: ucrt_AllUsers, bundle scope: PerUser, package scope: PerMachine [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'not InstallAllUsers and not CRTInstalled and (Include_core or Include_exe or Include_pip) and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'not InstallAllUsers and not CRTInstalled and (Include_core or Include_exe or Include_pip) and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'InstallAllUsers and (Include_core or Include_exe or Include_launcher or Include_pip) and not LauncherOnly' evaluates to true. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'InstallAllUsers and (Include_core or Include_exe or Include_launcher or Include_pip) and not LauncherOnly' evaluates to true. [2970:1C2C][2025-08-01T08:14:45]w322: Skipping cross-scope dependency registration on package: core_AllUsers, bundle scope: PerUser, package scope: PerMachine [2970:1C2C][2025-08-01T08:14:45]i000: Setting string variable 'WixBundleRollbackLog_core_AllUsers' to value 'C:\Users\lio.wang\AppData\Local\Temp\Python 3.10.6 (64-bit)_20250801081435_000_core_AllUsers_rollback.log' [2970:1C2C][2025-08-01T08:14:45]i000: Setting string variable 'WixBundleLog_core_AllUsers' to value 'C:\Users\lio.wang\AppData\Local\Temp\Python 3.10.6 (64-bit)_20250801081435_000_core_AllUsers.log' [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'InstallAllUsers and (Include_core or Include_exe or Include_launcher or Include_pip) and Include_symbols and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'InstallAllUsers and (Include_core or Include_exe or Include_launcher or Include_pip) and Include_symbols and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]w322: Skipping cross-scope dependency registration on package: core_AllUsers_pdb, bundle scope: PerUser, package scope: PerMachine [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'InstallAllUsers and (Include_core or Include_exe or Include_launcher or Include_pip) and Include_debug and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'InstallAllUsers and (Include_core or Include_exe or Include_launcher or Include_pip) and Include_debug and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]w322: Skipping cross-scope dependency registration on package: core_AllUsers_d, bundle scope: PerUser, package scope: PerMachine [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'not InstallAllUsers and (Include_core or Include_exe or Include_launcher or Include_pip) and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'not InstallAllUsers and (Include_core or Include_exe or Include_launcher or Include_pip) and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'not InstallAllUsers and (Include_core or Include_exe or Include_launcher or Include_pip) and Include_symbols and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'not InstallAllUsers and (Include_core or Include_exe or Include_launcher or Include_pip) and Include_symbols and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'not InstallAllUsers and (Include_core or Include_exe or Include_launcher or Include_pip) and Include_debug and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'not InstallAllUsers and (Include_core or Include_exe or Include_launcher or Include_pip) and Include_debug and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'InstallAllUsers and (Include_exe or Include_launcher or Include_pip) and not LauncherOnly' evaluates to true. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'InstallAllUsers and (Include_exe or Include_launcher or Include_pip) and not LauncherOnly' evaluates to true. [2970:1C2C][2025-08-01T08:14:45]i204: Plan 2 msi features for package: exe_AllUsers [2970:1C2C][2025-08-01T08:14:45]i203: Planned feature: DefaultFeature, state: Absent, default requested: Unknown, ba requested: Local, execute action: AddLocal, rollback action: Remove [2970:1C2C][2025-08-01T08:14:45]i203: Planned feature: Shortcuts, state: Absent, default requested: Unknown, ba requested: Local, execute action: AddLocal, rollback action: Remove [2970:1C2C][2025-08-01T08:14:45]w322: Skipping cross-scope dependency registration on package: exe_AllUsers, bundle scope: PerUser, package scope: PerMachine [2970:1C2C][2025-08-01T08:14:45]i000: Setting string variable 'WixBundleRollbackLog_exe_AllUsers' to value 'C:\Users\lio.wang\AppData\Local\Temp\Python 3.10.6 (64-bit)_20250801081435_001_exe_AllUsers_rollback.log' [2970:1C2C][2025-08-01T08:14:45]i000: Setting string variable 'WixBundleLog_exe_AllUsers' to value 'C:\Users\lio.wang\AppData\Local\Temp\Python 3.10.6 (64-bit)_20250801081435_001_exe_AllUsers.log' [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'InstallAllUsers and (Include_exe or Include_launcher or Include_pip) and Include_symbols and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'InstallAllUsers and (Include_exe or Include_launcher or Include_pip) and Include_symbols and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]w322: Skipping cross-scope dependency registration on package: exe_AllUsers_pdb, bundle scope: PerUser, package scope: PerMachine [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'InstallAllUsers and (Include_exe or Include_launcher or Include_pip) and Include_debug and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'InstallAllUsers and (Include_exe or Include_launcher or Include_pip) and Include_debug and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]w322: Skipping cross-scope dependency registration on package: exe_AllUsers_d, bundle scope: PerUser, package scope: PerMachine [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'not InstallAllUsers and (Include_exe or Include_launcher or Include_pip) and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'not InstallAllUsers and (Include_exe or Include_launcher or Include_pip) and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i204: Plan 2 msi features for package: exe_JustForMe [2970:1C2C][2025-08-01T08:14:45]i203: Planned feature: DefaultFeature, state: Absent, default requested: Unknown, ba requested: Local, execute action: AddLocal, rollback action: Remove [2970:1C2C][2025-08-01T08:14:45]i203: Planned feature: Shortcuts, state: Absent, default requested: Unknown, ba requested: Local, execute action: AddLocal, rollback action: Remove [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'not InstallAllUsers and (Include_exe or Include_launcher or Include_pip) and Include_symbols and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'not InstallAllUsers and (Include_exe or Include_launcher or Include_pip) and Include_symbols and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'not InstallAllUsers and (Include_exe or Include_launcher or Include_pip) and Include_debug and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'not InstallAllUsers and (Include_exe or Include_launcher or Include_pip) and Include_debug and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'InstallAllUsers and Include_dev and not LauncherOnly' evaluates to true. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'InstallAllUsers and Include_dev and not LauncherOnly' evaluates to true. [2970:1C2C][2025-08-01T08:14:45]w322: Skipping cross-scope dependency registration on package: dev_AllUsers, bundle scope: PerUser, package scope: PerMachine [2970:1C2C][2025-08-01T08:14:45]i000: Setting string variable 'WixBundleRollbackLog_dev_AllUsers' to value 'C:\Users\lio.wang\AppData\Local\Temp\Python 3.10.6 (64-bit)_20250801081435_002_dev_AllUsers_rollback.log' [2970:1C2C][2025-08-01T08:14:45]i000: Setting string variable 'WixBundleLog_dev_AllUsers' to value 'C:\Users\lio.wang\AppData\Local\Temp\Python 3.10.6 (64-bit)_20250801081435_002_dev_AllUsers.log' [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'InstallAllUsers and Include_dev and Include_debug and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'InstallAllUsers and Include_dev and Include_debug and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]w322: Skipping cross-scope dependency registration on package: dev_AllUsers_d, bundle scope: PerUser, package scope: PerMachine [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'not InstallAllUsers and Include_dev and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'not InstallAllUsers and Include_dev and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'not InstallAllUsers and Include_dev and Include_debug and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'not InstallAllUsers and Include_dev and Include_debug and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'InstallAllUsers and Include_lib and not LauncherOnly' evaluates to true. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'InstallAllUsers and Include_lib and not LauncherOnly' evaluates to true. [2970:1C2C][2025-08-01T08:14:45]w322: Skipping cross-scope dependency registration on package: lib_AllUsers, bundle scope: PerUser, package scope: PerMachine [2970:1C2C][2025-08-01T08:14:45]i000: Setting string variable 'WixBundleRollbackLog_lib_AllUsers' to value 'C:\Users\lio.wang\AppData\Local\Temp\Python 3.10.6 (64-bit)_20250801081435_003_lib_AllUsers_rollback.log' [2970:1C2C][2025-08-01T08:14:45]i000: Setting string variable 'WixBundleLog_lib_AllUsers' to value 'C:\Users\lio.wang\AppData\Local\Temp\Python 3.10.6 (64-bit)_20250801081435_003_lib_AllUsers.log' [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'InstallAllUsers and Include_lib and Include_symbols and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'InstallAllUsers and Include_lib and Include_symbols and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]w322: Skipping cross-scope dependency registration on package: lib_AllUsers_pdb, bundle scope: PerUser, package scope: PerMachine [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'InstallAllUsers and Include_lib and Include_debug and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'InstallAllUsers and Include_lib and Include_debug and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]w322: Skipping cross-scope dependency registration on package: lib_AllUsers_d, bundle scope: PerUser, package scope: PerMachine [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'not InstallAllUsers and Include_lib and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'not InstallAllUsers and Include_lib and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'not InstallAllUsers and Include_lib and Include_symbols and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'not InstallAllUsers and Include_lib and Include_symbols and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'not InstallAllUsers and Include_lib and Include_debug and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'not InstallAllUsers and Include_lib and Include_debug and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'InstallAllUsers and Include_test and not LauncherOnly' evaluates to true. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'InstallAllUsers and Include_test and not LauncherOnly' evaluates to true. [2970:1C2C][2025-08-01T08:14:45]w322: Skipping cross-scope dependency registration on package: test_AllUsers, bundle scope: PerUser, package scope: PerMachine [2970:1C2C][2025-08-01T08:14:45]i000: Setting string variable 'WixBundleRollbackLog_test_AllUsers' to value 'C:\Users\lio.wang\AppData\Local\Temp\Python 3.10.6 (64-bit)_20250801081435_004_test_AllUsers_rollback.log' [2970:1C2C][2025-08-01T08:14:45]i000: Setting string variable 'WixBundleLog_test_AllUsers' to value 'C:\Users\lio.wang\AppData\Local\Temp\Python 3.10.6 (64-bit)_20250801081435_004_test_AllUsers.log' [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'InstallAllUsers and Include_test and Include_symbols and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'InstallAllUsers and Include_test and Include_symbols and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]w322: Skipping cross-scope dependency registration on package: test_AllUsers_pdb, bundle scope: PerUser, package scope: PerMachine [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'InstallAllUsers and Include_test and Include_debug and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'InstallAllUsers and Include_test and Include_debug and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]w322: Skipping cross-scope dependency registration on package: test_AllUsers_d, bundle scope: PerUser, package scope: PerMachine [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'not InstallAllUsers and Include_test and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'not InstallAllUsers and Include_test and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'not InstallAllUsers and Include_test and Include_symbols and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'not InstallAllUsers and Include_test and Include_symbols and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'not InstallAllUsers and Include_test and Include_debug and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'not InstallAllUsers and Include_test and Include_debug and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'InstallAllUsers and Include_doc and not LauncherOnly' evaluates to true. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'InstallAllUsers and Include_doc and not LauncherOnly' evaluates to true. [2970:1C2C][2025-08-01T08:14:45]i204: Plan 2 msi features for package: doc_AllUsers [2970:1C2C][2025-08-01T08:14:45]i203: Planned feature: DefaultFeature, state: Absent, default requested: Unknown, ba requested: Local, execute action: AddLocal, rollback action: Remove [2970:1C2C][2025-08-01T08:14:45]i203: Planned feature: Shortcuts, state: Absent, default requested: Unknown, ba requested: Local, execute action: AddLocal, rollback action: Remove [2970:1C2C][2025-08-01T08:14:45]w322: Skipping cross-scope dependency registration on package: doc_AllUsers, bundle scope: PerUser, package scope: PerMachine [2970:1C2C][2025-08-01T08:14:45]i000: Setting string variable 'WixBundleRollbackLog_doc_AllUsers' to value 'C:\Users\lio.wang\AppData\Local\Temp\Python 3.10.6 (64-bit)_20250801081435_005_doc_AllUsers_rollback.log' [2970:1C2C][2025-08-01T08:14:45]i000: Setting string variable 'WixBundleLog_doc_AllUsers' to value 'C:\Users\lio.wang\AppData\Local\Temp\Python 3.10.6 (64-bit)_20250801081435_005_doc_AllUsers.log' [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'not InstallAllUsers and Include_doc and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'not InstallAllUsers and Include_doc and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i204: Plan 2 msi features for package: doc_JustForMe [2970:1C2C][2025-08-01T08:14:45]i203: Planned feature: DefaultFeature, state: Absent, default requested: Unknown, ba requested: Local, execute action: AddLocal, rollback action: Remove [2970:1C2C][2025-08-01T08:14:45]i203: Planned feature: Shortcuts, state: Absent, default requested: Unknown, ba requested: Local, execute action: AddLocal, rollback action: Remove [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'InstallAllUsers and Include_tools and not LauncherOnly' evaluates to true. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'InstallAllUsers and Include_tools and not LauncherOnly' evaluates to true. [2970:1C2C][2025-08-01T08:14:45]w322: Skipping cross-scope dependency registration on package: tools_AllUsers, bundle scope: PerUser, package scope: PerMachine [2970:1C2C][2025-08-01T08:14:45]i000: Setting string variable 'WixBundleRollbackLog_tools_AllUsers' to value 'C:\Users\lio.wang\AppData\Local\Temp\Python 3.10.6 (64-bit)_20250801081435_006_tools_AllUsers_rollback.log' [2970:1C2C][2025-08-01T08:14:45]i000: Setting string variable 'WixBundleLog_tools_AllUsers' to value 'C:\Users\lio.wang\AppData\Local\Temp\Python 3.10.6 (64-bit)_20250801081435_006_tools_AllUsers.log' [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'not InstallAllUsers and Include_tools and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'not InstallAllUsers and Include_tools and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'InstallAllUsers and Include_tcltk and not LauncherOnly' evaluates to true. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'InstallAllUsers and Include_tcltk and not LauncherOnly' evaluates to true. [2970:1C2C][2025-08-01T08:14:45]i204: Plan 3 msi features for package: tcltk_AllUsers [2970:1C2C][2025-08-01T08:14:45]i203: Planned feature: DefaultFeature, state: Absent, default requested: Unknown, ba requested: Local, execute action: AddLocal, rollback action: Remove [2970:1C2C][2025-08-01T08:14:45]i203: Planned feature: AssociateFiles, state: Absent, default requested: Unknown, ba requested: Local, execute action: AddLocal, rollback action: Remove [2970:1C2C][2025-08-01T08:14:45]i203: Planned feature: Shortcuts, state: Absent, default requested: Unknown, ba requested: Local, execute action: AddLocal, rollback action: Remove [2970:1C2C][2025-08-01T08:14:45]w322: Skipping cross-scope dependency registration on package: tcltk_AllUsers, bundle scope: PerUser, package scope: PerMachine [2970:1C2C][2025-08-01T08:14:45]i000: Setting string variable 'WixBundleRollbackLog_tcltk_AllUsers' to value 'C:\Users\lio.wang\AppData\Local\Temp\Python 3.10.6 (64-bit)_20250801081435_007_tcltk_AllUsers_rollback.log' [2970:1C2C][2025-08-01T08:14:45]i000: Setting string variable 'WixBundleLog_tcltk_AllUsers' to value 'C:\Users\lio.wang\AppData\Local\Temp\Python 3.10.6 (64-bit)_20250801081435_007_tcltk_AllUsers.log' [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'InstallAllUsers and Include_tcltk and Include_symbols and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'InstallAllUsers and Include_tcltk and Include_symbols and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i204: Plan 1 msi features for package: tcltk_AllUsers_pdb [2970:1C2C][2025-08-01T08:14:45]i203: Planned feature: Symbols, state: Absent, default requested: Unknown, ba requested: Local, execute action: AddLocal, rollback action: Remove [2970:1C2C][2025-08-01T08:14:45]w322: Skipping cross-scope dependency registration on package: tcltk_AllUsers_pdb, bundle scope: PerUser, package scope: PerMachine [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'InstallAllUsers and Include_tcltk and Include_debug and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'InstallAllUsers and Include_tcltk and Include_debug and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i204: Plan 1 msi features for package: tcltk_AllUsers_d [2970:1C2C][2025-08-01T08:14:45]i203: Planned feature: DebugBinaries, state: Absent, default requested: Unknown, ba requested: Local, execute action: AddLocal, rollback action: Remove [2970:1C2C][2025-08-01T08:14:45]w322: Skipping cross-scope dependency registration on package: tcltk_AllUsers_d, bundle scope: PerUser, package scope: PerMachine [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'not InstallAllUsers and Include_tcltk and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'not InstallAllUsers and Include_tcltk and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i204: Plan 3 msi features for package: tcltk_JustForMe [2970:1C2C][2025-08-01T08:14:45]i203: Planned feature: DefaultFeature, state: Absent, default requested: Unknown, ba requested: Local, execute action: AddLocal, rollback action: Remove [2970:1C2C][2025-08-01T08:14:45]i203: Planned feature: AssociateFiles, state: Absent, default requested: Unknown, ba requested: Local, execute action: AddLocal, rollback action: Remove [2970:1C2C][2025-08-01T08:14:45]i203: Planned feature: Shortcuts, state: Absent, default requested: Unknown, ba requested: Local, execute action: AddLocal, rollback action: Remove [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'not InstallAllUsers and Include_tcltk and Include_symbols and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'not InstallAllUsers and Include_tcltk and Include_symbols and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i204: Plan 1 msi features for package: tcltk_JustForMe_pdb [2970:1C2C][2025-08-01T08:14:45]i203: Planned feature: Symbols, state: Absent, default requested: Unknown, ba requested: Local, execute action: AddLocal, rollback action: Remove [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'not InstallAllUsers and Include_tcltk and Include_debug and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'not InstallAllUsers and Include_tcltk and Include_debug and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i204: Plan 1 msi features for package: tcltk_JustForMe_d [2970:1C2C][2025-08-01T08:14:45]i203: Planned feature: DebugBinaries, state: Absent, default requested: Unknown, ba requested: Local, execute action: AddLocal, rollback action: Remove [2970:1C2C][2025-08-01T08:14:45]i052: Condition '(InstallAllUsers or InstallLauncherAllUsers) and Include_launcher and not DetectedLauncher' evaluates to true. [2970:1C2C][2025-08-01T08:14:45]i052: Condition '(InstallAllUsers or InstallLauncherAllUsers) and Include_launcher and not DetectedLauncher' evaluates to true. [2970:1C2C][2025-08-01T08:14:45]i204: Plan 2 msi features for package: launcher_AllUsers [2970:1C2C][2025-08-01T08:14:45]i203: Planned feature: DefaultFeature, state: Absent, default requested: Unknown, ba requested: Local, execute action: AddLocal, rollback action: Remove [2970:1C2C][2025-08-01T08:14:45]i203: Planned feature: AssociateFiles, state: Absent, default requested: Unknown, ba requested: Local, execute action: AddLocal, rollback action: Remove [2970:1C2C][2025-08-01T08:14:45]w322: Skipping cross-scope dependency registration on package: launcher_AllUsers, bundle scope: PerUser, package scope: PerMachine [2970:1C2C][2025-08-01T08:14:45]i000: Setting string variable 'WixBundleLog_launcher_AllUsers' to value 'C:\Users\lio.wang\AppData\Local\Temp\Python 3.10.6 (64-bit)_20250801081435_008_launcher_AllUsers.log' [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'not (InstallAllUsers or InstallLauncherAllUsers) and Include_launcher and not DetectedLauncher' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'not (InstallAllUsers or InstallLauncherAllUsers) and Include_launcher and not DetectedLauncher' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i204: Plan 2 msi features for package: launcher_JustForMe [2970:1C2C][2025-08-01T08:14:45]i203: Planned feature: DefaultFeature, state: Absent, default requested: Unknown, ba requested: Local, execute action: AddLocal, rollback action: Remove [2970:1C2C][2025-08-01T08:14:45]i203: Planned feature: AssociateFiles, state: Absent, default requested: Unknown, ba requested: Local, execute action: AddLocal, rollback action: Remove [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'InstallAllUsers and Include_pip and not LauncherOnly' evaluates to true. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'InstallAllUsers and Include_pip and not LauncherOnly' evaluates to true. [2970:1C2C][2025-08-01T08:14:45]w322: Skipping cross-scope dependency registration on package: pip_AllUsers, bundle scope: PerUser, package scope: PerMachine [2970:1C2C][2025-08-01T08:14:45]i000: Setting string variable 'WixBundleRollbackLog_pip_AllUsers' to value 'C:\Users\lio.wang\AppData\Local\Temp\Python 3.10.6 (64-bit)_20250801081435_009_pip_AllUsers_rollback.log' [2970:1C2C][2025-08-01T08:14:45]i000: Setting string variable 'WixBundleLog_pip_AllUsers' to value 'C:\Users\lio.wang\AppData\Local\Temp\Python 3.10.6 (64-bit)_20250801081435_009_pip_AllUsers.log' [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'not InstallAllUsers and Include_pip and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'not InstallAllUsers and Include_pip and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'InstallAllUsers and PrependPath and not LauncherOnly' evaluates to true. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'InstallAllUsers and PrependPath and not LauncherOnly' evaluates to true. [2970:1C2C][2025-08-01T08:14:45]w322: Skipping cross-scope dependency registration on package: path_AllUsers, bundle scope: PerUser, package scope: PerMachine [2970:1C2C][2025-08-01T08:14:45]i000: Setting string variable 'WixBundleRollbackLog_path_AllUsers' to value 'C:\Users\lio.wang\AppData\Local\Temp\Python 3.10.6 (64-bit)_20250801081435_010_path_AllUsers_rollback.log' [2970:1C2C][2025-08-01T08:14:45]i000: Setting string variable 'WixBundleLog_path_AllUsers' to value 'C:\Users\lio.wang\AppData\Local\Temp\Python 3.10.6 (64-bit)_20250801081435_010_path_AllUsers.log' [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'not InstallAllUsers and PrependPath and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'not InstallAllUsers and PrependPath and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'InstallAllUsers and CompileAll and not LauncherOnly' evaluates to true. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'InstallAllUsers and CompileAll and not LauncherOnly' evaluates to true. [2970:1C2C][2025-08-01T08:14:45]w321: Skipping dependency registration on package with no dependency providers: compileall_AllUsers [2970:1C2C][2025-08-01T08:14:45]i000: Setting string variable 'WixBundleLog_compileall_AllUsers' to value 'C:\Users\lio.wang\AppData\Local\Temp\Python 3.10.6 (64-bit)_20250801081435_011_compileall_AllUsers.log' [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'InstallAllUsers and CompileAll and not LauncherOnly' evaluates to true. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'InstallAllUsers and CompileAll and not LauncherOnly' evaluates to true. [2970:1C2C][2025-08-01T08:14:45]w321: Skipping dependency registration on package with no dependency providers: compileallO_AllUsers [2970:1C2C][2025-08-01T08:14:45]i000: Setting string variable 'WixBundleLog_compileallO_AllUsers' to value 'C:\Users\lio.wang\AppData\Local\Temp\Python 3.10.6 (64-bit)_20250801081435_012_compileallO_AllUsers.log' [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'InstallAllUsers and CompileAll and not LauncherOnly' evaluates to true. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'InstallAllUsers and CompileAll and not LauncherOnly' evaluates to true. [2970:1C2C][2025-08-01T08:14:45]w321: Skipping dependency registration on package with no dependency providers: compileallOO_AllUsers [2970:1C2C][2025-08-01T08:14:45]i000: Setting string variable 'WixBundleLog_compileallOO_AllUsers' to value 'C:\Users\lio.wang\AppData\Local\Temp\Python 3.10.6 (64-bit)_20250801081435_013_compileallOO_AllUsers.log' [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'not InstallAllUsers and CompileAll and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'not InstallAllUsers and CompileAll and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]w321: Skipping dependency registration on package with no dependency providers: compileall_JustForMe [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'not InstallAllUsers and CompileAll and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'not InstallAllUsers and CompileAll and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]w321: Skipping dependency registration on package with no dependency providers: compileallO_JustForMe [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'not InstallAllUsers and CompileAll and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]i052: Condition 'not InstallAllUsers and CompileAll and not LauncherOnly' evaluates to false. [2970:1C2C][2025-08-01T08:14:45]w321: Skipping dependency registration on package with no dependency providers: compileallOO_JustForMe [2970:1C2C][2025-08-01T08:14:45]i201: Planned package: ucrt_AllUsers, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None [2970:1C2C][2025-08-01T08:14:45]i201: Planned package: ucrt_JustForMe, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None [2970:1C2C][2025-08-01T08:14:45]i201: Planned package: core_AllUsers, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: None [2970:1C2C][2025-08-01T08:14:45]i201: Planned package: core_AllUsers_pdb, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None [2970:1C2C][2025-08-01T08:14:45]i201: Planned package: core_AllUsers_d, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None [2970:1C2C][2025-08-01T08:14:45]i201: Planned package: core_JustForMe, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None [2970:1C2C][2025-08-01T08:14:45]i201: Planned package: core_JustForMe_pdb, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None [2970:1C2C][2025-08-01T08:14:45]i201: Planned package: core_JustForMe_d, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None [2970:1C2C][2025-08-01T08:14:45]i201: Planned package: exe_AllUsers, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: None [2970:1C2C][2025-08-01T08:14:45]i201: Planned package: exe_AllUsers_pdb, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None [2970:1C2C][2025-08-01T08:14:45]i201: Planned package: exe_AllUsers_d, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None [2970:1C2C][2025-08-01T08:14:45]i201: Planned package: exe_JustForMe, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None [2970:1C2C][2025-08-01T08:14:45]i201: Planned package: exe_JustForMe_pdb, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None [2970:1C2C][2025-08-01T08:14:45]i201: Planned package: exe_JustForMe_d, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None [2970:1C2C][2025-08-01T08:14:45]i201: Planned package: dev_AllUsers, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: None [2970:1C2C][2025-08-01T08:14:45]i201: Planned package: dev_AllUsers_d, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None [2970:1C2C][2025-08-01T08:14:45]i201: Planned package: dev_JustForMe, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None [2970:1C2C][2025-08-01T08:14:45]i201: Planned package: dev_JustForMe_d, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None [2970:1C2C][2025-08-01T08:14:45]i201: Planned package: lib_AllUsers, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: None [2970:1C2C][2025-08-01T08:14:45]i201: Planned package: lib_AllUsers_pdb, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None [2970:1C2C][2025-08-01T08:14:45]i201: Planned package: lib_AllUsers_d, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None [2970:1C2C][2025-08-01T08:14:45]i201: Planned package: lib_JustForMe, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None [2970:1C2C][2025-08-01T08:14:45]i201: Planned package: lib_JustForMe_pdb, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None [2970:1C2C][2025-08-01T08:14:45]i201: Planned package: lib_JustForMe_d, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None [2970:1C2C][2025-08-01T08:14:45]i201: Planned package: test_AllUsers, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: None [2970:1C2C][2025-08-01T08:14:45]i201: Planned package: test_AllUsers_pdb, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None [2970:1C2C][2025-08-01T08:14:45]i201: Planned package: test_AllUsers_d, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None [2970:1C2C][2025-08-01T08:14:45]i201: Planned package: test_JustForMe, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None [2970:1C2C][2025-08-01T08:14:45]i201: Planned package: test_JustForMe_pdb, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None [2970:1C2C][2025-08-01T08:14:45]i201: Planned package: test_JustForMe_d, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None [2970:1C2C][2025-08-01T08:14:45]i201: Planned package: doc_AllUsers, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: None [2970:1C2C][2025-08-01T08:14:45]i201: Planned package: doc_JustForMe, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: Yes, dependency: None [2970:1C2C][2025-08-01T08:14:45]i201: Planned package: tools_AllUsers, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: None [2970:1C2C][2025-08-01T08:14:45]i201: Planned package: tools_JustForMe, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: Yes, dependency: None [2970:1C2C][2025-08-01T08:14:45]i201: Planned package: tcltk_AllUsers, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: None [2970:1C2C][2025-08-01T08:14:45]i201: Planned package: tcltk_AllUsers_pdb, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None [2970:1C2C][2025-08-01T08:14:45]i201: Planned package: tcltk_AllUsers_d, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None [2970:1C2C][2025-08-01T08:14:45]i201: Planned package: tcltk_JustForMe, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: Yes, dependency: None [2970:1C2C][2025-08-01T08:14:45]i201: Planned package: tcltk_JustForMe_pdb, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None [2970:1C2C][2025-08-01T08:14:45]i201: Planned package: tcltk_JustForMe_d, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None [2970:1C2C][2025-08-01T08:14:45]i201: Planned package: launcher_AllUsers, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: None, cache: Yes, uncache: No, dependency: None [2970:1C2C][2025-08-01T08:14:45]i201: Planned package: launcher_JustForMe, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None [2970:1C2C][2025-08-01T08:14:45]i201: Planned package: pip_AllUsers, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: None [2970:1C2C][2025-08-01T08:14:45]i201: Planned package: pip_JustForMe, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None [2970:1C2C][2025-08-01T08:14:45]i201: Planned package: path_AllUsers, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: Uninstall, cache: Yes, uncache: No, dependency: None [2970:1C2C][2025-08-01T08:14:45]i201: Planned package: path_JustForMe, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None [2970:1C2C][2025-08-01T08:14:45]i201: Planned package: compileall_AllUsers, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: None, cache: Yes, uncache: No, dependency: None [2970:1C2C][2025-08-01T08:14:45]i201: Planned package: compileallO_AllUsers, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: None, cache: Yes, uncache: No, dependency: None [2970:1C2C][2025-08-01T08:14:45]i201: Planned package: compileallOO_AllUsers, state: Absent, default requested: Present, ba requested: Present, execute: Install, rollback: None, cache: Yes, uncache: No, dependency: None [2970:1C2C][2025-08-01T08:14:45]i201: Planned package: compileall_JustForMe, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None [2970:1C2C][2025-08-01T08:14:45]i201: Planned package: compileallO_JustForMe, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None [2970:1C2C][2025-08-01T08:14:45]i201: Planned package: compileallOO_JustForMe, state: Absent, default requested: Absent, ba requested: Absent, execute: None, rollback: None, cache: No, uncache: No, dependency: None [2970:1C2C][2025-08-01T08:14:45]i299: Plan complete, result: 0x0 [2970:1C2C][2025-08-01T08:14:45]i300: Apply begin [2970:1C2C][2025-08-01T08:14:45]i010: Launching elevated engine process. [2970:1C2C][2025-08-01T08:14:45]i011: Launched elevated engine process. [2970:1C2C][2025-08-01T08:14:46]i012: Connected to elevated engine. [4524:493C][2025-08-01T08:14:46]i358: Pausing automatic updates. [4524:493C][2025-08-01T08:14:46]i359: Paused automatic updates. [4524:493C][2025-08-01T08:14:46]i360: Creating a system restore point. [4524:493C][2025-08-01T08:14:46]w363: Could not create system restore point, error: 0x80070005. Continuing... [2970:1C2C][2025-08-01T08:14:46]i370: Session begin, registration key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{1fab56ed-b241-47a3-9abc-d51dc01b8dff}, options: 0x7, disable resume: No [2970:1C2C][2025-08-01T08:14:46]i000: Caching bundle from: 'C:\Windows\Temp\{7F79A38C-3B5E-4DE8-B9CD-201E49A2B9D7}\.be\python-3.10.6-amd64.exe' to: 'C:\Users\lio.wang\AppData\Local\Package Cache\{1fab56ed-b241-47a3-9abc-d51dc01b8dff}\python-3.10.6-amd64.exe' [2970:1C2C][2025-08-01T08:14:46]i320: Registering bundle dependency provider: CPython-3.10, version: 3.10.6150.0 [2970:1C2C][2025-08-01T08:14:46]i371: Updating session, registration key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{1fab56ed-b241-47a3-9abc-d51dc01b8dff}, resume: Active, restart initiated: No, disable resume: No [4524:2FA0][2025-08-01T08:14:52]e000: Error 0x80070005: Failed to secure cache path: C:\ProgramData\Package Cache\ [4524:2FA0][2025-08-01T08:14:52]e000: Error 0x80070005: Failed to secure cache directory: C:\ProgramData\Package Cache\ [4524:2FA0][2025-08-01T08:14:52]e000: Error 0x80070005: Failed to get cached path for package with cache id: {C91F8E4B-F9C1-4FD1-BCF3-4A91CDAD4B72}v3.10.6150.0 [4524:2FA0][2025-08-01T08:14:52]e000: Error 0x80070005: Failed to cache payload: core_AllUsers [2970:11D8][2025-08-01T08:14:52]e314: Failed to cache payload: core_AllUsers from working path: C:\Windows\Temp\{7F79A38C-3B5E-4DE8-B9CD-201E49A2B9D7}\core_AllUsers, error: 0x80070005. [2970:11D8][2025-08-01T08:14:52]e349: Application requested retry of payload: core_AllUsers, encountered error: 0x80070005. Retrying... [4524:2FA0][2025-08-01T08:14:58]e000: Error 0x80070005: Failed to secure cache path: C:\ProgramData\Package Cache\ [4524:2FA0][2025-08-01T08:14:58]e000: Error 0x80070005: Failed to secure cache directory: C:\ProgramData\Package Cache\ [4524:2FA0][2025-08-01T08:14:58]e000: Error 0x80070005: Failed to get cached path for package with cache id: {C91F8E4B-F9C1-4FD1-BCF3-4A91CDAD4B72}v3.10.6150.0 [4524:2FA0][2025-08-01T08:14:58]e000: Error 0x80070005: Failed to cache payload: core_AllUsers [2970:11D8][2025-08-01T08:14:58]e314: Failed to cache payload: core_AllUsers from working path: C:\Windows\Temp\{7F79A38C-3B5E-4DE8-B9CD-201E49A2B9D7}\core_AllUsers, error: 0x80070005. [2970:11D8][2025-08-01T08:14:58]e349: Application requested retry of payload: core_AllUsers, encountered error: 0x80070005. Retrying... [4524:2FA0][2025-08-01T08:15:04]e000: Error 0x80070005: Failed to secure cache path: C:\ProgramData\Package Cache\ [4524:2FA0][2025-08-01T08:15:04]e000: Error 0x80070005: Failed to secure cache directory: C:\ProgramData\Package Cache\ [4524:2FA0][2025-08-01T08:15:04]e000: Error 0x80070005: Failed to get cached path for package with cache id: {C91F8E4B-F9C1-4FD1-BCF3-4A91CDAD4B72}v3.10.6150.0 [4524:2FA0][2025-08-01T08:15:04]e000: Error 0x80070005: Failed to cache payload: core_AllUsers [2970:11D8][2025-08-01T08:15:04]e314: Failed to cache payload: core_AllUsers from working path: C:\Windows\Temp\{7F79A38C-3B5E-4DE8-B9CD-201E49A2B9D7}\core_AllUsers, error: 0x80070005. [2970:1C2C][2025-08-01T08:15:04]e000: Error 0x80070005: Cache thread exited unexpectedly. [2970:1C2C][2025-08-01T08:15:04]i329: Removed package dependency provider: {81A25F1F-687C-4360-8221-403871E6A032}, package: ucrt_JustForMe [2970:1C2C][2025-08-01T08:15:04]i372: Session end, registration key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{1fab56ed-b241-47a3-9abc-d51dc01b8dff}, resume: None, restart: None, disable resume: No [2970:1C2C][2025-08-01T08:15:04]i330: Removed bundle dependency provider: CPython-3.10 [2970:1C2C][2025-08-01T08:15:04]i352: Removing cached bundle: {1fab56ed-b241-47a3-9abc-d51dc01b8dff}, from path: C:\Users\lio.wang\AppData\Local\Package Cache\{1fab56ed-b241-47a3-9abc-d51dc01b8dff}\ [2970:1C2C][2025-08-01T08:15:04]i371: Updating session, registration key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{1fab56ed-b241-47a3-9abc-d51dc01b8dff}, resume: None, restart initiated: No, disable resume: No [2970:1C2C][2025-08-01T08:15:04]i399: Apply complete, result: 0x80070005, restart: None, ba requested restart: No 报错的原因是什么,有什么解决办法

filetype

现在执行第一步时终端打印如下(base) casbot@casbot:~$ # 更新系统并安装编译工具 sudo apt update && sudo apt upgrade -y sudo apt install -y python3 python3-pip python3-rosdep python3-rosinstall-generator python3-vcstool build-essential sudo pip3 install osrf_pycommon # 安装关键兼容库(解决 std::shared_mutex 问题) sudo apt install -y libboost-all-dev libpoco-dev libtinyxml2-dev Ign:1 http://deb.repo.autolabor.com.cn jammy InRelease Ign:2 http://deb.repo.autolabor.com.cn jammy Release Ign:3 http://deb.repo.autolabor.com.cn jammy/main all Packages Ign:4 http://deb.repo.autolabor.com.cn jammy/main amd64 Packages Ign:5 http://deb.repo.autolabor.com.cn jammy/main Translation-en Hit:6 http://mirrors.tuna.tsinghua.edu.cn/ubuntu-ports jammy InRelease Ign:3 http://deb.repo.autolabor.com.cn jammy/main all Packages Hit:7 http://mirrors.tuna.tsinghua.edu.cn/ubuntu-ports jammy-updates InRelease Ign:4 http://deb.repo.autolabor.com.cn jammy/main amd64 Packages Hit:8 http://mirrors.tuna.tsinghua.edu.cn/ubuntu-ports jammy-backports InRelease Ign:5 http://deb.repo.autolabor.com.cn jammy/main Translation-en Ign:3 http://deb.repo.autolabor.com.cn jammy/main all Packages Hit:9 http://mirrors.tuna.tsinghua.edu.cn/ubuntu-ports jammy-security InRelease Ign:10 https://mirrors.ustc.edu.cn/ros/ubuntu jammy InRelease Ign:4 http://deb.repo.autolabor.com.cn jammy/main amd64 Packages Get:11 http://mirrors.tuna.tsinghua.edu.cn/ros2/ubuntu jammy InRelease [4682 B] Err:12 https://mirrors.ustc.edu.cn/ros/ubuntu jammy Release 404 Not Found [IP: 202.141.176.110 443] Ign:5 http://deb.repo.autolabor.com.cn jammy/main Translation-en Ign:3 http://deb.repo.autolabor.com.cn jammy/main all Packages Hit:4 http://deb.repo.autolabor.com.cn jammy/main amd64 Packages Ign:5 http://deb.repo.autolabor.com.cn jammy/main Translation-en Ign:3 http://deb.repo.autolabor.com.cn jammy/main all Packages Ign:5 http://deb.repo.autolabor.com.cn jammy/main Translation-en Ign:3 http://deb.repo.autolabor.com.cn jammy/main all Packages Ign:5 http://deb.repo.autolabor.com.cn jammy/main Translation-en Ign:3 http://deb.repo.autolabor.com.cn jammy/main all Packages Ign:5 http://deb.repo.autolabor.com.cn jammy/main Translation-en Hit:13 http://packages.ros.org/ros/ubuntu focal InRelease Reading package lists... Done E: The repository 'https://mirrors.ustc.edu.cn/ros/ubuntu jammy Release' does not have a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details. Reading package lists... Done Building dependency tree... Done Reading state information... Done build-essential is already the newest version (12.9ubuntu3). python3 is already the newest version (3.10.6-1~22.04.1). python3 set to manually installed. python3-pip is already the newest version (22.0.2+dfsg-1ubuntu0.6). python3-rosdep is already the newest version (0.26.0-1). python3-rosinstall-generator is already the newest version (0.1.23-1). python3-vcstool is already the newest version (0.3.0-1). 0 upgraded, 0 newly installed, 0 to remove and 13 not upgraded. Collecting osrf_pycommon Downloading osrf_pycommon-2.0.2-py3-none-any.whl (36 kB) Installing collected packages: osrf_pycommon Successfully installed osrf_pycommon-2.0.2 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv Reading package lists... Done Building dependency tree... Done Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: libicu-dev : Depends: libicu70 (= 70.1-2) but 70.1-2ubuntu1 is to be installed E: Unable to correct problems, you have held broken packages. (base) casbot@casbot:~$ 请给我成功安装ros1的完整步骤

filetype

venv "G:\AI\stable-diffusion-webui\venv\Scripts\Python.exe" fatal: detected dubious ownership in repository at 'G:/AI/stable-diffusion-webui' 'G:/AI/stable-diffusion-webui' is on a file system that does not record ownership To add an exception for this directory, call: git config --global --add safe.directory G:/AI/stable-diffusion-webui fatal: detected dubious ownership in repository at 'G:/AI/stable-diffusion-webui' 'G:/AI/stable-diffusion-webui' is on a file system that does not record ownership To add an exception for this directory, call: git config --global --add safe.directory G:/AI/stable-diffusion-webui Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)] Version: 1.10.1 Commit hash: <none> Cloning assets into G:\AI\stable-diffusion-webui\repositories\stable-diffusion-webui-assets... Cloning into 'G:\AI\stable-diffusion-webui\repositories\stable-diffusion-webui-assets'... fatal: unable to access 'https://github.com/AUTOMATIC1111/stable-diffusion-webui-assets.git/': Failed to connect to 127.0.0.1 port 80 after 2101 ms: Could not connect to server Traceback (most recent call last): File "G:\AI\stable-diffusion-webui\launch.py", line 48, in <module> main() File "G:\AI\stable-diffusion-webui\launch.py", line 39, in main prepare_environment() File "G:\AI\stable-diffusion-webui\modules\launch_utils.py", line 411, in prepare_environment git_clone(assets_repo, repo_dir('stable-diffusion-webui-assets'), "assets", assets_commit_hash) File "G:\AI\stable-diffusion-webui\modules\launch_utils.py", line 192, in git_clone run(f'"{git}" clone --config core.filemode=false "{url}" "{dir}"', f"Cloning {name} into {dir}...", f"Couldn't clone {name}", live=True) File "G:\AI\stable-diffusion-webui\modules\launch_utils.py", line 116, in run raise RuntimeError("\n".join(error_bits)) RuntimeError: Couldn't clone assets. Command: "git" clone --config core.filemode=false "https://github.com/AUTOMATIC1111/stable-diffusion-webui-assets.git" "G:\AI\stable-diffusion-webui\repositories\stable-diffusion-webui-assets" Error code: 128

filetype

venv "G:\AI\stable-diffusion-webui\venv\Scripts\Python.exe" Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)] Version: v1.10.1 Commit hash: 82a973c04367123ae98bd9abdf80d9eda9b910e2 Couldn't determine Stable Diffusion's hash: cf1d67a6fd5ea1aa600c4df58e5b47da45f6bdbf, attempting autofix... Fetching all contents for Stable Diffusion fatal: detected dubious ownership in repository at 'G:/AI/stable-diffusion-webui/repositories/stable-diffusion-stability-ai' 'G:/AI/stable-diffusion-webui/repositories/stable-diffusion-stability-ai' is on a file system that does not record ownership To add an exception for this directory, call: git config --global --add safe.directory G:/AI/stable-diffusion-webui/repositories/stable-diffusion-stability-ai Traceback (most recent call last): File "G:\AI\stable-diffusion-webui\launch.py", line 48, in <module> main() File "G:\AI\stable-diffusion-webui\launch.py", line 39, in main prepare_environment() File "G:\AI\stable-diffusion-webui\modules\launch_utils.py", line 412, in prepare_environment git_clone(stable_diffusion_repo, repo_dir('stable-diffusion-stability-ai'), "Stable Diffusion", stable_diffusion_commit_hash) File "G:\AI\stable-diffusion-webui\modules\launch_utils.py", line 178, in git_clone current_hash = run_git(dir, name, 'rev-parse HEAD', None, f"Couldn't determine {name}'s hash: {commithash}", live=False).strip() File "G:\AI\stable-diffusion-webui\modules\launch_utils.py", line 166, in run_git git_fix_workspace(dir, name) File "G:\AI\stable-diffusion-webui\modules\launch_utils.py", line 153, in git_fix_workspace run(f'"{git}" -C "{dir}" fetch --refetch --no-auto-gc', f"Fetching all contents for {name}", f"Couldn't fetch {name}", live=True) File "G:\AI\stable-diffusion-webui\modules\launch_utils.py", line 116, in run raise RuntimeError("\n".join(error_bits)) RuntimeError: Couldn't fetch Stable Diffusion. Command: "git" -C "G:\AI\stable-diffusion-webui\repositories\stable-diffusion-stability-ai" fetch --refetch --no-auto-gc Error code: 128 又变成这样了

言宇程序
  • 粉丝: 2798
上传资源 快速赚钱