infstellar / python-git-program-launcher

A python program, designed to automatically install and launch git-based managed python programs in a simple way.
MIT License
167 stars 27 forks source link

找不到pywebio模块 #1

Closed guo998877 closed 1 year ago

guo998877 commented 1 year ago

"C:\Users\xxxxx\Desktop\PGPL-1.0.0\toolkit\python\3.7.6_GIA_Launcher_Download_Lib\python.exe" genshin_assistant.py Traceback (most recent call last): File "genshin_assistant.py", line 3, in from pywebio import platform ModuleNotFoundError: No module named 'pywebio' The program is over. This may be due to an error or an active end.

环境 win10 h22 Python 3.9.13 (tags/v3.9.13:6de2ca5, May 17 2022, 16:36:42) [MSC v.1929 64 bit (AMD64)] on win32 pip 23.1.2 from C:\Users\Peiqi\AppData\Local\Programs\Python\Python39\lib\site-packages\pip (python 3.9) 我试着自己安装了pywegio还是报错

infstellar commented 1 year ago

发一下日志文件

guo998877 commented 1 year ago

2023-07-11 13:54:53.463 | INFO | logger:hr:70 - +------------------------------------------------------------------------------+ 2023-07-11 13:54:53.464 | INFO | logger:hr:71 - | WELCOME TO PYTHON-GIT-PROGRAM-LAUNCHER | 2023-07-11 13:54:53.464 | INFO | logger:hr:72 - +------------------------------------------------------------------------------+ 2023-07-11 13:54:53.465 | INFO | logger:hr:66 - <<< 该程序在GITHUB免费开源 >>> 2023-07-11 13:54:53.466 | INFO | logger:hr:66 - <<< 请在HTTPS://GITHUB.COM/INFSTELLAR/PYTHON-GIT-PROGRAM-LAUNCHER查看使用说明 >>> 2023-07-11 13:54:53.467 | INFO | main:run:476 - 当前配置: giaglobal 2023-07-11 13:54:53.467 | INFO | main:run:477 - 你想要编辑设置或选择其他设置吗? 2023-07-11 13:54:58.523 | INFO | main::510 - {'AutoUpdate': True, 'Branch': 'main', 'GitProxy': False, 'InstallDependencies': True, 'KeepLocalChanges': False, 'Main': 'genshin_assistant.py', 'PypiMirror': 'AUTO', 'PythonMirror': 'AUTO', 'PythonVersion': '3.7.6', 'Repository': 'https://github.com/GenshinImpactAssistant/GIA_Launcher_Download_Lib', 'RequirementsFile': 'requirements.txt', 'Tag': ''} 2023-07-11 13:54:58.524 | INFO | logger:hr:66 - <<< 启动中... >>> 2023-07-11 13:54:58.525 | INFO | logger:hr:70 - +--------------------------------------------------------------------------+ 2023-07-11 13:54:58.526 | INFO | logger:hr:71 - | UPDATE PYTHON-GIT-PROGRAM-LAUNCHER | 2023-07-11 13:54:58.526 | INFO | logger:hr:72 - +--------------------------------------------------------------------------+ 2023-07-11 13:54:58.527 | INFO | logger:hr:66 - <<< GIT初始化 >>> 2023-07-11 13:54:58.528 | INFO | utils:execute:171 - "C:/Users/1234/Desktop/PGPL-1.0.0/toolkit/Git/mingw64/bin/git.exe" init 2023-07-11 13:54:58.549 | TRACE | utils:run_command:128 - Reinitialized existing Git repository in C:/Users/1234/Desktop/PGPL-1.0.0/repositories/GIA_Launcher_Download_Lib/.git/ 2023-07-11 13:54:58.550 | INFO | utils:execute:182 - [ success ] 2023-07-11 13:54:58.550 | INFO | logger:hr:62 - ==================== 设置GIT验证 ==================== 2023-07-11 13:54:58.551 | INFO | utils:execute:171 - "C:/Users/1234/Desktop/PGPL-1.0.0/toolkit/Git/mingw64/bin/git.exe" config --local --unset http.proxy 2023-07-11 13:54:58.567 | INFO | utils:execute:175 - [ allowed failure ], error_code: 5 2023-07-11 13:54:58.568 | INFO | utils:execute:171 - "C:/Users/1234/Desktop/PGPL-1.0.0/toolkit/Git/mingw64/bin/git.exe" config --local --unset https.proxy 2023-07-11 13:54:58.583 | INFO | utils:execute:175 - [ allowed failure ], error_code: 5 2023-07-11 13:54:58.584 | INFO | logger:hr:62 - ==================== 设置GIT仓库 ==================== 2023-07-11 13:54:58.585 | INFO | utils:execute:171 - "C:/Users/1234/Desktop/PGPL-1.0.0/toolkit/Git/mingw64/bin/git.exe" remote set-url origin https://github.com/GenshinImpactAssistant/GIA_Launcher_Download_Lib 2023-07-11 13:54:58.602 | INFO | utils:execute:182 - [ success ] 2023-07-11 13:54:58.603 | INFO | logger:hr:62 - ==================== 获取仓库分支 ==================== 2023-07-11 13:54:58.603 | INFO | utils:execute:171 - "C:/Users/1234/Desktop/PGPL-1.0.0/toolkit/Git/mingw64/bin/git.exe" fetch origin main 2023-07-11 13:54:58.919 | INFO | utils:execute:182 - [ success ] 2023-07-11 13:55:01.037 | INFO | logger:hr:62 - ==================== 拉取仓库分支 ==================== 2023-07-11 13:55:01.038 | INFO | utils:execute:171 - "C:/Users/1234/Desktop/PGPL-1.0.0/toolkit/Git/mingw64/bin/git.exe" reset --hard origin/main 2023-07-11 13:55:01.093 | TRACE | utils:run_command:128 - HEAD is now at 45e34b6 Copy files from genshin_impact_assistant 2023-07-11 13:55:01.094 | INFO | utils:execute:182 - [ success ] 2023-07-11 13:55:01.095 | INFO | utils:execute:171 - "C:/Users/1234/Desktop/PGPL-1.0.0/toolkit/Git/mingw64/bin/git.exe" pull --ff-only origin main 2023-07-11 13:55:01.632 | TRACE | utils:run_command:128 - Already up to date. 2023-07-11 13:55:01.635 | INFO | utils:execute:182 - [ success ] 2023-07-11 13:55:01.635 | INFO | logger:hr:62 - ==================== 展示版本 ==================== 2023-07-11 13:55:01.636 | INFO | utils:execute:171 - "C:/Users/1234/Desktop/PGPL-1.0.0/toolkit/Git/mingw64/bin/git.exe" log --no-merges -1 2023-07-11 13:55:01.652 | TRACE | utils:run_command:128 - commit 45e34b628535dec3a44ad609395db8c82a83c934 2023-07-11 13:55:01.653 | TRACE | utils:run_command:128 - Author: infstellar infstellar@users.noreply.github.com 2023-07-11 13:55:01.653 | TRACE | utils:run_command:128 - Date: Mon Jul 10 13:40:47 2023 +0000 2023-07-11 13:55:01.653 | TRACE | utils:run_command:128 - 2023-07-11 13:55:01.654 | TRACE | utils:run_command:128 - Copy files from genshin_impact_assistant 2023-07-11 13:55:01.654 | INFO | utils:execute:182 - [ success ] 2023-07-11 13:55:01.655 | INFO | main:pip_install:145 - 更新依赖 2023-07-11 13:55:01.655 | INFO | main:pip_install:151 - 检测Python 2023-07-11 13:55:01.656 | INFO | utils:execute:171 - "C:/Users/1234/Desktop/PGPL-1.0.0/toolkit/python/3.7.6_GIA_Launcher_Download_Lib/python.exe" --version 2023-07-11 13:55:01.667 | TRACE | utils:run_command:128 - Python 3.7.6 2023-07-11 13:55:01.668 | INFO | utils:execute:182 - [ success ] 2023-07-11 13:55:01.668 | INFO | logger:hr:62 - ==================== 更新PIP ==================== 2023-07-11 13:55:01.669 | INFO | utils:execute:171 - "C:/Users/1234/Desktop/PGPL-1.0.0/toolkit/python/3.7.6_GIA_Launcher_Download_Lib/python.exe" -m pip install --upgrade pip -i http://mirrors.aliyun.com/pypi/simple --trusted-host mirrors.aliyun.com 2023-07-11 13:55:02.090 | TRACE | utils:run_command:128 - Looking in indexes: http://mirrors.aliyun.com/pypi/simple 2023-07-11 13:55:02.338 | INFO | utils:execute:182 - [ success ] 2023-07-11 13:55:02.339 | INFO | utils:execute:171 - "C:/Users/1234/Desktop/PGPL-1.0.0/toolkit/python/3.7.6_GIA_Launcher_Download_Lib/python.exe" -m pip install --upgrade setuptools -i http://mirrors.aliyun.com/pypi/simple --trusted-host mirrors.aliyun.com 2023-07-11 13:55:02.744 | TRACE | utils:run_command:128 - Looking in indexes: http://mirrors.aliyun.com/pypi/simple 2023-07-11 13:55:03.140 | INFO | utils:execute:182 - [ success ] 2023-07-11 13:55:03.141 | INFO | logger:hr:62 - ==================== 更新依赖 ==================== 2023-07-11 13:55:03.562 | TRACE | utils:run_command:128 - Looking in indexes: http://mirrors.aliyun.com/pypi/simple 2023-07-11 13:55:03.864 | TRACE | utils:run_command:128 - Collecting numpy (from -r requirements.txt (line 2)) 2023-07-11 13:55:03.884 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/97/9f/da37cc4a188a1d5d203d65ab28d6504e17594b5342e0c1dc5610ee6f4535/numpy-1.21.6-cp37-cp37m-win_amd64.whl (14.0 MB) 2023-07-11 13:55:03.994 | TRACE | utils:run_command:128 - Collecting torch (from -r requirements.txt (line 3)) 2023-07-11 13:55:04.158 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/b1/85/62b8da9d984ae95f6fdda707df4af6552a5cea46fde2b944223daf236524/torch-1.13.1-cp37-cp37m-win_amd64.whl (162.6 MB) 2023-07-11 13:55:04.746 | TRACE | utils:run_command:128 - Collecting loguru (from -r requirements.txt (line 4)) 2023-07-11 13:55:04.753 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/71/bd/337f7a0cd2628c4c77512d78e26f93b13c327a2ddf2132001dd78c000bf4/loguru-0.7.0-py3-none-any.whl (59 kB) 2023-07-11 13:55:04.837 | TRACE | utils:run_command:128 - Collecting tqdm (from -r requirements.txt (line 5)) 2023-07-11 13:55:04.843 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/e6/02/a2cff6306177ae6bc73bc0665065de51dfb3b9db7373e122e2735faf0d97/tqdm-4.65.0-py3-none-any.whl (77 kB) 2023-07-11 13:55:04.908 | TRACE | utils:run_command:128 - Collecting torchvision (from -r requirements.txt (line 6)) 2023-07-11 13:55:04.915 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/77/ec/ccdfcafb958f6007cc357ce12fd945551a71503b88cd3f78e49fd958f949/torchvision-0.14.1-cp37-cp37m-win_amd64.whl (1.1 MB) 2023-07-11 13:55:04.963 | TRACE | utils:run_command:128 - Collecting tabulate (from -r requirements.txt (line 7)) 2023-07-11 13:55:04.970 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/40/44/4a5f08c96eb108af5cb50b41f76142f0afa346dfa99d5296fe7202a11854/tabulate-0.9.0-py3-none-any.whl (35 kB) 2023-07-11 13:55:05.011 | TRACE | utils:run_command:128 - Collecting paddleocr (from -r requirements.txt (line 9)) 2023-07-11 13:55:05.019 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/04/94/5a3c956a864653b0bb73f7f2f71cb58ef2dbe6eb0414d2fc888cc1af03ca/paddleocr-2.6.1.3-py3-none-any.whl (445 kB) 2023-07-11 13:55:05.097 | TRACE | utils:run_command:128 - Collecting paddlepaddle (from -r requirements.txt (line 10)) 2023-07-11 13:55:05.172 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/f6/28/4f73c878bef7ad37d58d527faddebe83222a12e9d7e0fddb40a6da6067a8/paddlepaddle-2.5.0-cp37-cp37m-win_amd64.whl (72.0 MB) 2023-07-11 13:55:05.430 | TRACE | utils:run_command:128 - Collecting thop (from -r requirements.txt (line 12)) 2023-07-11 13:55:05.436 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/bb/0f/72beeab4ff5221dc47127c80f8834b4bcd0cb36f6ba91c0b1d04a1233403/thop-0.1.1.post2209072238-py3-none-any.whl (15 kB) 2023-07-11 13:55:05.563 | TRACE | utils:run_command:128 - Collecting opencv-python (from -r requirements.txt (line 14)) 2023-07-11 13:55:05.610 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/a6/08/583e1d8d589e80a702815f58daa317bd469a32c7dc339394e2a0dc14318b/opencv_python-4.8.0.74-cp37-abi3-win_amd64.whl (38.1 MB) 2023-07-11 13:55:05.953 | TRACE | utils:run_command:128 - Collecting Pillow (from -r requirements.txt (line 15)) 2023-07-11 13:55:05.961 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/cb/3c/4f3ef1a14e903d7b2bc43672c20f732b874e1e50a9a58ac9a1726ef3773d/Pillow-9.5.0-cp37-cp37m-win_amd64.whl (2.5 MB) 2023-07-11 13:55:06.008 | TRACE | utils:run_command:128 - Collecting pypiwin32 (from -r requirements.txt (line 16)) 2023-07-11 13:55:06.014 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/d0/1b/2f292bbd742e369a100c91faa0483172cd91a1a422a6692055ac920946c5/pypiwin32-223-py3-none-any.whl (1.7 kB) 2023-07-11 13:55:06.060 | TRACE | utils:run_command:128 - Collecting pywin32 (from -r requirements.txt (line 17)) 2023-07-11 13:55:06.075 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/80/e6/08192cb5728a6ffdb70ea990d9a1351b320d31a751bb463e652d9e05e7aa/pywin32-306-cp37-cp37m-win_amd64.whl (9.3 MB) 2023-07-11 13:55:06.146 | TRACE | utils:run_command:128 - Collecting pytweening (from -r requirements.txt (line 18)) 2023-07-11 13:55:06.630 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/0f/01/71554f0f2e7bfaa5b79210d96cf61d8fb6c5545eb95fde7441755efb6daa/pytweening-1.0.7.tar.gz (168 kB) 2023-07-11 13:55:06.660 | TRACE | utils:run_command:128 - Preparing metadata (setup.py): started 2023-07-11 13:55:06.896 | TRACE | utils:run_command:128 - Preparing metadata (setup.py): finished with status 'done' 2023-07-11 13:55:07.049 | TRACE | utils:run_command:128 - Collecting matplotlib (from -r requirements.txt (line 19)) 2023-07-11 13:55:07.064 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/df/3f/6093a23565d0f50ce433f56223fcc34af6c912cd4331dc582ba29d9b5a17/matplotlib-3.5.3-cp37-cp37m-win_amd64.whl (7.2 MB) 2023-07-11 13:55:07.136 | TRACE | utils:run_command:128 - Collecting keyboard (from -r requirements.txt (line 20)) 2023-07-11 13:55:07.142 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/55/88/287159903c5b3fc6d47b651c7ab65a54dcf9c9916de546188a7f62870d6d/keyboard-0.13.5-py3-none-any.whl (58 kB) 2023-07-11 13:55:07.275 | TRACE | utils:run_command:128 - Collecting scipy (from -r requirements.txt (line 21)) 2023-07-11 13:55:07.319 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/40/69/4af412d078cef2298f7d90546fa0e03e65a032558bd85319239c72ae0c3c/scipy-1.7.3-cp37-cp37m-win_amd64.whl (34.1 MB) 2023-07-11 13:55:07.544 | TRACE | utils:run_command:128 - Collecting py7zr (from -r requirements.txt (line 22)) 2023-07-11 13:55:07.550 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/f4/b6/0a796c1d1aa18b451a52f0fb0d44ff9e4ab78c6602dc7afa96b6015528af/py7zr-0.20.5-py3-none-any.whl (66 kB) 2023-07-11 13:55:07.592 | TRACE | utils:run_command:128 - Collecting PyAutoGUI (from -r requirements.txt (line 24)) 2023-07-11 13:55:08.123 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/65/ff/cdae0a8c2118a0de74b6cf4cbcdcaf8fd25857e6c3f205ce4b1794b27814/PyAutoGUI-0.9.54.tar.gz (61 kB) 2023-07-11 13:55:08.164 | TRACE | utils:run_command:128 - Installing build dependencies: started 2023-07-11 13:55:11.913 | TRACE | utils:run_command:128 - Installing build dependencies: finished with status 'done' 2023-07-11 13:55:12.753 | TRACE | utils:run_command:128 - Getting requirements to build wheel: started 2023-07-11 13:55:12.755 | TRACE | utils:run_command:128 - Getting requirements to build wheel: finished with status 'done' 2023-07-11 13:55:12.756 | TRACE | utils:run_command:128 - Preparing metadata (pyproject.toml): started 2023-07-11 13:55:12.757 | TRACE | utils:run_command:128 - Preparing metadata (pyproject.toml): finished with status 'done' 2023-07-11 13:55:12.757 | TRACE | utils:run_command:128 - Collecting PyQt5 (from -r requirements.txt (line 25)) 2023-07-11 13:55:12.758 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/55/5d/8df8a2aa0de6588965d048fca9306cf15a5801be3078f195e8f8f41fa863/PyQt5-5.15.9-cp37-abi3-win_amd64.whl (6.8 MB) 2023-07-11 13:55:12.758 | TRACE | utils:run_command:128 - Collecting pywebio (from -r requirements.txt (line 26)) 2023-07-11 13:55:12.999 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/a6/c3/022c2bf2864e6200d283480465b43b7a4cda89671566081b9a319233521c/pywebio-1.8.2.tar.gz (495 kB) 2023-07-11 13:55:13.082 | TRACE | utils:run_command:128 - Preparing metadata (setup.py): started 2023-07-11 13:55:13.328 | TRACE | utils:run_command:128 - Preparing metadata (setup.py): finished with status 'done' 2023-07-11 13:55:13.369 | TRACE | utils:run_command:128 - Collecting pydirectinput (from -r requirements.txt (line 27)) 2023-07-11 13:55:13.375 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/c9/8e/f909defe798270afc2241d3a8986d51459e70c37f02d2ba549627b781b2c/PyDirectInput-1.0.4-py3-none-any.whl (8.9 kB) 2023-07-11 13:55:13.440 | TRACE | utils:run_command:128 - Collecting adbutils (from -r requirements.txt (line 30)) 2023-07-11 13:55:13.448 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/b0/94/61190bc5afa4b37a18d3ab69dbea4c3f2f8cf60a145e9a3262594e56e04d/adbutils-1.2.11-py3-none-win_amd64.whl (2.9 MB) 2023-07-11 13:55:13.565 | TRACE | utils:run_command:128 - Collecting uiautomator2 (from -r requirements.txt (line 31)) 2023-07-11 13:55:13.574 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/20/9a/b99521efdd64e4107ec5c3607f29e58548383c3a3eb47097307eff33e611/uiautomator2-2.16.23-py3-none-any.whl (3.1 MB) 2023-07-11 13:55:13.616 | TRACE | utils:run_command:128 - Collecting uiautomator2cache (from -r requirements.txt (line 32)) 2023-07-11 13:55:13.635 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/de/2e/b8aae9827e724c958d90326ec0fac293dab1cb4d8d431e58fdf264ce981b/uiautomator2cache-0.3.0.1-py3-none-any.whl (12.9 MB) 2023-07-11 13:55:13.725 | TRACE | utils:run_command:128 - Collecting filelock (from -r requirements.txt (line 33)) 2023-07-11 13:55:13.731 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/00/45/ec3407adf6f6b5bf867a4462b2b0af27597a26bd3cd6e2534cb6ab029938/filelock-3.12.2-py3-none-any.whl (10 kB) 2023-07-11 13:55:13.874 | TRACE | utils:run_command:128 - Collecting pydantic==1.10.11 (from -r requirements.txt (line 35)) 2023-07-11 13:55:13.882 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/46/44/2390ef51d3fc48b4abb7d8928feaa9d43ff66df2c278476862c7754775d4/pydantic-1.10.11-cp37-cp37m-win_amd64.whl (2.1 MB) 2023-07-11 13:55:13.926 | TRACE | utils:run_command:128 - Collecting gimap==3.4.6 (from -r requirements.txt (line 36)) 2023-07-11 13:55:13.952 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/91/a6/50a259aad199ec811844d1b946b3817b7ab378172feadc33a5fc47f18109/gimap-3.4.6-py3-none-any.whl (19.5 MB) 2023-07-11 13:55:14.065 | TRACE | utils:run_command:128 - Collecting pyyaml (from -r requirements.txt (line 37)) 2023-07-11 13:55:14.077 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/d1/c0/4fe04181b0210ee2647cfbb89ecd10a36eef89f10d8aca6a192c201bbe58/PyYAML-6.0-cp37-cp37m-win_amd64.whl (153 kB) 2023-07-11 13:55:14.117 | TRACE | utils:run_command:128 - Collecting fastdeploy-python (from -r requirements.txt (line 40)) 2023-07-11 13:55:14.342 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/24/a3/6ffbeb953d87a6f5463d474bd2ad54e047b5835988aa3bfac3f3b6faca24/fastdeploy_python-1.0.7-cp37-cp37m-win_amd64.whl (229.9 MB) 2023-07-11 13:55:14.972 | TRACE | utils:run_command:128 - Collecting json5 (from -r requirements.txt (line 41)) 2023-07-11 13:55:14.978 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/70/ba/fa37123a86ae8287d6678535a944f9c3377d8165e536310ed6f6cb0f0c0e/json5-0.9.14-py2.py3-none-any.whl (19 kB) 2023-07-11 13:55:15.019 | TRACE | utils:run_command:128 - Collecting sortedcontainers (from -r requirements.txt (line 42)) 2023-07-11 13:55:15.025 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/32/46/9cb0e58b2deb7f82b84065f37f3bffeb12413f947f9388e4cac22c4621ce/sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2023-07-11 13:55:15.119 | TRACE | utils:run_command:128 - Collecting pytz (from -r requirements.txt (line 43)) 2023-07-11 13:55:15.126 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/7f/99/ad6bd37e748257dd70d6f85d916cafe79c0b0f5e2e95b11f7fbc82bf3110/pytz-2023.3-py2.py3-none-any.whl (502 kB) 2023-07-11 13:55:15.182 | TRACE | utils:run_command:128 - Collecting sympy (from -r requirements.txt (line 44)) 2023-07-11 13:55:15.194 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/d0/04/66be21ceb305c66a4b326b0ae44cc4f027a43bc08cac204b48fb45bb3653/sympy-1.10.1-py3-none-any.whl (6.4 MB) 2023-07-11 13:55:15.369 | TRACE | utils:run_command:128 - Collecting scikit-learn (from -r requirements.txt (line 45)) 2023-07-11 13:55:15.383 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/9d/20/0ffe8665a44bce7616bd33d4368a198fecad3b226bcafa38c63ef0f6286f/scikit_learn-1.0.2-cp37-cp37m-win_amd64.whl (7.1 MB) 2023-07-11 13:55:15.472 | TRACE | utils:run_command:128 - Collecting requests (from -r requirements.txt (line 46)) 2023-07-11 13:55:15.478 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl (62 kB) 2023-07-11 13:55:15.519 | TRACE | utils:run_command:128 - Collecting dataclasses (from -r requirements.txt (line 47)) 2023-07-11 13:55:15.525 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/26/2f/1095cdc2868052dd1e64520f7c0d5c8c550ad297e944e641dbf1ffbb9a5d/dataclasses-0.6-py3-none-any.whl (14 kB) 2023-07-11 13:55:15.647 | TRACE | utils:run_command:128 - Collecting psutil (from -r requirements.txt (line 48)) 2023-07-11 13:55:15.653 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/86/f3/23e4e4e7ec7855d506ed928756b04735c246b14d9f778ed7ffaae18d8043/psutil-5.9.5-cp36-abi3-win_amd64.whl (255 kB) 2023-07-11 13:55:15.712 | TRACE | utils:run_command:128 - Collecting typing-extensions>=4.2.0 (from pydantic==1.10.11->-r requirements.txt (line 35)) 2023-07-11 13:55:15.718 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/ec/6b/63cc3df74987c36fe26157ee12e09e8f9db4de771e0f3404263117e75b95/typing_extensions-4.7.1-py3-none-any.whl (33 kB) 2023-07-11 13:55:15.799 | TRACE | utils:run_command:128 - Collecting colorama>=0.3.4 (from loguru->-r requirements.txt (line 4)) 2023-07-11 13:55:15.805 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/d1/d6/3965ed04c63042e047cb6a3e6ed1a63a35087b6a609aa3a15ed8ac56c221/colorama-0.4.6-py2.py3-none-any.whl (25 kB) 2023-07-11 13:55:15.843 | TRACE | utils:run_command:128 - Collecting win32-setctime>=1.0.0 (from loguru->-r requirements.txt (line 4)) 2023-07-11 13:55:15.849 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/0a/e6/a7d828fef907843b2a5773ebff47fb79ac0c1c88d60c0ca9530ee941e248/win32_setctime-1.1.0-py3-none-any.whl (3.6 kB) 2023-07-11 13:55:15.999 | TRACE | utils:run_command:128 - Collecting shapely (from paddleocr->-r requirements.txt (line 9)) 2023-07-11 13:55:16.006 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/e2/87/b8b8d8d57b429b01aa56b7d723075c09f33c988b8091bb6f790c83436909/shapely-2.0.1-cp37-cp37m-win_amd64.whl (1.4 MB) 2023-07-11 13:55:16.099 | TRACE | utils:run_command:128 - Collecting scikit-image (from paddleocr->-r requirements.txt (line 9)) 2023-07-11 13:55:16.116 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/10/1c/a35217c9e918bbf9ac8cbb3d2a604f552b14851a97d3fb2282e34b7a8d7d/scikit_image-0.19.3-cp37-cp37m-win_amd64.whl (12.1 MB) 2023-07-11 13:55:16.187 | TRACE | utils:run_command:128 - Collecting imgaug (from paddleocr->-r requirements.txt (line 9)) 2023-07-11 13:55:16.194 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/66/b1/af3142c4a85cba6da9f4ebb5ff4e21e2616309552caca5e8acefe9840622/imgaug-0.4.0-py2.py3-none-any.whl (948 kB) 2023-07-11 13:55:16.259 | TRACE | utils:run_command:128 - Collecting pyclipper (from paddleocr->-r requirements.txt (line 9)) 2023-07-11 13:55:16.265 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/24/c4/561707c0d02ffcab496b30649492e3ea7ce71a3a16e382068b7d909b9016/pyclipper-1.3.0.post4-cp37-cp37m-win_amd64.whl (94 kB) 2023-07-11 13:55:16.339 | TRACE | utils:run_command:128 - Collecting lmdb (from paddleocr->-r requirements.txt (line 9)) 2023-07-11 13:55:16.345 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/01/79/d4f2b2ee2fee41c439af18ba09689cf441e04288ddd1a44d58fe19bc8a9c/lmdb-1.4.1-cp37-cp37m-win_amd64.whl (105 kB) 2023-07-11 13:55:16.388 | TRACE | utils:run_command:128 - Collecting visualdl (from paddleocr->-r requirements.txt (line 9)) 2023-07-11 13:55:16.401 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/ea/b5/37726c750a4f4598660998327c3566b2d2ed5a1a5f44e9f0dde875602447/visualdl-2.5.3-py3-none-any.whl (6.3 MB) 2023-07-11 13:55:17.065 | TRACE | utils:run_command:128 - Collecting rapidfuzz (from paddleocr->-r requirements.txt (line 9)) 2023-07-11 13:55:17.073 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/cc/2f/c49cc87bbbb4b30147bbe10b5c3257843e670e3b378591776b70717b3889/rapidfuzz-3.1.1-cp37-cp37m-win_amd64.whl (1.8 MB) 2023-07-11 13:55:17.091 | TRACE | utils:run_command:128 - Collecting opencv-python (from -r requirements.txt (line 14)) 2023-07-11 13:55:17.132 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/cf/09/b24c266cd61ddeed101b90c92a26f54d060b06f4a1b102eb891576d6e9e2/opencv_python-4.6.0.66-cp36-abi3-win_amd64.whl (35.6 MB) 2023-07-11 13:55:17.363 | TRACE | utils:run_command:128 - Collecting opencv-contrib-python<=4.6.0.66 (from paddleocr->-r requirements.txt (line 9)) 2023-07-11 13:55:17.425 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/63/0b/6ef1acbaa21e5245c85a42f9f0ecfaf2e7420b24615a00f0eee170328e6b/opencv_contrib_python-4.6.0.66-cp36-abi3-win_amd64.whl (42.5 MB) 2023-07-11 13:55:17.772 | TRACE | utils:run_command:128 - Collecting cython (from paddleocr->-r requirements.txt (line 9)) 2023-07-11 13:55:17.781 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/3f/d6/9eed523aeaca42acbaa3e6d3850edae780dc7f8da9df1bf6a2ceb851839c/Cython-0.29.36-py2.py3-none-any.whl (988 kB) 2023-07-11 13:55:17.832 | TRACE | utils:run_command:128 - Collecting premailer (from paddleocr->-r requirements.txt (line 9)) 2023-07-11 13:55:17.838 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/b1/07/4e8d94f94c7d41ca5ddf8a9695ad87b888104e2fd41a35546c1dc9ca74ac/premailer-3.10.0-py2.py3-none-any.whl (19 kB) 2023-07-11 13:55:17.888 | TRACE | utils:run_command:128 - Collecting openpyxl (from paddleocr->-r requirements.txt (line 9)) 2023-07-11 13:55:17.895 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/6a/94/a59521de836ef0da54aaf50da6c4da8fb4072fb3053fa71f052fd9399e7a/openpyxl-3.1.2-py2.py3-none-any.whl (249 kB) 2023-07-11 13:55:17.934 | TRACE | utils:run_command:128 - Collecting attrdict (from paddleocr->-r requirements.txt (line 9)) 2023-07-11 13:55:17.940 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/ef/97/28fe7e68bc7adfce67d4339756e85e9fcf3c6fd7f0c0781695352b70472c/attrdict-2.0.1-py2.py3-none-any.whl (9.9 kB) 2023-07-11 13:55:18.089 | TRACE | utils:run_command:128 - Collecting PyMuPDF<1.21.0 (from paddleocr->-r requirements.txt (line 9)) 2023-07-11 13:55:18.101 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/2a/90/13d45eb3e41232843939840a5d42670db159a4c8d9de46db1ebcdc22ba74/PyMuPDF-1.20.2-cp37-cp37m-win_amd64.whl (6.6 MB) 2023-07-11 13:55:18.157 | TRACE | utils:run_command:128 - Collecting python-docx (from paddleocr->-r requirements.txt (line 9)) 2023-07-11 13:55:18.169 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/8b/a0/52729ce4aa026f31b74cc877be1d11e4ddeaa361dc7aebec148171644b33/python-docx-0.8.11.tar.gz (5.6 MB) 2023-07-11 13:55:18.574 | TRACE | utils:run_command:128 - Preparing metadata (setup.py): started 2023-07-11 13:55:18.861 | TRACE | utils:run_command:128 - Preparing metadata (setup.py): finished with status 'done' 2023-07-11 13:55:18.912 | TRACE | utils:run_command:128 - Collecting beautifulsoup4 (from paddleocr->-r requirements.txt (line 9)) 2023-07-11 13:55:18.919 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/57/f4/a69c20ee4f660081a7dedb1ac57f29be9378e04edfcb90c526b923d4bebc/beautifulsoup4-4.12.2-py3-none-any.whl (142 kB) 2023-07-11 13:55:19.073 | TRACE | utils:run_command:128 - Collecting fonttools>=4.24.0 (from paddleocr->-r requirements.txt (line 9)) 2023-07-11 13:55:19.081 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/e3/d9/e9bae85e84737e76ebbcbea13607236da0c0699baed0ae4f1151b728a608/fonttools-4.38.0-py3-none-any.whl (965 kB) 2023-07-11 13:55:19.122 | TRACE | utils:run_command:128 - Collecting fire>=0.3.0 (from paddleocr->-r requirements.txt (line 9)) 2023-07-11 13:55:19.128 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/94/ed/3b9a10605163f48517931083aee8364d4d6d3bb1aa9b75eb0a4a5e9fbfc1/fire-0.5.0.tar.gz (88 kB) 2023-07-11 13:55:19.174 | TRACE | utils:run_command:128 - Preparing metadata (setup.py): started 2023-07-11 13:55:19.411 | TRACE | utils:run_command:128 - Preparing metadata (setup.py): finished with status 'done' 2023-07-11 13:55:19.484 | TRACE | utils:run_command:128 - Collecting pdf2docx (from paddleocr->-r requirements.txt (line 9)) 2023-07-11 13:55:19.490 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/a2/58/fbb61776641b2aae1d408d1ee712e026040ae62b949857348504dde4cecb/pdf2docx-0.5.6-py3-none-any.whl (148 kB) 2023-07-11 13:55:19.552 | TRACE | utils:run_command:128 - Collecting httpx (from paddlepaddle->-r requirements.txt (line 10)) 2023-07-11 13:55:19.558 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/ec/91/e41f64f03d2a13aee7e8c819d82ee3aa7cdc484d18c0ae859742597d5aa0/httpx-0.24.1-py3-none-any.whl (75 kB) 2023-07-11 13:55:19.612 | TRACE | utils:run_command:128 - Collecting decorator (from paddlepaddle->-r requirements.txt (line 10)) 2023-07-11 13:55:19.626 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/d5/50/83c593b07763e1161326b3b8c6686f0f4b0f24d5526546bee538c89837d6/decorator-5.1.1-py3-none-any.whl (9.1 kB) 2023-07-11 13:55:19.664 | TRACE | utils:run_command:128 - Collecting astor (from paddlepaddle->-r requirements.txt (line 10)) 2023-07-11 13:55:19.670 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/c3/88/97eef84f48fa04fbd6750e62dcceafba6c63c81b7ac1420856c8dcc0a3f9/astor-0.8.1-py2.py3-none-any.whl (27 kB) 2023-07-11 13:55:19.725 | TRACE | utils:run_command:128 - Collecting paddle-bfloat==0.1.7 (from paddlepaddle->-r requirements.txt (line 10)) 2023-07-11 13:55:19.731 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/79/17/22c2887c6c0c6daf8d5a8368779d0977221c966a54e62b8bdde16c4b6b65/paddle_bfloat-0.1.7-cp37-cp37m-win_amd64.whl (40 kB) 2023-07-11 13:55:19.773 | TRACE | utils:run_command:128 - Collecting opt-einsum==3.3.0 (from paddlepaddle->-r requirements.txt (line 10)) 2023-07-11 13:55:19.778 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/bc/19/404708a7e54ad2798907210462fd950c3442ea51acc8790f3da48d2bee8b/opt_einsum-3.3.0-py3-none-any.whl (65 kB) 2023-07-11 13:55:19.982 | TRACE | utils:run_command:128 - Collecting protobuf<=3.20.2,>=3.1.0 (from paddlepaddle->-r requirements.txt (line 10)) 2023-07-11 13:55:19.990 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/27/b1/e40edfab7d4ba7f045d94bdf19705056d7c624902976aa2e4341d3cabb06/protobuf-3.20.2-cp37-cp37m-win_amd64.whl (905 kB) 2023-07-11 13:55:20.112 | TRACE | utils:run_command:128 - Collecting cycler>=0.10 (from matplotlib->-r requirements.txt (line 19)) 2023-07-11 13:55:20.118 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/5c/f9/695d6bedebd747e5eb0fe8fad57b72fdf25411273a39791cde838d5a8f51/cycler-0.11.0-py3-none-any.whl (6.4 kB) 2023-07-11 13:55:20.197 | TRACE | utils:run_command:128 - Collecting kiwisolver>=1.0.1 (from matplotlib->-r requirements.txt (line 19)) 2023-07-11 13:55:20.203 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/03/93/11790e8e81b89acd3a1c8a6b501f8a05b1c41beee0990582699cdda29557/kiwisolver-1.4.4-cp37-cp37m-win_amd64.whl (54 kB) 2023-07-11 13:55:20.266 | TRACE | utils:run_command:128 - Collecting packaging>=20.0 (from matplotlib->-r requirements.txt (line 19)) 2023-07-11 13:55:20.272 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/ab/c3/57f0601a2d4fe15de7a553c00adbc901425661bf048f2a22dfc500caf121/packaging-23.1-py3-none-any.whl (48 kB) 2023-07-11 13:55:20.344 | TRACE | utils:run_command:128 - Collecting pyparsing>=2.2.1 (from matplotlib->-r requirements.txt (line 19)) 2023-07-11 13:55:20.350 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/a4/24/6ae4c9c45cf99d96b06b5d99e25526c060303171fb0aea9da2bfd7dbde93/pyparsing-3.1.0-py3-none-any.whl (102 kB) 2023-07-11 13:55:20.395 | TRACE | utils:run_command:128 - Collecting python-dateutil>=2.7 (from matplotlib->-r requirements.txt (line 19)) 2023-07-11 13:55:20.401 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/36/7a/87837f39d0296e723bb9b62bbb257d0355c7f6128853c78955f57342a56d/python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2023-07-11 13:55:20.490 | TRACE | utils:run_command:128 - Collecting texttable (from py7zr->-r requirements.txt (line 22)) 2023-07-11 13:55:20.496 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/ba/a7/2c12b543f853dae886286b824200eb9d7cd2466e3d14eff1799fbe8223b9/texttable-1.6.7-py2.py3-none-any.whl (10 kB) 2023-07-11 13:55:20.628 | TRACE | utils:run_command:128 - Collecting pycryptodomex>=3.6.6 (from py7zr->-r requirements.txt (line 22)) 2023-07-11 13:55:20.636 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/8a/db/12a08d50aa8586c2e32b2b4461b89c0de057d1c637a13ac8b785dfd55327/pycryptodomex-3.18.0-cp35-abi3-win_amd64.whl (1.7 MB) 2023-07-11 13:55:20.761 | TRACE | utils:run_command:128 - Collecting pyzstd>=0.14.4 (from py7zr->-r requirements.txt (line 22)) 2023-07-11 13:55:20.767 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/40/27/2252247afa7e19447f1536b86d4d826c0923e914815c97e7875736a1d566/pyzstd-0.15.9-cp37-cp37m-win_amd64.whl (245 kB) 2023-07-11 13:55:20.879 | TRACE | utils:run_command:128 - Collecting pyppmd<1.1.0,>=0.18.1 (from py7zr->-r requirements.txt (line 22)) 2023-07-11 13:55:20.886 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/85/b7/d5b27505a64de9b147312a0b16e04fedfde8c7bbc3ebc0798f2c227c234b/pyppmd-1.0.0-cp37-cp37m-win_amd64.whl (46 kB) 2023-07-11 13:55:20.964 | TRACE | utils:run_command:128 - Collecting pybcj>=0.6.0 (from py7zr->-r requirements.txt (line 22)) 2023-07-11 13:55:20.971 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/fb/29/a1c58791d55f9f9bc4bd40920f6f0f1ba050c13043716256f8ce2859f661/pybcj-1.0.1-cp37-cp37m-win_amd64.whl (24 kB) 2023-07-11 13:55:21.010 | TRACE | utils:run_command:128 - Collecting multivolumefile>=0.2.3 (from py7zr->-r requirements.txt (line 22)) 2023-07-11 13:55:21.016 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/22/31/ec5f46fd4c83185b806aa9c736e228cb780f13990a9cf4da0beb70025fcc/multivolumefile-0.2.3-py3-none-any.whl (17 kB) 2023-07-11 13:55:21.068 | TRACE | utils:run_command:128 - Collecting brotli>=1.0.9 (from py7zr->-r requirements.txt (line 22)) 2023-07-11 13:55:21.076 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/f1/cf/9cebdbbcecf9a9650cc6da672afaac5a731c9c9097a0f67031a9af9ce805/Brotli-1.0.9-cp37-cp37m-win_amd64.whl (365 kB) 2023-07-11 13:55:21.157 | TRACE | utils:run_command:128 - Collecting importlib-metadata (from py7zr->-r requirements.txt (line 22)) 2023-07-11 13:55:21.165 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/ff/94/64287b38c7de4c90683630338cf28f129decbba0a44f0c6db35a873c73c4/importlib_metadata-6.7.0-py3-none-any.whl (22 kB) 2023-07-11 13:55:21.232 | TRACE | utils:run_command:128 - Collecting inflate64>=0.3.1 (from py7zr->-r requirements.txt (line 22)) 2023-07-11 13:55:21.238 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/df/9a/4876e09d41117ce380febbe074f4911b4b5871089eebc00dc06bc977211c/inflate64-0.3.1-cp37-cp37m-win_amd64.whl (35 kB) 2023-07-11 13:55:21.284 | TRACE | utils:run_command:128 - Collecting pymsgbox (from PyAutoGUI->-r requirements.txt (line 24)) 2023-07-11 13:55:21.290 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/7d/ff/4c6f31a4f08979f12a663f2aeb6c8b765d3bd592e66eaaac445f547bb875/PyMsgBox-1.0.9.tar.gz (18 kB) 2023-07-11 13:55:21.314 | TRACE | utils:run_command:128 - Installing build dependencies: started 2023-07-11 13:55:23.726 | TRACE | utils:run_command:128 - Installing build dependencies: finished with status 'done' 2023-07-11 13:55:23.727 | TRACE | utils:run_command:128 - Getting requirements to build wheel: started 2023-07-11 13:55:23.961 | TRACE | utils:run_command:128 - Getting requirements to build wheel: finished with status 'done' 2023-07-11 13:55:23.967 | TRACE | utils:run_command:128 - Preparing metadata (pyproject.toml): started 2023-07-11 13:55:24.214 | TRACE | utils:run_command:128 - Preparing metadata (pyproject.toml): finished with status 'done' 2023-07-11 13:55:24.265 | TRACE | utils:run_command:128 - Collecting pyscreeze>=0.1.21 (from PyAutoGUI->-r requirements.txt (line 24)) 2023-07-11 13:55:24.271 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/be/41/007a0ebd02348fce60836ff8fcce146867a0d6691f46ca70bb3cb74e913d/PyScreeze-0.1.29.tar.gz (25 kB) 2023-07-11 13:55:24.300 | TRACE | utils:run_command:128 - Installing build dependencies: started 2023-07-11 13:55:26.668 | TRACE | utils:run_command:128 - Installing build dependencies: finished with status 'done' 2023-07-11 13:55:26.669 | TRACE | utils:run_command:128 - Getting requirements to build wheel: started 2023-07-11 13:55:26.928 | TRACE | utils:run_command:128 - Getting requirements to build wheel: finished with status 'done' 2023-07-11 13:55:26.932 | TRACE | utils:run_command:128 - Preparing metadata (pyproject.toml): started 2023-07-11 13:55:27.209 | TRACE | utils:run_command:128 - Preparing metadata (pyproject.toml): finished with status 'done' 2023-07-11 13:55:27.271 | TRACE | utils:run_command:128 - Collecting pygetwindow>=0.0.5 (from PyAutoGUI->-r requirements.txt (line 24)) 2023-07-11 13:55:27.277 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/e1/70/c7a4f46dbf06048c6d57d9489b8e0f9c4c3d36b7479f03c5ca97eaa2541d/PyGetWindow-0.0.9.tar.gz (9.7 kB) 2023-07-11 13:55:27.292 | TRACE | utils:run_command:128 - Preparing metadata (setup.py): started 2023-07-11 13:55:27.510 | TRACE | utils:run_command:128 - Preparing metadata (setup.py): finished with status 'done' 2023-07-11 13:55:27.553 | TRACE | utils:run_command:128 - Collecting mouseinfo (from PyAutoGUI->-r requirements.txt (line 24)) 2023-07-11 13:55:27.560 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/28/fa/b2ba8229b9381e8f6381c1dcae6f4159a7f72349e414ed19cfbbd1817173/MouseInfo-0.1.3.tar.gz (10 kB) 2023-07-11 13:55:27.574 | TRACE | utils:run_command:128 - Preparing metadata (setup.py): started 2023-07-11 13:55:27.798 | TRACE | utils:run_command:128 - Preparing metadata (setup.py): finished with status 'done' 2023-07-11 13:55:27.869 | TRACE | utils:run_command:128 - Collecting PyQt5-sip<13,>=12.11 (from PyQt5->-r requirements.txt (line 25)) 2023-07-11 13:55:27.875 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/fa/42/94de838ea125200c3892522283c328bee7912de738f72d494f2d8b88ad0b/PyQt5_sip-12.12.1-cp37-cp37m-win_amd64.whl (77 kB) 2023-07-11 13:55:27.911 | TRACE | utils:run_command:128 - Collecting PyQt5-Qt5>=5.15.2 (from PyQt5->-r requirements.txt (line 25)) 2023-07-11 13:55:27.968 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/37/97/5d3b222b924fa2ed4c2488925155cd0b03fd5d09ee1cfcf7c553c11c9f66/PyQt5_Qt5-5.15.2-py3-none-win_amd64.whl (50.1 MB) 2023-07-11 13:55:28.173 | TRACE | utils:run_command:128 - Collecting tornado>=5.0 (from pywebio->-r requirements.txt (line 26)) 2023-07-11 13:55:28.180 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/1c/26/cbfa1103e74a02e09dd53291e419da3ad4c5b948f52aea5800e6671b56e0/tornado-6.2-cp37-abi3-win_amd64.whl (425 kB) 2023-07-11 13:55:28.226 | TRACE | utils:run_command:128 - Collecting user-agents (from pywebio->-r requirements.txt (line 26)) 2023-07-11 13:55:28.232 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/8f/1c/20bb3d7b2bad56d881e3704131ddedbb16eb787101306887dff349064662/user_agents-2.2.0-py3-none-any.whl (9.6 kB) 2023-07-11 13:55:28.281 | TRACE | utils:run_command:128 - Collecting whichcraft (from adbutils->-r requirements.txt (line 30)) 2023-07-11 13:55:28.287 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/b5/a2/81887a0dae2e4d2adc70d9a3557fdda969f863ced51cd3c47b587d25bce5/whichcraft-0.6.1-py2.py3-none-any.whl (5.2 kB) 2023-07-11 13:55:28.300 | TRACE | utils:run_command:128 - Collecting requests (from -r requirements.txt (line 46)) 2023-07-11 13:55:28.307 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/fa/a5/e04c4607dc96e3e6b22dfa13ba8776c64bb65cb97ab90f05a3ee14096a0a/requests-2.15.1-py2.py3-none-any.whl (558 kB) 2023-07-11 13:55:28.480 | TRACE | utils:run_command:128 - Collecting deprecation<3.0,>=2.0.6 (from adbutils->-r requirements.txt (line 30)) 2023-07-11 13:55:28.486 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/02/c3/253a89ee03fc9b9682f1541728eb66db7db22148cd94f89ab22528cd1e1b/deprecation-2.1.0-py2.py3-none-any.whl (11 kB) 2023-07-11 13:55:28.522 | TRACE | utils:run_command:128 - Collecting retry>=0.9 (from adbutils->-r requirements.txt (line 30)) 2023-07-11 13:55:28.530 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/4b/0d/53aea75710af4528a25ed6837d71d117602b01946b307a3912cb3cfcbcba/retry-0.9.2-py2.py3-none-any.whl (8.0 kB) 2023-07-11 13:55:28.562 | TRACE | utils:run_command:128 - Collecting apkutils2<2.0,>=1.0.0 (from adbutils->-r requirements.txt (line 30)) 2023-07-11 13:55:28.568 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/e5/d0/432fb6fb1fe48aa0ea1c80e8dec4a26f70c868999c076f92af88582ae91a/apkutils2-1.0.0.tar.gz (60 kB) 2023-07-11 13:55:28.597 | TRACE | utils:run_command:128 - Preparing metadata (setup.py): started 2023-07-11 13:55:28.801 | TRACE | utils:run_command:128 - Preparing metadata (setup.py): finished with status 'done' 2023-07-11 13:55:28.855 | TRACE | utils:run_command:128 - Collecting six (from uiautomator2->-r requirements.txt (line 31)) 2023-07-11 13:55:28.861 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/d9/5a/e7c31adbe875f2abbb91bd84cf2dc52d792b5a01506781dbcf25c91daf11/six-1.16.0-py2.py3-none-any.whl (11 kB) 2023-07-11 13:55:29.001 | TRACE | utils:run_command:128 - Collecting logzero~=1.5 (from uiautomator2->-r requirements.txt (line 31)) 2023-07-11 13:55:29.007 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/b3/68/aa714515d65090fcbcc9a1f3debd5a644b14aad11e59238f42f00bd4b298/logzero-1.7.0-py2.py3-none-any.whl (16 kB) 2023-07-11 13:55:29.047 | TRACE | utils:run_command:128 - Collecting progress~=1.3 (from uiautomator2->-r requirements.txt (line 31)) 2023-07-11 13:55:29.054 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/2a/68/d8412d1e0d70edf9791cbac5426dc859f4649afc22f2abbeb0d947cf70fd/progress-1.6.tar.gz (7.8 kB) 2023-07-11 13:55:29.071 | TRACE | utils:run_command:128 - Preparing metadata (setup.py): started 2023-07-11 13:55:29.240 | TRACE | utils:run_command:128 - Preparing metadata (setup.py): finished with status 'error' 2023-07-11 13:55:30.284 | INFO | logger:hr:70 - +----------------------------------------------------------------------------------------------------+ 2023-07-11 13:55:30.286 | INFO | logger:hr:71 - | SUCCESSFULLY INSTALL. ACTIVATING PYTHON-GIT-PROGRAM-LAUNCHER | 2023-07-11 13:55:30.287 | INFO | logger:hr:72 - +----------------------------------------------------------------------------------------------------+

infstellar commented 1 year ago

你看看1.0.1版本能不能出点新报错

guo998877 commented 1 year ago

卡在下载Python这个包好久 Downloading http://mirrors.aliyun.com/pypi/packages/b1/85/62b8da9d984ae95f6fdda707df4af6552a5cea46fde2b944223daf236524/torch-1.13.1-cp37-cp37m-win_amd64.whl (162.6 MB) 我在国外用配置的是giaglobal为啥还是用阿里云镜像 torch半个小时下了个50mb 我用其他下载器下的torch包能直接替代里面的文件吗 或者能不能用我自己的python环境 重启前删除python文件夹也试过

然后是下载完还是报一样的错

—2023-07-12 02:31:50.025 | INFO | logger:hr:70 - +----------------------------------------------------------------------------------------------------+ 2023-07-12 02:31:50.028 | INFO | logger:hr:71 - | SUCCESSFULLY INSTALL. ACTIVATING PYTHON-GIT-PROGRAM-LAUNCHER | 2023-07-12 02:31:50.029 | INFO | logger:hr:72 - +----------------------------------------------------------------------------------------------------+ "C:\Users\Peiqi\Desktop\PGPL-1.0.1\toolkit\python\3.7.6_GIA_Launcher_Download_Lib\python.exe" genshin_assistant.py Traceback (most recent call last): File "genshin_assistant.py", line 3, in from pywebio import platform ModuleNotFoundError: No module named 'pywebio' The program is over. This may be due to an error or an active end.

日志横跨了2个多小时 因为下载包巨慢 23:53:28.797 | INFO | logger:hr:70 - +------------------------------------------------------------------------------+ 2023-07-11 23:53:28.799 | INFO | logger:hr:71 - | WELCOME TO PYTHON-GIT-PROGRAM-LAUNCHER | 2023-07-11 23:53:28.800 | INFO | logger:hr:72 - +------------------------------------------------------------------------------+ 2023-07-11 23:53:28.801 | INFO | logger:hr:66 - <<< 该程序在GITHUB免费开源 >>> 2023-07-11 23:53:28.802 | INFO | logger:hr:66 - <<< 请在HTTPS://GITHUB.COM/INFSTELLAR/PYTHON-GIT-PROGRAM-LAUNCHER查看使用说明 >>> 2023-07-11 23:53:28.804 | INFO | main:run:476 - 当前配置: giaglobal 2023-07-11 23:53:28.804 | INFO | main:run:477 - 你想要编辑设置或选择其他设置吗? 2023-07-11 23:53:33.842 | INFO | main::510 - {'AutoUpdate': True, 'Branch': 'main', 'GitProxy': False, 'InstallDependencies': True, 'KeepLocalChanges': False, 'Main': 'genshin_assistant.py', 'PypiMirror': 'AUTO', 'PythonMirror': 'AUTO', 'PythonVersion': '3.7.6', 'Repository': 'https://github.com/GenshinImpactAssistant/GIA_Launcher_Download_Lib', 'RequirementsFile': 'requirements.txt', 'Tag': ''} 2023-07-11 23:53:33.844 | INFO | logger:hr:66 - <<< 启动中... >>> 2023-07-11 23:53:33.845 | INFO | logger:hr:70 - +--------------------------------------------------------------------------+ 2023-07-11 23:53:33.845 | INFO | logger:hr:71 - | UPDATE PYTHON-GIT-PROGRAM-LAUNCHER | 2023-07-11 23:53:33.846 | INFO | logger:hr:72 - +--------------------------------------------------------------------------+ 2023-07-11 23:53:33.847 | INFO | logger:hr:66 - <<< GIT初始化 >>> 2023-07-11 23:53:33.847 | INFO | utils:execute:171 - "C:/Users/Peiqi/Desktop/PGPL-1.0.1/toolkit/Git/mingw64/bin/git.exe" init 2023-07-11 23:53:33.916 | INFO | utils:execute:182 - [ success ] 2023-07-11 23:53:33.917 | INFO | logger:hr:62 - ==================== 设置GIT验证 ==================== 2023-07-11 23:53:33.918 | INFO | utils:execute:171 - "C:/Users/Peiqi/Desktop/PGPL-1.0.1/toolkit/Git/mingw64/bin/git.exe" config --local --unset http.proxy 2023-07-11 23:53:33.964 | INFO | utils:execute:175 - [ allowed failure ], error_code: 5 2023-07-11 23:53:33.964 | INFO | utils:execute:171 - "C:/Users/Peiqi/Desktop/PGPL-1.0.1/toolkit/Git/mingw64/bin/git.exe" config --local --unset https.proxy 2023-07-11 23:53:34.007 | INFO | utils:execute:175 - [ allowed failure ], error_code: 5 2023-07-11 23:53:34.007 | INFO | logger:hr:62 - ==================== 设置GIT仓库 ==================== 2023-07-11 23:53:34.008 | INFO | utils:execute:171 - "C:/Users/Peiqi/Desktop/PGPL-1.0.1/toolkit/Git/mingw64/bin/git.exe" remote set-url origin https://github.com/GenshinImpactAssistant/GIA_Launcher_Download_Lib 2023-07-11 23:53:34.054 | INFO | utils:execute:182 - [ success ] 2023-07-11 23:53:34.055 | INFO | logger:hr:62 - ==================== 获取仓库分支 ==================== 2023-07-11 23:53:34.056 | INFO | utils:execute:171 - "C:/Users/Peiqi/Desktop/PGPL-1.0.1/toolkit/Git/mingw64/bin/git.exe" fetch origin main 2023-07-11 23:53:34.516 | INFO | utils:execute:182 - [ success ] 2023-07-11 23:53:34.517 | INFO | logger:hr:62 - ==================== 拉取仓库分支 ==================== 2023-07-11 23:53:34.518 | INFO | utils:execute:171 - "C:/Users/Peiqi/Desktop/PGPL-1.0.1/toolkit/Git/mingw64/bin/git.exe" reset --hard origin/main 2023-07-11 23:53:34.653 | INFO | utils:execute:182 - [ success ] 2023-07-11 23:53:34.654 | INFO | utils:execute:171 - "C:/Users/Peiqi/Desktop/PGPL-1.0.1/toolkit/Git/mingw64/bin/git.exe" pull --ff-only origin main 2023-07-11 23:53:35.108 | INFO | utils:execute:182 - [ success ] 2023-07-11 23:53:35.109 | INFO | logger:hr:62 - ==================== 展示版本 ==================== 2023-07-11 23:53:35.110 | INFO | utils:execute:171 - "C:/Users/Peiqi/Desktop/PGPL-1.0.1/toolkit/Git/mingw64/bin/git.exe" log --no-merges -1 2023-07-11 23:53:35.156 | INFO | utils:execute:182 - [ success ] 2023-07-11 23:53:35.158 | INFO | main:pip_install:145 - 更新依赖 2023-07-11 23:53:35.158 | INFO | main:pip_install:151 - 检测Python 2023-07-11 23:53:35.159 | INFO | utils:execute:171 - "C:/Users/Peiqi/Desktop/PGPL-1.0.1/toolkit/python/3.7.6_GIA_Launcher_Download_Lib/python.exe" --version 2023-07-11 23:53:35.202 | INFO | utils:execute:182 - [ success ] 2023-07-11 23:53:35.203 | INFO | logger:hr:62 - ==================== 更新PIP ==================== 2023-07-11 23:53:35.204 | INFO | utils:execute:171 - "C:/Users/Peiqi/Desktop/PGPL-1.0.1/toolkit/python/3.7.6_GIA_Launcher_Download_Lib/python.exe" -m pip install --upgrade pip -i http://mirrors.aliyun.com/pypi/simple --trusted-host mirrors.aliyun.com 2023-07-11 23:53:36.769 | INFO | utils:execute:182 - [ success ] 2023-07-11 23:53:36.770 | INFO | utils:execute:171 - "C:/Users/Peiqi/Desktop/PGPL-1.0.1/toolkit/python/3.7.6_GIA_Launcher_Download_Lib/python.exe" -m pip install --upgrade setuptools -i http://mirrors.aliyun.com/pypi/simple --trusted-host mirrors.aliyun.com 2023-07-11 23:53:39.715 | INFO | utils:execute:182 - [ success ] 2023-07-11 23:53:39.717 | INFO | logger:hr:62 - ==================== 更新依赖 ==================== 2023-07-11 23:53:40.278 | TRACE | utils:run_command:128 - Looking in indexes: http://mirrors.aliyun.com/pypi/simple 2023-07-11 23:53:44.161 | TRACE | utils:run_command:128 - Collecting numpy (from -r requirements.txt (line 2)) 2023-07-11 23:53:44.725 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/97/9f/da37cc4a188a1d5d203d65ab28d6504e17594b5342e0c1dc5610ee6f4535/numpy-1.21.6-cp37-cp37m-win_amd64.whl (14.0 MB) 2023-07-11 23:57:31.794 | TRACE | utils:run_command:128 - --------------------------------------- 14.0/14.0 MB 63.5 kB/s eta 0:00:00 2023-07-11 23:57:33.013 | TRACE | utils:run_command:128 - Collecting torch (from -r requirements.txt (line 3)) 2023-07-11 23:57:33.674 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/b1/85/62b8da9d984ae95f6fdda707df4af6552a5cea46fde2b944223daf236524/torch-1.13.1-cp37-cp37m-win_amd64.whl (162.6 MB) 2023-07-12 00:42:23.942 | TRACE | utils:run_command:128 - ------------------------------------- 162.6/162.6 MB 60.0 kB/s eta 0:00:00 2023-07-12 00:42:24.948 | TRACE | utils:run_command:128 - Collecting loguru (from -r requirements.txt (line 4)) 2023-07-12 00:42:25.549 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/71/bd/337f7a0cd2628c4c77512d78e26f93b13c327a2ddf2132001dd78c000bf4/loguru-0.7.0-py3-none-any.whl (59 kB) 2023-07-12 00:42:26.427 | TRACE | utils:run_command:128 - --------------------------------------- 60.0/60.0 kB 58.9 kB/s eta 0:00:00 2023-07-12 00:42:27.650 | TRACE | utils:run_command:128 - Collecting tqdm (from -r requirements.txt (line 5)) 2023-07-12 00:42:28.305 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/e6/02/a2cff6306177ae6bc73bc0665065de51dfb3b9db7373e122e2735faf0d97/tqdm-4.65.0-py3-none-any.whl (77 kB) 2023-07-12 00:42:29.423 | TRACE | utils:run_command:128 - --------------------------------------- 77.1/77.1 kB 61.1 kB/s eta 0:00:00 2023-07-12 00:42:30.682 | TRACE | utils:run_command:128 - Collecting torchvision (from -r requirements.txt (line 6)) 2023-07-12 00:42:31.488 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/77/ec/ccdfcafb958f6007cc357ce12fd945551a71503b88cd3f78e49fd958f949/torchvision-0.14.1-cp37-cp37m-win_amd64.whl (1.1 MB) 2023-07-12 00:42:49.111 | TRACE | utils:run_command:128 - ---------------------------------------- 1.1/1.1 MB 61.9 kB/s eta 0:00:00 2023-07-12 00:42:49.722 | TRACE | utils:run_command:128 - Collecting tabulate (from -r requirements.txt (line 7)) 2023-07-12 00:42:50.330 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/40/44/4a5f08c96eb108af5cb50b41f76142f0afa346dfa99d5296fe7202a11854/tabulate-0.9.0-py3-none-any.whl (35 kB) 2023-07-12 00:42:51.325 | TRACE | utils:run_command:128 - Collecting paddleocr (from -r requirements.txt (line 9)) 2023-07-12 00:42:52.032 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/04/94/5a3c956a864653b0bb73f7f2f71cb58ef2dbe6eb0414d2fc888cc1af03ca/paddleocr-2.6.1.3-py3-none-any.whl (445 kB) 2023-07-12 00:42:59.372 | TRACE | utils:run_command:128 - ------------------------------------- 445.9/445.9 kB 60.6 kB/s eta 0:00:00 2023-07-12 00:43:00.596 | TRACE | utils:run_command:128 - Collecting paddlepaddle (from -r requirements.txt (line 10)) 2023-07-12 00:43:01.186 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/f6/28/4f73c878bef7ad37d58d527faddebe83222a12e9d7e0fddb40a6da6067a8/paddlepaddle-2.5.0-cp37-cp37m-win_amd64.whl (72.0 MB) 2023-07-12 01:02:16.778 | TRACE | utils:run_command:128 - --------------------------------------- 72.0/72.0 MB 78.9 kB/s eta 0:00:00 2023-07-12 01:02:17.417 | TRACE | utils:run_command:128 - Collecting thop (from -r requirements.txt (line 12)) 2023-07-12 01:02:18.098 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/bb/0f/72beeab4ff5221dc47127c80f8834b4bcd0cb36f6ba91c0b1d04a1233403/thop-0.1.1.post2209072238-py3-none-any.whl (15 kB) 2023-07-12 01:02:20.268 | TRACE | utils:run_command:128 - Collecting opencv-python (from -r requirements.txt (line 14)) 2023-07-12 01:02:20.960 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/a6/08/583e1d8d589e80a702815f58daa317bd469a32c7dc339394e2a0dc14318b/opencv_python-4.8.0.74-cp37-abi3-win_amd64.whl (38.1 MB) 2023-07-12 01:10:18.464 | TRACE | utils:run_command:128 - --------------------------------------- 38.1/38.1 MB 77.9 kB/s eta 0:00:00 2023-07-12 01:10:22.641 | TRACE | utils:run_command:128 - Collecting Pillow (from -r requirements.txt (line 15)) 2023-07-12 01:10:23.143 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/cb/3c/4f3ef1a14e903d7b2bc43672c20f732b874e1e50a9a58ac9a1726ef3773d/Pillow-9.5.0-cp37-cp37m-win_amd64.whl (2.5 MB) 2023-07-12 01:10:55.850 | TRACE | utils:run_command:128 - ---------------------------------------- 2.5/2.5 MB 77.6 kB/s eta 0:00:00 2023-07-12 01:10:56.449 | TRACE | utils:run_command:128 - Collecting pypiwin32 (from -r requirements.txt (line 16)) 2023-07-12 01:10:57.057 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/d0/1b/2f292bbd742e369a100c91faa0483172cd91a1a422a6692055ac920946c5/pypiwin32-223-py3-none-any.whl (1.7 kB) 2023-07-12 01:10:57.774 | TRACE | utils:run_command:128 - Collecting pywin32 (from -r requirements.txt (line 17)) 2023-07-12 01:10:58.449 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/80/e6/08192cb5728a6ffdb70ea990d9a1351b320d31a751bb463e652d9e05e7aa/pywin32-306-cp37-cp37m-win_amd64.whl (9.3 MB) 2023-07-12 01:12:51.262 | TRACE | utils:run_command:128 - ---------------------------------------- 9.3/9.3 MB 84.8 kB/s eta 0:00:00 2023-07-12 01:12:51.971 | TRACE | utils:run_command:128 - Collecting pytweening (from -r requirements.txt (line 18)) 2023-07-12 01:12:52.566 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/0f/01/71554f0f2e7bfaa5b79210d96cf61d8fb6c5545eb95fde7441755efb6daa/pytweening-1.0.7.tar.gz (168 kB) 2023-07-12 01:12:52.598 | TRACE | utils:run_command:128 - Preparing metadata (setup.py): started 2023-07-12 01:12:52.931 | TRACE | utils:run_command:128 - Preparing metadata (setup.py): finished with status 'done' 2023-07-12 01:12:55.310 | TRACE | utils:run_command:128 - Collecting matplotlib (from -r requirements.txt (line 19)) 2023-07-12 01:12:56.052 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/df/3f/6093a23565d0f50ce433f56223fcc34af6c912cd4331dc582ba29d9b5a17/matplotlib-3.5.3-cp37-cp37m-win_amd64.whl (7.2 MB) 2023-07-12 01:14:18.434 | TRACE | utils:run_command:128 - ---------------------------------------- 7.2/7.2 MB 88.0 kB/s eta 0:00:00 2023-07-12 01:14:19.102 | TRACE | utils:run_command:128 - Collecting keyboard (from -r requirements.txt (line 20)) 2023-07-12 01:14:19.813 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/55/88/287159903c5b3fc6d47b651c7ab65a54dcf9c9916de546188a7f62870d6d/keyboard-0.13.5-py3-none-any.whl (58 kB) 2023-07-12 01:14:20.336 | TRACE | utils:run_command:128 - --------------------------------------- 58.1/58.1 kB 92.7 kB/s eta 0:00:00 2023-07-12 01:14:22.396 | TRACE | utils:run_command:128 - Collecting scipy (from -r requirements.txt (line 21)) 2023-07-12 01:14:23.086 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/40/69/4af412d078cef2298f7d90546fa0e03e65a032558bd85319239c72ae0c3c/scipy-1.7.3-cp37-cp37m-win_amd64.whl (34.1 MB) 2023-07-12 01:20:49.191 | TRACE | utils:run_command:128 - --------------------------------------- 34.1/34.1 MB 87.9 kB/s eta 0:00:00 2023-07-12 01:20:50.266 | TRACE | utils:run_command:128 - Collecting py7zr (from -r requirements.txt (line 22)) 2023-07-12 01:20:50.970 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/f4/b6/0a796c1d1aa18b451a52f0fb0d44ff9e4ab78c6602dc7afa96b6015528af/py7zr-0.20.5-py3-none-any.whl (66 kB) 2023-07-12 01:20:51.566 | TRACE | utils:run_command:128 - --------------------------------------- 66.4/66.4 kB 94.6 kB/s eta 0:00:00 2023-07-12 01:20:52.215 | TRACE | utils:run_command:128 - Collecting PyAutoGUI (from -r requirements.txt (line 24)) 2023-07-12 01:20:52.835 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/65/ff/cdae0a8c2118a0de74b6cf4cbcdcaf8fd25857e6c3f205ce4b1794b27814/PyAutoGUI-0.9.54.tar.gz (61 kB) 2023-07-12 01:20:52.879 | TRACE | utils:run_command:128 - Installing build dependencies: started 2023-07-12 01:21:10.069 | TRACE | utils:run_command:128 - Installing build dependencies: finished with status 'done' 2023-07-12 01:21:10.070 | TRACE | utils:run_command:128 - Getting requirements to build wheel: started 2023-07-12 01:21:10.344 | TRACE | utils:run_command:128 - Getting requirements to build wheel: finished with status 'done' 2023-07-12 01:21:10.351 | TRACE | utils:run_command:128 - Preparing metadata (pyproject.toml): started 2023-07-12 01:21:10.640 | TRACE | utils:run_command:128 - Preparing metadata (pyproject.toml): finished with status 'done' 2023-07-12 01:21:11.329 | TRACE | utils:run_command:128 - Collecting PyQt5 (from -r requirements.txt (line 25)) 2023-07-12 01:21:11.878 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/55/5d/8df8a2aa0de6588965d048fca9306cf15a5801be3078f195e8f8f41fa863/PyQt5-5.15.9-cp37-abi3-win_amd64.whl (6.8 MB) 2023-07-12 01:22:27.738 | TRACE | utils:run_command:128 - ---------------------------------------- 6.8/6.8 MB 89.7 kB/s eta 0:00:00 2023-07-12 01:22:28.482 | TRACE | utils:run_command:128 - Collecting pywebio (from -r requirements.txt (line 26)) 2023-07-12 01:22:29.082 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/a6/c3/022c2bf2864e6200d283480465b43b7a4cda89671566081b9a319233521c/pywebio-1.8.2.tar.gz (495 kB) 2023-07-12 01:22:29.172 | TRACE | utils:run_command:128 - Preparing metadata (setup.py): started 2023-07-12 01:22:29.439 | TRACE | utils:run_command:128 - Preparing metadata (setup.py): finished with status 'done' 2023-07-12 01:22:30.014 | TRACE | utils:run_command:128 - Collecting pydirectinput (from -r requirements.txt (line 27)) 2023-07-12 01:22:30.562 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/c9/8e/f909defe798270afc2241d3a8986d51459e70c37f02d2ba549627b781b2c/PyDirectInput-1.0.4-py3-none-any.whl (8.9 kB) 2023-07-12 01:22:31.628 | TRACE | utils:run_command:128 - Collecting adbutils (from -r requirements.txt (line 30)) 2023-07-12 01:22:32.216 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/b0/94/61190bc5afa4b37a18d3ab69dbea4c3f2f8cf60a145e9a3262594e56e04d/adbutils-1.2.11-py3-none-win_amd64.whl (2.9 MB) 2023-07-12 01:23:05.059 | TRACE | utils:run_command:128 - ---------------------------------------- 2.9/2.9 MB 88.9 kB/s eta 0:00:00 2023-07-12 01:23:06.486 | TRACE | utils:run_command:128 - Collecting uiautomator2 (from -r requirements.txt (line 31)) 2023-07-12 01:23:07.171 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/20/9a/b99521efdd64e4107ec5c3607f29e58548383c3a3eb47097307eff33e611/uiautomator2-2.16.23-py3-none-any.whl (3.1 MB) 2023-07-12 01:23:42.425 | TRACE | utils:run_command:128 - ---------------------------------------- 3.1/3.1 MB 88.0 kB/s eta 0:00:00 2023-07-12 01:23:42.924 | TRACE | utils:run_command:128 - Collecting uiautomator2cache (from -r requirements.txt (line 32)) 2023-07-12 01:23:43.619 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/de/2e/b8aae9827e724c958d90326ec0fac293dab1cb4d8d431e58fdf264ce981b/uiautomator2cache-0.3.0.1-py3-none-any.whl (12.9 MB) 2023-07-12 01:26:07.952 | TRACE | utils:run_command:128 - --------------------------------------- 12.9/12.9 MB 88.4 kB/s eta 0:00:00 2023-07-12 01:26:08.531 | TRACE | utils:run_command:128 - Collecting filelock (from -r requirements.txt (line 33)) 2023-07-12 01:26:09.003 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/00/45/ec3407adf6f6b5bf867a4462b2b0af27597a26bd3cd6e2534cb6ab029938/filelock-3.12.2-py3-none-any.whl (10 kB) 2023-07-12 01:26:11.171 | TRACE | utils:run_command:128 - Collecting pydantic==1.10.11 (from -r requirements.txt (line 35)) 2023-07-12 01:26:11.683 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/46/44/2390ef51d3fc48b4abb7d8928feaa9d43ff66df2c278476862c7754775d4/pydantic-1.10.11-cp37-cp37m-win_amd64.whl (2.1 MB) 2023-07-12 01:26:34.926 | TRACE | utils:run_command:128 - ---------------------------------------- 2.1/2.1 MB 90.5 kB/s eta 0:00:00 2023-07-12 01:26:35.451 | TRACE | utils:run_command:128 - Collecting gimap==3.4.6 (from -r requirements.txt (line 36)) 2023-07-12 01:26:36.063 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/91/a6/50a259aad199ec811844d1b946b3817b7ab378172feadc33a5fc47f18109/gimap-3.4.6-py3-none-any.whl (19.5 MB) 2023-07-12 01:30:13.064 | TRACE | utils:run_command:128 - --------------------------------------- 19.5/19.5 MB 89.2 kB/s eta 0:00:00 2023-07-12 01:30:13.499 | TRACE | utils:run_command:128 - Collecting pyyaml (from -r requirements.txt (line 37)) 2023-07-12 01:30:14.166 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/d1/c0/4fe04181b0210ee2647cfbb89ecd10a36eef89f10d8aca6a192c201bbe58/PyYAML-6.0-cp37-cp37m-win_amd64.whl (153 kB) 2023-07-12 01:30:15.765 | TRACE | utils:run_command:128 - ------------------------------------- 153.2/153.2 kB 90.5 kB/s eta 0:00:00 2023-07-12 01:30:16.245 | TRACE | utils:run_command:128 - Collecting fastdeploy-python (from -r requirements.txt (line 40)) 2023-07-12 01:30:17.249 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/24/a3/6ffbeb953d87a6f5463d474bd2ad54e047b5835988aa3bfac3f3b6faca24/fastdeploy_python-1.0.7-cp37-cp37m-win_amd64.whl (229.9 MB) 2023-07-12 02:09:12.169 | TRACE | utils:run_command:128 - ------------------------------------ 229.9/229.9 MB 178.7 kB/s eta 0:00:00 2023-07-12 02:09:13.034 | TRACE | utils:run_command:128 - Collecting json5 (from -r requirements.txt (line 41)) 2023-07-12 02:09:13.524 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/70/ba/fa37123a86ae8287d6678535a944f9c3377d8165e536310ed6f6cb0f0c0e/json5-0.9.14-py2.py3-none-any.whl (19 kB) 2023-07-12 02:09:14.214 | TRACE | utils:run_command:128 - Collecting sortedcontainers (from -r requirements.txt (line 42)) 2023-07-12 02:09:15.029 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/32/46/9cb0e58b2deb7f82b84065f37f3bffeb12413f947f9388e4cac22c4621ce/sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2023-07-12 02:09:16.294 | TRACE | utils:run_command:128 - Collecting pytz (from -r requirements.txt (line 43)) 2023-07-12 02:09:16.868 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/7f/99/ad6bd37e748257dd70d6f85d916cafe79c0b0f5e2e95b11f7fbc82bf3110/pytz-2023.3-py2.py3-none-any.whl (502 kB) 2023-07-12 02:09:19.643 | TRACE | utils:run_command:128 - ------------------------------------ 502.3/502.3 kB 177.9 kB/s eta 0:00:00 2023-07-12 02:09:20.197 | TRACE | utils:run_command:128 - Collecting sympy (from -r requirements.txt (line 44)) 2023-07-12 02:09:20.686 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/d0/04/66be21ceb305c66a4b326b0ae44cc4f027a43bc08cac204b48fb45bb3653/sympy-1.10.1-py3-none-any.whl (6.4 MB) 2023-07-12 02:09:56.880 | TRACE | utils:run_command:128 - ---------------------------------------- 6.4/6.4 MB 176.5 kB/s eta 0:00:00 2023-07-12 02:09:58.229 | TRACE | utils:run_command:128 - Collecting scikit-learn (from -r requirements.txt (line 45)) 2023-07-12 02:09:58.941 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/9d/20/0ffe8665a44bce7616bd33d4368a198fecad3b226bcafa38c63ef0f6286f/scikit_learn-1.0.2-cp37-cp37m-win_amd64.whl (7.1 MB) 2023-07-12 02:10:39.802 | TRACE | utils:run_command:128 - ---------------------------------------- 7.1/7.1 MB 172.1 kB/s eta 0:00:00 2023-07-12 02:10:39.993 | TRACE | utils:run_command:128 - Collecting requests (from -r requirements.txt (line 46)) 2023-07-12 02:10:40.637 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl (62 kB) 2023-07-12 02:10:40.885 | TRACE | utils:run_command:128 - -------------------------------------- 62.6/62.6 kB 209.3 kB/s eta 0:00:00 2023-07-12 02:10:41.382 | TRACE | utils:run_command:128 - Collecting dataclasses (from -r requirements.txt (line 47)) 2023-07-12 02:10:41.907 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/26/2f/1095cdc2868052dd1e64520f7c0d5c8c550ad297e944e641dbf1ffbb9a5d/dataclasses-0.6-py3-none-any.whl (14 kB) 2023-07-12 02:10:43.490 | TRACE | utils:run_command:128 - Collecting psutil (from -r requirements.txt (line 48)) 2023-07-12 02:10:44.320 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/86/f3/23e4e4e7ec7855d506ed928756b04735c246b14d9f778ed7ffaae18d8043/psutil-5.9.5-cp36-abi3-win_amd64.whl (255 kB) 2023-07-12 02:10:45.664 | TRACE | utils:run_command:128 - ------------------------------------ 255.1/255.1 kB 182.2 kB/s eta 0:00:00 2023-07-12 02:10:46.171 | TRACE | utils:run_command:128 - Collecting typing-extensions>=4.2.0 (from pydantic==1.10.11->-r requirements.txt (line 35)) 2023-07-12 02:10:46.203 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/ec/6b/63cc3df74987c36fe26157ee12e09e8f9db4de771e0f3404263117e75b95/typing_extensions-4.7.1-py3-none-any.whl (33 kB) 2023-07-12 02:10:46.535 | TRACE | utils:run_command:128 - Collecting colorama>=0.3.4 (from loguru->-r requirements.txt (line 4)) 2023-07-12 02:10:47.186 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/d1/d6/3965ed04c63042e047cb6a3e6ed1a63a35087b6a609aa3a15ed8ac56c221/colorama-0.4.6-py2.py3-none-any.whl (25 kB) 2023-07-12 02:10:47.254 | TRACE | utils:run_command:128 - Collecting win32-setctime>=1.0.0 (from loguru->-r requirements.txt (line 4)) 2023-07-12 02:10:47.282 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/0a/e6/a7d828fef907843b2a5773ebff47fb79ac0c1c88d60c0ca9530ee941e248/win32_setctime-1.1.0-py3-none-any.whl (3.6 kB) 2023-07-12 02:10:48.887 | TRACE | utils:run_command:128 - Collecting shapely (from paddleocr->-r requirements.txt (line 9)) 2023-07-12 02:10:49.651 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/e2/87/b8b8d8d57b429b01aa56b7d723075c09f33c988b8091bb6f790c83436909/shapely-2.0.1-cp37-cp37m-win_amd64.whl (1.4 MB) 2023-07-12 02:10:58.586 | TRACE | utils:run_command:128 - ---------------------------------------- 1.4/1.4 MB 154.2 kB/s eta 0:00:00 2023-07-12 02:10:59.733 | TRACE | utils:run_command:128 - Collecting scikit-image (from paddleocr->-r requirements.txt (line 9)) 2023-07-12 02:11:00.294 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/10/1c/a35217c9e918bbf9ac8cbb3d2a604f552b14851a97d3fb2282e34b7a8d7d/scikit_image-0.19.3-cp37-cp37m-win_amd64.whl (12.1 MB) 2023-07-12 02:12:11.359 | TRACE | utils:run_command:128 - -------------------------------------- 12.1/12.1 MB 174.3 kB/s eta 0:00:00 2023-07-12 02:12:11.979 | TRACE | utils:run_command:128 - Collecting imgaug (from paddleocr->-r requirements.txt (line 9)) 2023-07-12 02:12:12.594 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/66/b1/af3142c4a85cba6da9f4ebb5ff4e21e2616309552caca5e8acefe9840622/imgaug-0.4.0-py2.py3-none-any.whl (948 kB) 2023-07-12 02:12:18.323 | TRACE | utils:run_command:128 - ------------------------------------ 948.0/948.0 kB 164.0 kB/s eta 0:00:00 2023-07-12 02:12:19.176 | TRACE | utils:run_command:128 - Collecting pyclipper (from paddleocr->-r requirements.txt (line 9)) 2023-07-12 02:12:19.760 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/24/c4/561707c0d02ffcab496b30649492e3ea7ce71a3a16e382068b7d909b9016/pyclipper-1.3.0.post4-cp37-cp37m-win_amd64.whl (94 kB) 2023-07-12 02:12:20.222 | TRACE | utils:run_command:128 - -------------------------------------- 94.2/94.2 kB 179.1 kB/s eta 0:00:00 2023-07-12 02:12:21.226 | TRACE | utils:run_command:128 - Collecting lmdb (from paddleocr->-r requirements.txt (line 9)) 2023-07-12 02:12:21.810 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/01/79/d4f2b2ee2fee41c439af18ba09689cf441e04288ddd1a44d58fe19bc8a9c/lmdb-1.4.1-cp37-cp37m-win_amd64.whl (105 kB) 2023-07-12 02:12:22.369 | TRACE | utils:run_command:128 - ------------------------------------ 105.2/105.2 kB 173.6 kB/s eta 0:00:00 2023-07-12 02:12:23.042 | TRACE | utils:run_command:128 - Collecting visualdl (from paddleocr->-r requirements.txt (line 9)) 2023-07-12 02:12:23.649 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/ea/b5/37726c750a4f4598660998327c3566b2d2ed5a1a5f44e9f0dde875602447/visualdl-2.5.3-py3-none-any.whl (6.3 MB) 2023-07-12 02:13:00.490 | TRACE | utils:run_command:128 - ---------------------------------------- 6.3/6.3 MB 170.5 kB/s eta 0:00:00 2023-07-12 02:13:05.590 | TRACE | utils:run_command:128 - Collecting rapidfuzz (from paddleocr->-r requirements.txt (line 9)) 2023-07-12 02:13:06.248 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/cc/2f/c49cc87bbbb4b30147bbe10b5c3257843e670e3b378591776b70717b3889/rapidfuzz-3.1.1-cp37-cp37m-win_amd64.whl (1.8 MB) 2023-07-12 02:13:16.653 | TRACE | utils:run_command:128 - ---------------------------------------- 1.8/1.8 MB 174.3 kB/s eta 0:00:00 2023-07-12 02:13:16.669 | TRACE | utils:run_command:128 - Collecting opencv-python (from -r requirements.txt (line 14)) 2023-07-12 02:13:17.303 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/cf/09/b24c266cd61ddeed101b90c92a26f54d060b06f4a1b102eb891576d6e9e2/opencv_python-4.6.0.66-cp36-abi3-win_amd64.whl (35.6 MB) 2023-07-12 02:16:48.714 | TRACE | utils:run_command:128 - -------------------------------------- 35.6/35.6 MB 177.8 kB/s eta 0:00:00 2023-07-12 02:16:50.071 | TRACE | utils:run_command:128 - Collecting opencv-contrib-python<=4.6.0.66 (from paddleocr->-r requirements.txt (line 9)) 2023-07-12 02:16:50.907 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/63/0b/6ef1acbaa21e5245c85a42f9f0ecfaf2e7420b24615a00f0eee170328e6b/opencv_contrib_python-4.6.0.66-cp36-abi3-win_amd64.whl (42.5 MB) 2023-07-12 02:20:45.586 | TRACE | utils:run_command:128 - -------------------------------------- 42.5/42.5 MB 163.4 kB/s eta 0:00:00 2023-07-12 02:20:48.105 | TRACE | utils:run_command:128 - Collecting cython (from paddleocr->-r requirements.txt (line 9)) 2023-07-12 02:20:48.684 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/3f/d6/9eed523aeaca42acbaa3e6d3850edae780dc7f8da9df1bf6a2ceb851839c/Cython-0.29.36-py2.py3-none-any.whl (988 kB) 2023-07-12 02:20:55.407 | TRACE | utils:run_command:128 - ------------------------------------ 988.3/988.3 kB 145.6 kB/s eta 0:00:00 2023-07-12 02:20:56.085 | TRACE | utils:run_command:128 - Collecting premailer (from paddleocr->-r requirements.txt (line 9)) 2023-07-12 02:20:56.671 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/b1/07/4e8d94f94c7d41ca5ddf8a9695ad87b888104e2fd41a35546c1dc9ca74ac/premailer-3.10.0-py2.py3-none-any.whl (19 kB) 2023-07-12 02:20:57.381 | TRACE | utils:run_command:128 - Collecting openpyxl (from paddleocr->-r requirements.txt (line 9)) 2023-07-12 02:20:57.896 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/6a/94/a59521de836ef0da54aaf50da6c4da8fb4072fb3053fa71f052fd9399e7a/openpyxl-3.1.2-py2.py3-none-any.whl (249 kB) 2023-07-12 02:20:59.412 | TRACE | utils:run_command:128 - ------------------------------------ 250.0/250.0 kB 158.1 kB/s eta 0:00:00 2023-07-12 02:20:59.964 | TRACE | utils:run_command:128 - Collecting attrdict (from paddleocr->-r requirements.txt (line 9)) 2023-07-12 02:21:00.564 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/ef/97/28fe7e68bc7adfce67d4339756e85e9fcf3c6fd7f0c0781695352b70472c/attrdict-2.0.1-py2.py3-none-any.whl (9.9 kB) 2023-07-12 02:21:02.423 | TRACE | utils:run_command:128 - Collecting PyMuPDF<1.21.0 (from paddleocr->-r requirements.txt (line 9)) 2023-07-12 02:21:03.020 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/2a/90/13d45eb3e41232843939840a5d42670db159a4c8d9de46db1ebcdc22ba74/PyMuPDF-1.20.2-cp37-cp37m-win_amd64.whl (6.6 MB) 2023-07-12 02:21:43.921 | TRACE | utils:run_command:128 - ---------------------------------------- 6.6/6.6 MB 161.7 kB/s eta 0:00:00 2023-07-12 02:21:44.397 | TRACE | utils:run_command:128 - Collecting python-docx (from paddleocr->-r requirements.txt (line 9)) 2023-07-12 02:21:44.878 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/8b/a0/52729ce4aa026f31b74cc877be1d11e4ddeaa361dc7aebec148171644b33/python-docx-0.8.11.tar.gz (5.6 MB) 2023-07-12 02:21:45.300 | TRACE | utils:run_command:128 - Preparing metadata (setup.py): started 2023-07-12 02:21:45.611 | TRACE | utils:run_command:128 - Preparing metadata (setup.py): finished with status 'done' 2023-07-12 02:21:45.713 | TRACE | utils:run_command:128 - Collecting beautifulsoup4 (from paddleocr->-r requirements.txt (line 9)) 2023-07-12 02:21:46.232 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/57/f4/a69c20ee4f660081a7dedb1ac57f29be9378e04edfcb90c526b923d4bebc/beautifulsoup4-4.12.2-py3-none-any.whl (142 kB) 2023-07-12 02:21:47.015 | TRACE | utils:run_command:128 - ------------------------------------ 143.0/143.0 kB 170.0 kB/s eta 0:00:00 2023-07-12 02:21:47.316 | TRACE | utils:run_command:128 - Collecting fonttools>=4.24.0 (from paddleocr->-r requirements.txt (line 9)) 2023-07-12 02:21:47.778 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/e3/d9/e9bae85e84737e76ebbcbea13607236da0c0699baed0ae4f1151b728a608/fonttools-4.38.0-py3-none-any.whl (965 kB) 2023-07-12 02:21:53.709 | TRACE | utils:run_command:128 - ------------------------------------ 965.4/965.4 kB 162.6 kB/s eta 0:00:00 2023-07-12 02:21:53.765 | TRACE | utils:run_command:128 - Collecting fire>=0.3.0 (from paddleocr->-r requirements.txt (line 9)) 2023-07-12 02:21:54.249 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/94/ed/3b9a10605163f48517931083aee8364d4d6d3bb1aa9b75eb0a4a5e9fbfc1/fire-0.5.0.tar.gz (88 kB) 2023-07-12 02:21:54.298 | TRACE | utils:run_command:128 - Preparing metadata (setup.py): started 2023-07-12 02:21:54.524 | TRACE | utils:run_command:128 - Preparing metadata (setup.py): finished with status 'done' 2023-07-12 02:21:55.048 | TRACE | utils:run_command:128 - Collecting pdf2docx (from paddleocr->-r requirements.txt (line 9)) 2023-07-12 02:21:55.657 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/a2/58/fbb61776641b2aae1d408d1ee712e026040ae62b949857348504dde4cecb/pdf2docx-0.5.6-py3-none-any.whl (148 kB) 2023-07-12 02:21:56.404 | TRACE | utils:run_command:128 - ------------------------------------ 148.4/148.4 kB 188.2 kB/s eta 0:00:00 2023-07-12 02:21:56.989 | TRACE | utils:run_command:128 - Collecting httpx (from paddlepaddle->-r requirements.txt (line 10)) 2023-07-12 02:21:57.465 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/ec/91/e41f64f03d2a13aee7e8c819d82ee3aa7cdc484d18c0ae859742597d5aa0/httpx-0.24.1-py3-none-any.whl (75 kB) 2023-07-12 02:21:57.933 | TRACE | utils:run_command:128 - -------------------------------------- 75.4/75.4 kB 160.4 kB/s eta 0:00:00 2023-07-12 02:21:58.030 | TRACE | utils:run_command:128 - Collecting decorator (from paddlepaddle->-r requirements.txt (line 10)) 2023-07-12 02:21:58.082 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/d5/50/83c593b07763e1161326b3b8c6686f0f4b0f24d5526546bee538c89837d6/decorator-5.1.1-py3-none-any.whl (9.1 kB) 2023-07-12 02:21:58.760 | TRACE | utils:run_command:128 - Collecting astor (from paddlepaddle->-r requirements.txt (line 10)) 2023-07-12 02:21:59.208 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/c3/88/97eef84f48fa04fbd6750e62dcceafba6c63c81b7ac1420856c8dcc0a3f9/astor-0.8.1-py2.py3-none-any.whl (27 kB) 2023-07-12 02:22:00.178 | TRACE | utils:run_command:128 - Collecting paddle-bfloat==0.1.7 (from paddlepaddle->-r requirements.txt (line 10)) 2023-07-12 02:22:00.756 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/79/17/22c2887c6c0c6daf8d5a8368779d0977221c966a54e62b8bdde16c4b6b65/paddle_bfloat-0.1.7-cp37-cp37m-win_amd64.whl (40 kB) 2023-07-12 02:22:00.941 | TRACE | utils:run_command:128 - -------------------------------------- 40.6/40.6 kB 161.6 kB/s eta 0:00:00 2023-07-12 02:22:01.465 | TRACE | utils:run_command:128 - Collecting opt-einsum==3.3.0 (from paddlepaddle->-r requirements.txt (line 10)) 2023-07-12 02:22:02.025 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/bc/19/404708a7e54ad2798907210462fd950c3442ea51acc8790f3da48d2bee8b/opt_einsum-3.3.0-py3-none-any.whl (65 kB) 2023-07-12 02:22:02.423 | TRACE | utils:run_command:128 - -------------------------------------- 65.5/65.5 kB 167.9 kB/s eta 0:00:00 2023-07-12 02:22:04.557 | TRACE | utils:run_command:128 - Collecting protobuf<=3.20.2,>=3.1.0 (from paddlepaddle->-r requirements.txt (line 10)) 2023-07-12 02:22:05.104 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/27/b1/e40edfab7d4ba7f045d94bdf19705056d7c624902976aa2e4341d3cabb06/protobuf-3.20.2-cp37-cp37m-win_amd64.whl (905 kB) 2023-07-12 02:22:10.604 | TRACE | utils:run_command:128 - ------------------------------------ 905.1/905.1 kB 164.6 kB/s eta 0:00:00 2023-07-12 02:22:10.723 | TRACE | utils:run_command:128 - Collecting cycler>=0.10 (from matplotlib->-r requirements.txt (line 19)) 2023-07-12 02:22:11.203 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/5c/f9/695d6bedebd747e5eb0fe8fad57b72fdf25411273a39791cde838d5a8f51/cycler-0.11.0-py3-none-any.whl (6.4 kB) 2023-07-12 02:22:11.809 | TRACE | utils:run_command:128 - Collecting kiwisolver>=1.0.1 (from matplotlib->-r requirements.txt (line 19)) 2023-07-12 02:22:12.451 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/03/93/11790e8e81b89acd3a1c8a6b501f8a05b1c41beee0990582699cdda29557/kiwisolver-1.4.4-cp37-cp37m-win_amd64.whl (54 kB) 2023-07-12 02:22:12.599 | TRACE | utils:run_command:128 - -------------------------------------- 54.9/54.9 kB 316.6 kB/s eta 0:00:00 2023-07-12 02:22:12.719 | TRACE | utils:run_command:128 - Collecting packaging>=20.0 (from matplotlib->-r requirements.txt (line 19)) 2023-07-12 02:22:13.269 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/ab/c3/57f0601a2d4fe15de7a553c00adbc901425661bf048f2a22dfc500caf121/packaging-23.1-py3-none-any.whl (48 kB) 2023-07-12 02:22:13.445 | TRACE | utils:run_command:128 - -------------------------------------- 48.9/48.9 kB 224.8 kB/s eta 0:00:00 2023-07-12 02:22:13.676 | TRACE | utils:run_command:128 - Collecting pyparsing>=2.2.1 (from matplotlib->-r requirements.txt (line 19)) 2023-07-12 02:22:14.163 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/a4/24/6ae4c9c45cf99d96b06b5d99e25526c060303171fb0aea9da2bfd7dbde93/pyparsing-3.1.0-py3-none-any.whl (102 kB) 2023-07-12 02:22:14.982 | TRACE | utils:run_command:128 - ------------------------------------ 102.6/102.6 kB 123.2 kB/s eta 0:00:00 2023-07-12 02:22:15.067 | TRACE | utils:run_command:128 - Collecting python-dateutil>=2.7 (from matplotlib->-r requirements.txt (line 19)) 2023-07-12 02:22:15.727 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/36/7a/87837f39d0296e723bb9b62bbb257d0355c7f6128853c78955f57342a56d/python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2023-07-12 02:22:17.188 | TRACE | utils:run_command:128 - ------------------------------------ 247.7/247.7 kB 163.4 kB/s eta 0:00:00 2023-07-12 02:22:17.794 | TRACE | utils:run_command:128 - Collecting texttable (from py7zr->-r requirements.txt (line 22)) 2023-07-12 02:22:18.391 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/ba/a7/2c12b543f853dae886286b824200eb9d7cd2466e3d14eff1799fbe8223b9/texttable-1.6.7-py2.py3-none-any.whl (10 kB) 2023-07-12 02:22:19.988 | TRACE | utils:run_command:128 - Collecting pycryptodomex>=3.6.6 (from py7zr->-r requirements.txt (line 22)) 2023-07-12 02:22:20.630 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/8a/db/12a08d50aa8586c2e32b2b4461b89c0de057d1c637a13ac8b785dfd55327/pycryptodomex-3.18.0-cp35-abi3-win_amd64.whl (1.7 MB) 2023-07-12 02:22:31.588 | TRACE | utils:run_command:128 - ---------------------------------------- 1.7/1.7 MB 157.7 kB/s eta 0:00:00 2023-07-12 02:22:33.097 | TRACE | utils:run_command:128 - Collecting pyzstd>=0.14.4 (from py7zr->-r requirements.txt (line 22)) 2023-07-12 02:22:33.715 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/40/27/2252247afa7e19447f1536b86d4d826c0923e914815c97e7875736a1d566/pyzstd-0.15.9-cp37-cp37m-win_amd64.whl (245 kB) 2023-07-12 02:22:35.278 | TRACE | utils:run_command:128 - ------------------------------------ 245.3/245.3 kB 150.4 kB/s eta 0:00:00 2023-07-12 02:22:36.832 | TRACE | utils:run_command:128 - Collecting pyppmd<1.1.0,>=0.18.1 (from py7zr->-r requirements.txt (line 22)) 2023-07-12 02:22:37.313 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/85/b7/d5b27505a64de9b147312a0b16e04fedfde8c7bbc3ebc0798f2c227c234b/pyppmd-1.0.0-cp37-cp37m-win_amd64.whl (46 kB) 2023-07-12 02:22:37.696 | TRACE | utils:run_command:128 - -------------------------------------- 46.1/46.1 kB 143.3 kB/s eta 0:00:00 2023-07-12 02:22:38.849 | TRACE | utils:run_command:128 - Collecting pybcj>=0.6.0 (from py7zr->-r requirements.txt (line 22)) 2023-07-12 02:22:39.332 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/fb/29/a1c58791d55f9f9bc4bd40920f6f0f1ba050c13043716256f8ce2859f661/pybcj-1.0.1-cp37-cp37m-win_amd64.whl (24 kB) 2023-07-12 02:22:40.034 | TRACE | utils:run_command:128 - Collecting multivolumefile>=0.2.3 (from py7zr->-r requirements.txt (line 22)) 2023-07-12 02:22:40.521 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/22/31/ec5f46fd4c83185b806aa9c736e228cb780f13990a9cf4da0beb70025fcc/multivolumefile-0.2.3-py3-none-any.whl (17 kB) 2023-07-12 02:22:41.463 | TRACE | utils:run_command:128 - Collecting brotli>=1.0.9 (from py7zr->-r requirements.txt (line 22)) 2023-07-12 02:22:41.972 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/f1/cf/9cebdbbcecf9a9650cc6da672afaac5a731c9c9097a0f67031a9af9ce805/Brotli-1.0.9-cp37-cp37m-win_amd64.whl (365 kB) 2023-07-12 02:22:44.258 | TRACE | utils:run_command:128 - ------------------------------------ 365.3/365.3 kB 160.1 kB/s eta 0:00:00 2023-07-12 02:22:44.464 | TRACE | utils:run_command:128 - Collecting importlib-metadata (from py7zr->-r requirements.txt (line 22)) 2023-07-12 02:22:44.496 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/ff/94/64287b38c7de4c90683630338cf28f129decbba0a44f0c6db35a873c73c4/importlib_metadata-6.7.0-py3-none-any.whl (22 kB) 2023-07-12 02:22:45.679 | TRACE | utils:run_command:128 - Collecting inflate64>=0.3.1 (from py7zr->-r requirements.txt (line 22)) 2023-07-12 02:22:46.149 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/df/9a/4876e09d41117ce380febbe074f4911b4b5871089eebc00dc06bc977211c/inflate64-0.3.1-cp37-cp37m-win_amd64.whl (35 kB) 2023-07-12 02:22:46.814 | TRACE | utils:run_command:128 - Collecting pymsgbox (from PyAutoGUI->-r requirements.txt (line 24)) 2023-07-12 02:22:47.452 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/7d/ff/4c6f31a4f08979f12a663f2aeb6c8b765d3bd592e66eaaac445f547bb875/PyMsgBox-1.0.9.tar.gz (18 kB) 2023-07-12 02:22:47.478 | TRACE | utils:run_command:128 - Installing build dependencies: started 2023-07-12 02:22:51.373 | TRACE | utils:run_command:128 - Installing build dependencies: finished with status 'done' 2023-07-12 02:22:51.374 | TRACE | utils:run_command:128 - Getting requirements to build wheel: started 2023-07-12 02:22:51.613 | TRACE | utils:run_command:128 - Getting requirements to build wheel: finished with status 'done' 2023-07-12 02:22:51.620 | TRACE | utils:run_command:128 - Preparing metadata (pyproject.toml): started 2023-07-12 02:22:51.884 | TRACE | utils:run_command:128 - Preparing metadata (pyproject.toml): finished with status 'done' 2023-07-12 02:22:52.563 | TRACE | utils:run_command:128 - Collecting pyscreeze>=0.1.21 (from PyAutoGUI->-r requirements.txt (line 24)) 2023-07-12 02:22:53.079 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/be/41/007a0ebd02348fce60836ff8fcce146867a0d6691f46ca70bb3cb74e913d/PyScreeze-0.1.29.tar.gz (25 kB) 2023-07-12 02:22:53.112 | TRACE | utils:run_command:128 - Installing build dependencies: started 2023-07-12 02:22:56.425 | TRACE | utils:run_command:128 - Installing build dependencies: finished with status 'done' 2023-07-12 02:22:56.427 | TRACE | utils:run_command:128 - Getting requirements to build wheel: started 2023-07-12 02:22:56.690 | TRACE | utils:run_command:128 - Getting requirements to build wheel: finished with status 'done' 2023-07-12 02:22:56.694 | TRACE | utils:run_command:128 - Preparing metadata (pyproject.toml): started 2023-07-12 02:22:56.973 | TRACE | utils:run_command:128 - Preparing metadata (pyproject.toml): finished with status 'done' 2023-07-12 02:22:57.461 | TRACE | utils:run_command:128 - Collecting pygetwindow>=0.0.5 (from PyAutoGUI->-r requirements.txt (line 24)) 2023-07-12 02:22:57.910 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/e1/70/c7a4f46dbf06048c6d57d9489b8e0f9c4c3d36b7479f03c5ca97eaa2541d/PyGetWindow-0.0.9.tar.gz (9.7 kB) 2023-07-12 02:22:57.928 | TRACE | utils:run_command:128 - Preparing metadata (setup.py): started 2023-07-12 02:22:58.154 | TRACE | utils:run_command:128 - Preparing metadata (setup.py): finished with status 'done' 2023-07-12 02:22:58.734 | TRACE | utils:run_command:128 - Collecting mouseinfo (from PyAutoGUI->-r requirements.txt (line 24)) 2023-07-12 02:22:59.202 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/28/fa/b2ba8229b9381e8f6381c1dcae6f4159a7f72349e414ed19cfbbd1817173/MouseInfo-0.1.3.tar.gz (10 kB) 2023-07-12 02:22:59.217 | TRACE | utils:run_command:128 - Preparing metadata (setup.py): started 2023-07-12 02:22:59.447 | TRACE | utils:run_command:128 - Preparing metadata (setup.py): finished with status 'done' 2023-07-12 02:23:00.331 | TRACE | utils:run_command:128 - Collecting PyQt5-sip<13,>=12.11 (from PyQt5->-r requirements.txt (line 25)) 2023-07-12 02:23:00.916 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/fa/42/94de838ea125200c3892522283c328bee7912de738f72d494f2d8b88ad0b/PyQt5_sip-12.12.1-cp37-cp37m-win_amd64.whl (77 kB) 2023-07-12 02:23:01.315 | TRACE | utils:run_command:128 - -------------------------------------- 77.5/77.5 kB 165.8 kB/s eta 0:00:00 2023-07-12 02:23:01.783 | TRACE | utils:run_command:128 - Collecting PyQt5-Qt5>=5.15.2 (from PyQt5->-r requirements.txt (line 25)) 2023-07-12 02:23:02.412 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/37/97/5d3b222b924fa2ed4c2488925155cd0b03fd5d09ee1cfcf7c553c11c9f66/PyQt5_Qt5-5.15.2-py3-none-win_amd64.whl (50.1 MB) 2023-07-12 02:27:38.415 | TRACE | utils:run_command:128 - -------------------------------------- 50.1/50.1 MB 184.0 kB/s eta 0:00:00 2023-07-12 02:27:38.803 | TRACE | utils:run_command:128 - Collecting tornado>=5.0 (from pywebio->-r requirements.txt (line 26)) 2023-07-12 02:27:39.294 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/1c/26/cbfa1103e74a02e09dd53291e419da3ad4c5b948f52aea5800e6671b56e0/tornado-6.2-cp37-abi3-win_amd64.whl (425 kB) 2023-07-12 02:27:41.720 | TRACE | utils:run_command:128 - ------------------------------------ 425.3/425.3 kB 176.0 kB/s eta 0:00:00 2023-07-12 02:27:42.388 | TRACE | utils:run_command:128 - Collecting user-agents (from pywebio->-r requirements.txt (line 26)) 2023-07-12 02:27:42.887 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/8f/1c/20bb3d7b2bad56d881e3704131ddedbb16eb787101306887dff349064662/user_agents-2.2.0-py3-none-any.whl (9.6 kB) 2023-07-12 02:27:43.430 | TRACE | utils:run_command:128 - Collecting whichcraft (from adbutils->-r requirements.txt (line 30)) 2023-07-12 02:27:44.012 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/b5/a2/81887a0dae2e4d2adc70d9a3557fdda969f863ced51cd3c47b587d25bce5/whichcraft-0.6.1-py2.py3-none-any.whl (5.2 kB) 2023-07-12 02:27:44.032 | TRACE | utils:run_command:128 - Collecting requests (from -r requirements.txt (line 46)) 2023-07-12 02:27:44.529 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/fa/a5/e04c4607dc96e3e6b22dfa13ba8776c64bb65cb97ab90f05a3ee14096a0a/requests-2.15.1-py2.py3-none-any.whl (558 kB) 2023-07-12 02:27:47.695 | TRACE | utils:run_command:128 - ------------------------------------ 558.7/558.7 kB 176.4 kB/s eta 0:00:00 2023-07-12 02:27:48.737 | TRACE | utils:run_command:128 - Collecting deprecation<3.0,>=2.0.6 (from adbutils->-r requirements.txt (line 30)) 2023-07-12 02:27:49.346 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/02/c3/253a89ee03fc9b9682f1541728eb66db7db22148cd94f89ab22528cd1e1b/deprecation-2.1.0-py2.py3-none-any.whl (11 kB) 2023-07-12 02:27:49.907 | TRACE | utils:run_command:128 - Collecting retry>=0.9 (from adbutils->-r requirements.txt (line 30)) 2023-07-12 02:27:50.361 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/4b/0d/53aea75710af4528a25ed6837d71d117602b01946b307a3912cb3cfcbcba/retry-0.9.2-py2.py3-none-any.whl (8.0 kB) 2023-07-12 02:27:50.949 | TRACE | utils:run_command:128 - Collecting apkutils2<2.0,>=1.0.0 (from adbutils->-r requirements.txt (line 30)) 2023-07-12 02:27:51.443 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/e5/d0/432fb6fb1fe48aa0ea1c80e8dec4a26f70c868999c076f92af88582ae91a/apkutils2-1.0.0.tar.gz (60 kB) 2023-07-12 02:27:51.475 | TRACE | utils:run_command:128 - Preparing metadata (setup.py): started 2023-07-12 02:27:51.696 | TRACE | utils:run_command:128 - Preparing metadata (setup.py): finished with status 'done' 2023-07-12 02:27:51.795 | TRACE | utils:run_command:128 - Collecting six (from uiautomator2->-r requirements.txt (line 31)) 2023-07-12 02:27:51.821 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/d9/5a/e7c31adbe875f2abbb91bd84cf2dc52d792b5a01506781dbcf25c91daf11/six-1.16.0-py2.py3-none-any.whl (11 kB) 2023-07-12 02:27:52.637 | TRACE | utils:run_command:128 - Collecting logzero~=1.5 (from uiautomator2->-r requirements.txt (line 31)) 2023-07-12 02:27:53.186 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/b3/68/aa714515d65090fcbcc9a1f3debd5a644b14aad11e59238f42f00bd4b298/logzero-1.7.0-py2.py3-none-any.whl (16 kB) 2023-07-12 02:27:53.737 | TRACE | utils:run_command:128 - Collecting progress~=1.3 (from uiautomator2->-r requirements.txt (line 31)) 2023-07-12 02:27:54.293 | TRACE | utils:run_command:128 - Using cached http://mirrors.aliyun.com/pypi/packages/2a/68/d8412d1e0d70edf9791cbac5426dc859f4649afc22f2abbeb0d947cf70fd/progress-1.6.tar.gz (7.8 kB) 2023-07-12 02:27:54.311 | TRACE | utils:run_command:128 - Preparing metadata (setup.py): started 2023-07-12 02:27:54.538 | TRACE | utils:run_command:128 - Preparing metadata (setup.py): finished with status 'done' 2023-07-12 02:27:55.063 | TRACE | utils:run_command:128 - Collecting Deprecated~=1.2.6 (from uiautomator2->-r requirements.txt (line 31)) 2023-07-12 02:27:55.484 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/20/8d/778b7d51b981a96554f29136cd59ca7880bf58094338085bcf2a979a0e6a/Deprecated-1.2.14-py2.py3-none-any.whl (9.6 kB) 2023-07-12 02:27:56.044 | TRACE | utils:run_command:128 - Collecting cached-property<2.0,>=1.5.1 (from uiautomator2->-r requirements.txt (line 31)) 2023-07-12 02:27:56.501 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/48/19/f2090f7dad41e225c7f2326e4cfe6fff49e57dedb5b53636c9551f86b069/cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 2023-07-12 02:27:56.552 | TRACE | utils:run_command:128 - Collecting packaging>=20.0 (from matplotlib->-r requirements.txt (line 19)) 2023-07-12 02:27:57.095 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/3e/89/7ea760b4daa42653ece2380531c90f64788d979110a2ab51049d92f408af/packaging-20.9-py2.py3-none-any.whl (40 kB) 2023-07-12 02:27:57.210 | TRACE | utils:run_command:128 - -------------------------------------- 40.9/40.9 kB 281.0 kB/s eta 0:00:00 2023-07-12 02:27:57.904 | TRACE | utils:run_command:128 - Collecting fastdeploy-tools>=0.0.5 (from fastdeploy-python->-r requirements.txt (line 40)) 2023-07-12 02:27:58.419 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/19/27/527bb120f18b72d79b280bc7a810e67a00e0a0a4a273d4543feede0e812f/fastdeploy_tools-0.0.5-py3-none-any.whl (10 kB) 2023-07-12 02:27:59.488 | TRACE | utils:run_command:128 - Collecting fastapi (from fastdeploy-python->-r requirements.txt (line 40)) 2023-07-12 02:27:59.962 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/49/f5/048206823aae9b3a4a61ba6b7a1dd1de36bd4c0a0283f2efb1f1f2289c8a/fastapi-0.100.0-py3-none-any.whl (65 kB) 2023-07-12 02:28:00.312 | TRACE | utils:run_command:128 - -------------------------------------- 65.7/65.7 kB 197.5 kB/s eta 0:00:00 2023-07-12 02:28:00.819 | TRACE | utils:run_command:128 - Collecting mpmath>=0.19 (from sympy->-r requirements.txt (line 44)) 2023-07-12 02:28:01.423 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/43/e3/7d92a15f894aa0c9c4b49b8ee9ac9850d6e63b03c9c32c0367a13ae62209/mpmath-1.3.0-py3-none-any.whl (536 kB) 2023-07-12 02:28:04.184 | TRACE | utils:run_command:128 - ------------------------------------ 536.2/536.2 kB 191.3 kB/s eta 0:00:00 2023-07-12 02:28:04.984 | TRACE | utils:run_command:128 - Collecting joblib>=0.11 (from scikit-learn->-r requirements.txt (line 45)) 2023-07-12 02:28:05.465 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/28/08/9dcdaa5aac4634e4c23af26d92121f7ce445c630efa0d3037881ae2407fb/joblib-1.3.1-py3-none-any.whl (301 kB) 2023-07-12 02:28:07.103 | TRACE | utils:run_command:128 - ------------------------------------ 302.0/302.0 kB 183.0 kB/s eta 0:00:00 2023-07-12 02:28:07.524 | TRACE | utils:run_command:128 - Collecting threadpoolctl>=2.0.0 (from scikit-learn->-r requirements.txt (line 45)) 2023-07-12 02:28:08.158 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/61/cf/6e354304bcb9c6413c4e02a747b600061c21d38ba51e7e544ac7bc66aecc/threadpoolctl-3.1.0-py3-none-any.whl (14 kB) 2023-07-12 02:28:08.632 | TRACE | utils:run_command:128 - Collecting pyelftools (from apkutils2<2.0,>=1.0.0->adbutils->-r requirements.txt (line 30)) 2023-07-12 02:28:09.160 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/04/7c/867630e6e6293793f838b31034aa1875e1c3bd8c1ec34a0929a2506f350c/pyelftools-0.29-py2.py3-none-any.whl (174 kB) 2023-07-12 02:28:10.112 | TRACE | utils:run_command:128 - ------------------------------------ 174.3/174.3 kB 180.8 kB/s eta 0:00:00 2023-07-12 02:28:10.653 | TRACE | utils:run_command:128 - Collecting cigam (from apkutils2<2.0,>=1.0.0->adbutils->-r requirements.txt (line 30)) 2023-07-12 02:28:11.136 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/3c/d0/19ff49c1938aea4e0076ee084ca23845408cffb51582b2be975f926533b5/cigam-0.0.3-py3-none-any.whl (3.8 kB) 2023-07-12 02:28:11.207 | TRACE | utils:run_command:128 - Collecting xmltodict (from apkutils2<2.0,>=1.0.0->adbutils->-r requirements.txt (line 30)) 2023-07-12 02:28:11.860 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/94/db/fd0326e331726f07ff7f40675cd86aa804bfd2e5016c727fa761c934990e/xmltodict-0.13.0-py2.py3-none-any.whl (10.0 kB) 2023-07-12 02:28:13.153 | TRACE | utils:run_command:128 - Collecting wrapt<2,>=1.10 (from Deprecated~=1.2.6->uiautomator2->-r requirements.txt (line 31)) 2023-07-12 02:28:13.569 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/b1/8b/f4c02cf1f841dede987f93c37d42256dc4a82cd07173ad8a5458eee1c412/wrapt-1.15.0-cp37-cp37m-win_amd64.whl (35 kB) 2023-07-12 02:28:14.583 | TRACE | utils:run_command:128 - Collecting uvicorn==0.16.0 (from fastdeploy-tools>=0.0.5->fastdeploy-python->-r requirements.txt (line 40)) 2023-07-12 02:28:15.076 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/a0/68/effcc7c39d79fbae86ad621ebcf28d63a3b9c111a885bc2b74c576ba8dc4/uvicorn-0.16.0-py3-none-any.whl (54 kB) 2023-07-12 02:28:15.375 | TRACE | utils:run_command:128 - -------------------------------------- 54.9/54.9 kB 190.0 kB/s eta 0:00:00 2023-07-12 02:28:15.863 | TRACE | utils:run_command:128 - Collecting asgiref>=3.4.0 (from uvicorn==0.16.0->fastdeploy-tools>=0.0.5->fastdeploy-python->-r requirements.txt (line 40)) 2023-07-12 02:28:16.337 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/9b/80/b9051a4a07ad231558fcd8ffc89232711b4e618c15cb7a392a17384bbeef/asgiref-3.7.2-py3-none-any.whl (24 kB) 2023-07-12 02:28:16.565 | TRACE | utils:run_command:128 - Collecting click>=7.0 (from uvicorn==0.16.0->fastdeploy-tools>=0.0.5->fastdeploy-python->-r requirements.txt (line 40)) 2023-07-12 02:28:17.013 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/f9/a6/dc327484918f1656cc9fcebebe77efcfc0ef0d447fa925a8760ee55abe0e/click-8.1.4-py3-none-any.whl (98 kB) 2023-07-12 02:28:17.580 | TRACE | utils:run_command:128 - -------------------------------------- 98.2/98.2 kB 170.7 kB/s eta 0:00:00 2023-07-12 02:28:17.632 | TRACE | utils:run_command:128 - Collecting h11>=0.8 (from uvicorn==0.16.0->fastdeploy-tools>=0.0.5->fastdeploy-python->-r requirements.txt (line 40)) 2023-07-12 02:28:18.215 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/95/04/ff642e65ad6b90db43e668d70ffb6736436c7ce41fcc549f4e9472234127/h11-0.14.0-py3-none-any.whl (58 kB) 2023-07-12 02:28:18.550 | TRACE | utils:run_command:128 - -------------------------------------- 58.3/58.3 kB 139.6 kB/s eta 0:00:00 2023-07-12 02:28:18.606 | TRACE | utils:run_command:128 - Collecting termcolor (from fire>=0.3.0->paddleocr->-r requirements.txt (line 9)) 2023-07-12 02:28:19.100 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/67/e1/434566ffce04448192369c1a282931cf4ae593e91907558eaecd2e9f2801/termcolor-2.3.0-py3-none-any.whl (6.9 kB) 2023-07-12 02:28:19.853 | TRACE | utils:run_command:128 - Collecting pyrect (from pygetwindow>=0.0.5->PyAutoGUI->-r requirements.txt (line 24)) 2023-07-12 02:28:20.471 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/cb/04/2ba023d5f771b645f7be0c281cdacdcd939fe13d1deb331fc5ed1a6b3a98/PyRect-0.2.0.tar.gz (17 kB) 2023-07-12 02:28:20.497 | TRACE | utils:run_command:128 - Preparing metadata (setup.py): started 2023-07-12 02:28:20.722 | TRACE | utils:run_command:128 - Preparing metadata (setup.py): finished with status 'done' 2023-07-12 02:28:21.299 | TRACE | utils:run_command:128 - Collecting pyscreenshot (from pyscreeze>=0.1.21->PyAutoGUI->-r requirements.txt (line 24)) 2023-07-12 02:28:21.904 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/c6/fb/acc0b5a7251682cd11c67c40a1532ffb1dda71626e9ad7e7ba1e55cc3ae2/pyscreenshot-3.1-py3-none-any.whl (28 kB) 2023-07-12 02:28:22.490 | TRACE | utils:run_command:128 - Collecting py<2.0.0,>=1.4.26 (from retry>=0.9->adbutils->-r requirements.txt (line 30)) 2023-07-12 02:28:22.923 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/f6/f0/10642828a8dfb741e5f3fbaac830550a518a775c7fff6f04a007259b0548/py-1.11.0-py2.py3-none-any.whl (98 kB) 2023-07-12 02:28:23.451 | TRACE | utils:run_command:128 - -------------------------------------- 98.7/98.7 kB 195.3 kB/s eta 0:00:00 2023-07-12 02:28:23.637 | TRACE | utils:run_command:128 - Collecting soupsieve>1.2 (from beautifulsoup4->paddleocr->-r requirements.txt (line 9)) 2023-07-12 02:28:24.039 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/49/37/673d6490efc51ec46d198c75903d99de59baffdd47aea3d071b80a9e4e89/soupsieve-2.4.1-py3-none-any.whl (36 kB) 2023-07-12 02:28:25.002 | TRACE | utils:run_command:128 - Collecting starlette<0.28.0,>=0.27.0 (from fastapi->fastdeploy-python->-r requirements.txt (line 40)) 2023-07-12 02:28:25.587 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/58/f8/e2cca22387965584a409795913b774235752be4176d276714e15e1a58884/starlette-0.27.0-py3-none-any.whl (66 kB) 2023-07-12 02:28:25.792 | TRACE | utils:run_command:128 - -------------------------------------- 67.0/67.0 kB 278.1 kB/s eta 0:00:00 2023-07-12 02:28:25.906 | TRACE | utils:run_command:128 - Collecting certifi (from httpx->paddlepaddle->-r requirements.txt (line 10)) 2023-07-12 02:28:26.622 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/9d/19/59961b522e6757f0c9097e4493fa906031b95b3ebe9360b2c3083561a6b4/certifi-2023.5.7-py3-none-any.whl (156 kB) 2023-07-12 02:28:27.243 | TRACE | utils:run_command:128 - ------------------------------------ 157.0/157.0 kB 234.8 kB/s eta 0:00:00 2023-07-12 02:28:27.870 | TRACE | utils:run_command:128 - Collecting httpcore<0.18.0,>=0.15.0 (from httpx->paddlepaddle->-r requirements.txt (line 10)) 2023-07-12 02:28:28.342 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/94/2c/2bde7ff8dd2064395555220cbf7cba79991172bf5315a07eb3ac7688d9f1/httpcore-0.17.3-py3-none-any.whl (74 kB) 2023-07-12 02:28:28.738 | TRACE | utils:run_command:128 - -------------------------------------- 74.5/74.5 kB 186.8 kB/s eta 0:00:00 2023-07-12 02:28:28.798 | TRACE | utils:run_command:128 - Collecting idna (from httpx->paddlepaddle->-r requirements.txt (line 10)) 2023-07-12 02:28:29.506 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/fc/34/3030de6f1370931b9dbb4dad48f6ab1015ab1d32447850b9fc94e60097be/idna-3.4-py3-none-any.whl (61 kB) 2023-07-12 02:28:29.810 | TRACE | utils:run_command:128 - -------------------------------------- 61.5/61.5 kB 205.2 kB/s eta 0:00:00 2023-07-12 02:28:29.854 | TRACE | utils:run_command:128 - Collecting sniffio (from httpx->paddlepaddle->-r requirements.txt (line 10)) 2023-07-12 02:28:30.500 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/c3/a0/5dba8ed157b0136607c7f2151db695885606968d1fae123dc3391e0cfdbf/sniffio-1.3.0-py3-none-any.whl (10 kB) 2023-07-12 02:28:31.134 | TRACE | utils:run_command:128 - Collecting imageio (from imgaug->paddleocr->-r requirements.txt (line 9)) 2023-07-12 02:28:31.727 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/c7/b0/7b6c35b8636ed773325cdb6f5ac3cd36afba63d99e20ed59c521cf5018b4/imageio-2.31.1-py3-none-any.whl (313 kB) 2023-07-12 02:28:33.269 | TRACE | utils:run_command:128 - ------------------------------------ 313.2/313.2 kB 195.9 kB/s eta 0:00:00 2023-07-12 02:28:34.033 | TRACE | utils:run_command:128 - Collecting networkx>=2.2 (from scikit-image->paddleocr->-r requirements.txt (line 9)) 2023-07-12 02:28:34.596 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/e9/93/aa6613aa70d6eb4868e667068b5a11feca9645498fd31b954b6c4bb82fa5/networkx-2.6.3-py3-none-any.whl (1.9 MB) 2023-07-12 02:28:44.863 | TRACE | utils:run_command:128 - ---------------------------------------- 1.9/1.9 MB 186.7 kB/s eta 0:00:00 2023-07-12 02:28:45.680 | TRACE | utils:run_command:128 - Collecting tifffile>=2019.7.26 (from scikit-image->paddleocr->-r requirements.txt (line 9)) 2023-07-12 02:28:46.167 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/d8/38/85ae5ed77598ca90558c17a2f79ddaba33173b31cf8d8f545d34d9134f0d/tifffile-2021.11.2-py3-none-any.whl (178 kB) 2023-07-12 02:28:47.116 | TRACE | utils:run_command:128 - ------------------------------------ 178.9/178.9 kB 185.9 kB/s eta 0:00:00 2023-07-12 02:28:47.965 | TRACE | utils:run_command:128 - Collecting PyWavelets>=1.1.1 (from scikit-image->paddleocr->-r requirements.txt (line 9)) 2023-07-12 02:28:48.543 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/7c/0c/89dea7fed4a6cd3e6f5ade93c7d645a2991a0483916f161a9d72a0d817f8/PyWavelets-1.3.0-cp37-cp37m-win_amd64.whl (4.2 MB) 2023-07-12 02:29:11.638 | TRACE | utils:run_command:128 - ---------------------------------------- 4.2/4.2 MB 179.5 kB/s eta 0:00:00 2023-07-12 02:29:11.772 | TRACE | utils:run_command:128 - Collecting zipp>=0.5 (from importlib-metadata->py7zr->-r requirements.txt (line 22)) 2023-07-12 02:29:11.796 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/5b/fa/c9e82bbe1af6266adf08afb563905eb87cab83fde00a0a08963510621047/zipp-3.15.0-py3-none-any.whl (6.8 kB) 2023-07-12 02:29:12.404 | TRACE | utils:run_command:128 - Collecting pyperclip (from mouseinfo->PyAutoGUI->-r requirements.txt (line 24)) 2023-07-12 02:29:12.875 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/a7/2c/4c64579f847bd5d539803c8b909e54ba087a79d01bb3aba433a95879a6c5/pyperclip-1.8.2.tar.gz (20 kB) 2023-07-12 02:29:13.023 | TRACE | utils:run_command:128 - Preparing metadata (setup.py): started 2023-07-12 02:29:13.253 | TRACE | utils:run_command:128 - Preparing metadata (setup.py): finished with status 'done' 2023-07-12 02:29:13.678 | TRACE | utils:run_command:128 - Collecting et-xmlfile (from openpyxl->paddleocr->-r requirements.txt (line 9)) 2023-07-12 02:29:14.216 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/96/c2/3dd434b0108730014f1b96fd286040dc3bcb70066346f7e01ec2ac95865f/et_xmlfile-1.1.0-py3-none-any.whl (4.7 kB) 2023-07-12 02:29:14.346 | TRACE | utils:run_command:128 - Collecting cssselect (from premailer->paddleocr->-r requirements.txt (line 9)) 2023-07-12 02:29:14.949 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/06/a9/2da08717a6862c48f1d61ef957a7bba171e7eefa6c0aa0ceb96a140c2a6b/cssselect-1.2.0-py2.py3-none-any.whl (18 kB) 2023-07-12 02:29:15.819 | TRACE | utils:run_command:128 - Collecting cssutils (from premailer->paddleocr->-r requirements.txt (line 9)) 2023-07-12 02:29:16.288 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/7a/4a/acc05aba9edb75bf016d9f57928f0bea5a33de2079fd09ca61baec79a6f2/cssutils-2.7.1-py3-none-any.whl (399 kB) 2023-07-12 02:29:18.504 | TRACE | utils:run_command:128 - ------------------------------------ 399.7/399.7 kB 179.3 kB/s eta 0:00:00 2023-07-12 02:29:18.603 | TRACE | utils:run_command:128 - Collecting cachetools (from premailer->paddleocr->-r requirements.txt (line 9)) 2023-07-12 02:29:19.131 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/a9/c9/c8a7710f2cedcb1db9224fdd4d8307c9e48cbddc46c18b515fefc0f1abbe/cachetools-5.3.1-py3-none-any.whl (9.3 kB) 2023-07-12 02:29:19.793 | TRACE | utils:run_command:128 - Collecting ua-parser>=0.10.0 (from user-agents->pywebio->-r requirements.txt (line 26)) 2023-07-12 02:29:20.306 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/db/d5/3cf1bdc3401dda1c45894deac836aaab571c26858f83e1b6d6a7c249d444/ua_parser-0.18.0-py2.py3-none-any.whl (38 kB) 2023-07-12 02:29:21.067 | TRACE | utils:run_command:128 - Collecting bce-python-sdk (from visualdl->paddleocr->-r requirements.txt (line 9)) 2023-07-12 02:29:21.469 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/5e/68/261fa4dac64bd70ef8ba69c5d515777766734262e299941cf4895b04d02f/bce_python_sdk-0.8.87-py3-none-any.whl (231 kB) 2023-07-12 02:29:22.773 | TRACE | utils:run_command:128 - ------------------------------------ 231.3/231.3 kB 176.8 kB/s eta 0:00:00 2023-07-12 02:29:23.284 | TRACE | utils:run_command:128 - Collecting flask>=1.1.1 (from visualdl->paddleocr->-r requirements.txt (line 9)) 2023-07-12 02:29:23.722 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/9f/1a/8b6d48162861009d1e017a9740431c78d860809773b66cac220a11aa3310/Flask-2.2.5-py3-none-any.whl (101 kB) 2023-07-12 02:29:24.290 | TRACE | utils:run_command:128 - ------------------------------------ 101.8/101.8 kB 177.5 kB/s eta 0:00:00 2023-07-12 02:29:24.754 | TRACE | utils:run_command:128 - Collecting Flask-Babel>=3.0.0 (from visualdl->paddleocr->-r requirements.txt (line 9)) 2023-07-12 02:29:25.199 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/5e/b2/ec77c54dcc31acef7fb75c5730f35714ab4fe4742b41d99fc932eefe6ca1/flask_babel-3.1.0-py3-none-any.whl (9.6 kB) 2023-07-12 02:29:26.275 | TRACE | utils:run_command:128 - Collecting pandas (from visualdl->paddleocr->-r requirements.txt (line 9)) 2023-07-12 02:29:26.791 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/b2/56/f886ed6f1777ffa9d54c6e80231b69db8a1f52dcc33f5967b06a105dcfe0/pandas-1.3.5-cp37-cp37m-win_amd64.whl (10.0 MB) 2023-07-12 02:30:20.546 | TRACE | utils:run_command:128 - -------------------------------------- 10.0/10.0 MB 184.5 kB/s eta 0:00:00 2023-07-12 02:30:21.311 | TRACE | utils:run_command:128 - Collecting rarfile (from visualdl->paddleocr->-r requirements.txt (line 9)) 2023-07-12 02:30:21.909 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/95/f4/c92fab227c7457e3b76a4096ccb655ded9deac869849cb03afbe55dfdc1e/rarfile-4.0-py3-none-any.whl (28 kB) 2023-07-12 02:30:22.575 | TRACE | utils:run_command:128 - Collecting Werkzeug>=2.2.2 (from flask>=1.1.1->visualdl->paddleocr->-r requirements.txt (line 9)) 2023-07-12 02:30:23.137 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/f6/f8/9da63c1617ae2a1dec2fbf6412f3a0cfe9d4ce029eccbda6e1e4258ca45f/Werkzeug-2.2.3-py3-none-any.whl (233 kB) 2023-07-12 02:30:24.296 | TRACE | utils:run_command:128 - ------------------------------------ 233.6/233.6 kB 193.0 kB/s eta 0:00:00 2023-07-12 02:30:24.390 | TRACE | utils:run_command:128 - Collecting Jinja2>=3.0 (from flask>=1.1.1->visualdl->paddleocr->-r requirements.txt (line 9)) 2023-07-12 02:30:24.835 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/bc/c3/f068337a370801f372f2f8f6bad74a5c140f6fda3d9de154052708dd3c65/Jinja2-3.1.2-py3-none-any.whl (133 kB) 2023-07-12 02:30:25.551 | TRACE | utils:run_command:128 - ------------------------------------ 133.1/133.1 kB 182.8 kB/s eta 0:00:00 2023-07-12 02:30:26.013 | TRACE | utils:run_command:128 - Collecting itsdangerous>=2.0 (from flask>=1.1.1->visualdl->paddleocr->-r requirements.txt (line 9)) 2023-07-12 02:30:26.617 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/68/5f/447e04e828f47465eeab35b5d408b7ebaaaee207f48b7136c5a7267a30ae/itsdangerous-2.1.2-py3-none-any.whl (15 kB) 2023-07-12 02:30:27.136 | TRACE | utils:run_command:128 - Collecting Babel>=2.12 (from Flask-Babel>=3.0.0->visualdl->paddleocr->-r requirements.txt (line 9)) 2023-07-12 02:30:27.855 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/df/c4/1088865e0246d7ecf56d819a233ab2b72f7d6ab043965ef327d0731b5434/Babel-2.12.1-py3-none-any.whl (10.1 MB) 2023-07-12 02:31:24.013 | TRACE | utils:run_command:128 - -------------------------------------- 10.1/10.1 MB 181.4 kB/s eta 0:00:00 2023-07-12 02:31:24.597 | TRACE | utils:run_command:128 - Collecting anyio<5.0,>=3.0 (from httpcore<0.18.0,>=0.15.0->httpx->paddlepaddle->-r requirements.txt (line 10)) 2023-07-12 02:31:25.201 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/19/24/44299477fe7dcc9cb58d0a57d5a7588d6af2ff403fdd2d47a246c91a3246/anyio-3.7.1-py3-none-any.whl (80 kB) 2023-07-12 02:31:25.480 | TRACE | utils:run_command:128 - -------------------------------------- 80.9/80.9 kB 251.4 kB/s eta 0:00:00 2023-07-12 02:31:26.561 | TRACE | utils:run_command:128 - Collecting pycryptodome>=3.8.0 (from bce-python-sdk->visualdl->paddleocr->-r requirements.txt (line 9)) 2023-07-12 02:31:27.239 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/3f/a1/72ad8fbeb2630e74fa89622ab24ec0ce46dc93dc172156f1a112eb76c014/pycryptodome-3.18.0-cp35-abi3-win_amd64.whl (1.7 MB) 2023-07-12 02:31:36.260 | TRACE | utils:run_command:128 - ---------------------------------------- 1.7/1.7 MB 191.3 kB/s eta 0:00:00 2023-07-12 02:31:37.080 | TRACE | utils:run_command:128 - Collecting EasyProcess (from pyscreenshot->pyscreeze>=0.1.21->PyAutoGUI->-r requirements.txt (line 24)) 2023-07-12 02:31:37.579 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/9c/cf/27d1f4b3bae5e566f94fc716e048120128cf603d5163638d22bcd0fc92d8/EasyProcess-1.1-py3-none-any.whl (8.7 kB) 2023-07-12 02:31:38.099 | TRACE | utils:run_command:128 - Collecting entrypoint2 (from pyscreenshot->pyscreeze>=0.1.21->PyAutoGUI->-r requirements.txt (line 24)) 2023-07-12 02:31:38.707 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/42/ee/84c8990b08efa0265bd10fc8781ef26e3157715bf0dfa47ee3c056b513d4/entrypoint2-1.1-py2.py3-none-any.whl (9.9 kB) 2023-07-12 02:31:39.358 | TRACE | utils:run_command:128 - Collecting mss (from pyscreenshot->pyscreeze>=0.1.21->PyAutoGUI->-r requirements.txt (line 24)) 2023-07-12 02:31:39.948 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/b0/4c/99dcba4d3654b5e5498f99c800108202660ba9d216168dd7feb9dc8d6c90/mss-7.0.1-py3-none-any.whl (76 kB) 2023-07-12 02:31:40.287 | TRACE | utils:run_command:128 - -------------------------------------- 76.8/76.8 kB 202.2 kB/s eta 0:00:00 2023-07-12 02:31:40.974 | TRACE | utils:run_command:128 - Collecting exceptiongroup (from anyio<5.0,>=3.0->httpcore<0.18.0,>=0.15.0->httpx->paddlepaddle->-r requirements.txt (line 10)) 2023-07-12 02:31:41.576 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/fe/17/f43b7c9ccf399d72038042ee72785c305f6c6fdc6231942f8ab99d995742/exceptiongroup-1.1.2-py3-none-any.whl (14 kB) 2023-07-12 02:31:42.015 | TRACE | utils:run_command:128 - Collecting MarkupSafe>=2.0 (from Jinja2>=3.0->flask>=1.1.1->visualdl->paddleocr->-r requirements.txt (line 9)) 2023-07-12 02:31:42.522 | TRACE | utils:run_command:128 - Downloading http://mirrors.aliyun.com/pypi/packages/9b/c1/9f44da5ca74f95116c644892152ca6514ecdc34c8297a3f40d886147863d/MarkupSafe-2.1.3-cp37-cp37m-win_amd64.whl (17 kB) 2023-07-12 02:31:42.757 | TRACE | utils:run_command:128 - Building wheels for collected packages: pytweening, PyAutoGUI, pywebio, apkutils2, fire, progress, pygetwindow, pyscreeze, mouseinfo, python-docx, pymsgbox, pyperclip, pyrect 2023-07-12 02:31:42.758 | TRACE | utils:run_command:128 - Building wheel for pytweening (setup.py): started 2023-07-12 02:31:43.050 | TRACE | utils:run_command:128 - Building wheel for pytweening (setup.py): finished with status 'done' 2023-07-12 02:31:43.056 | TRACE | utils:run_command:128 - Created wheel for pytweening: filename=pytweening-1.0.7-py3-none-any.whl size=4691 sha256=3a1953e68bbcf67f4bf0cf56f712918a41f1db55b4d418d44e44be0cc0acf85d 2023-07-12 02:31:43.057 | TRACE | utils:run_command:128 - Stored in directory: c:\users\peiqi\appdata\local\pip\cache\wheels\b6\ba\73\1d08eb3652c9979dc1cebce077a26c1bd4a591aea6692c63a9 2023-07-12 02:31:43.060 | TRACE | utils:run_command:128 - Building wheel for PyAutoGUI (pyproject.toml): started 2023-07-12 02:31:43.392 | TRACE | utils:run_command:128 - Building wheel for PyAutoGUI (pyproject.toml): finished with status 'done' 2023-07-12 02:31:43.402 | TRACE | utils:run_command:128 - Created wheel for PyAutoGUI: filename=PyAutoGUI-0.9.54-py3-none-any.whl size=23604 sha256=0af913e6a366856587ea676f41cb27005ccfd561f12b106f65f55360cfd3bf87 2023-07-12 02:31:43.402 | TRACE | utils:run_command:128 - Stored in directory: c:\users\peiqi\appdata\local\pip\cache\wheels\6b\6a\96\c73953816606350cadd2255ae1a1c1725676f01b8b4322b88d 2023-07-12 02:31:43.405 | TRACE | utils:run_command:128 - Building wheel for pywebio (setup.py): started 2023-07-12 02:31:43.620 | TRACE | utils:run_command:128 - Building wheel for pywebio (setup.py): finished with status 'error' 2023-07-12 02:31:43.624 | TRACE | utils:run_command:128 - Running setup.py clean for pywebio 2023-07-12 02:31:43.818 | TRACE | utils:run_command:128 - Building wheel for apkutils2 (setup.py): started 2023-07-12 02:31:44.354 | TRACE | utils:run_command:128 - Building wheel for apkutils2 (setup.py): finished with status 'done' 2023-07-12 02:31:44.361 | TRACE | utils:run_command:128 - Created wheel for apkutils2: filename=apkutils2-1.0.0-py3-none-any.whl size=69228 sha256=90f7a0e18cac08430f13a4534f6d5d26a6fa5a8335e51067e457fd78312288a5 2023-07-12 02:31:44.362 | TRACE | utils:run_command:128 - Stored in directory: c:\users\peiqi\appdata\local\pip\cache\wheels\20\34\f2\f3553c08d231706fdd4886b7ab3a883e59647cb21232f8cffb 2023-07-12 02:31:44.365 | TRACE | utils:run_command:128 - Building wheel for fire (setup.py): started 2023-07-12 02:31:45.213 | TRACE | utils:run_command:128 - Building wheel for fire (setup.py): finished with status 'done' 2023-07-12 02:31:45.221 | TRACE | utils:run_command:128 - Created wheel for fire: filename=fire-0.5.0-py2.py3-none-any.whl size=116948 sha256=4017a73d2ebbc99dbbc142250261da72289e51d077d0aa0dad27aefa3da2ea2c 2023-07-12 02:31:45.221 | TRACE | utils:run_command:128 - Stored in directory: c:\users\peiqi\appdata\local\pip\cache\wheels\6b\88\79\abf4e94e82f1b83895fa529de0ffffff352c79ffb484d75ffb 2023-07-12 02:31:45.224 | TRACE | utils:run_command:128 - Building wheel for progress (setup.py): started 2023-07-12 02:31:45.532 | TRACE | utils:run_command:128 - Building wheel for progress (setup.py): finished with status 'done' 2023-07-12 02:31:45.539 | TRACE | utils:run_command:128 - Created wheel for progress: filename=progress-1.6-py3-none-any.whl size=9645 sha256=71fc677d8e0616edbadf5212e5bab378cd9864df46fe48b8db31f5a039a5a509 2023-07-12 02:31:45.539 | TRACE | utils:run_command:128 - Stored in directory: c:\users\peiqi\appdata\local\pip\cache\wheels\d3\7a\9d\6a05e18f49f70c8d0e2d738aade84ded981f58906418442e7b 2023-07-12 02:31:45.542 | TRACE | utils:run_command:128 - Building wheel for pygetwindow (setup.py): started 2023-07-12 02:31:45.856 | TRACE | utils:run_command:128 - Building wheel for pygetwindow (setup.py): finished with status 'done' 2023-07-12 02:31:45.863 | TRACE | utils:run_command:128 - Created wheel for pygetwindow: filename=PyGetWindow-0.0.9-py3-none-any.whl size=11080 sha256=aa4d143a59e0e781c04c4eaaa181af9dfc7cc674a231d2659d50f9ddaed702e1 2023-07-12 02:31:45.863 | TRACE | utils:run_command:128 - Stored in directory: c:\users\peiqi\appdata\local\pip\cache\wheels\99\1d\cc\5810dd8207475e71e7104e93daa443278e28d567a0eddaca41 2023-07-12 02:31:45.867 | TRACE | utils:run_command:128 - Building wheel for pyscreeze (pyproject.toml): started 2023-07-12 02:31:46.169 | TRACE | utils:run_command:128 - Building wheel for pyscreeze (pyproject.toml): finished with status 'done' 2023-07-12 02:31:46.179 | TRACE | utils:run_command:128 - Created wheel for pyscreeze: filename=PyScreeze-0.1.29-py3-none-any.whl size=13485 sha256=11bad4652bd5f96e4062605db1207237b3501575ea86d44030eccf17ceae2040 2023-07-12 02:31:46.179 | TRACE | utils:run_command:128 - Stored in directory: c:\users\peiqi\appdata\local\pip\cache\wheels\2b\42\48\9d75ff971098fc04d3e981492dbe8eb8a8b6bb1d05a198507e 2023-07-12 02:31:46.182 | TRACE | utils:run_command:128 - Building wheel for mouseinfo (setup.py): started 2023-07-12 02:31:46.478 | TRACE | utils:run_command:128 - Building wheel for mouseinfo (setup.py): finished with status 'done' 2023-07-12 02:31:46.485 | TRACE | utils:run_command:128 - Created wheel for mouseinfo: filename=MouseInfo-0.1.3-py3-none-any.whl size=10907 sha256=e8c45c37f083fde2cdac094d2802fa2ff8a923ba5b08624bf422809712047d4f 2023-07-12 02:31:46.485 | TRACE | utils:run_command:128 - Stored in directory: c:\users\peiqi\appdata\local\pip\cache\wheels\0c\cb\01\16afdcff4cc08769901af3e7fa477fd959fb305472d9504fb6 2023-07-12 02:31:46.488 | TRACE | utils:run_command:128 - Building wheel for python-docx (setup.py): started 2023-07-12 02:31:47.820 | TRACE | utils:run_command:128 - Building wheel for python-docx (setup.py): finished with status 'done' 2023-07-12 02:31:47.829 | TRACE | utils:run_command:128 - Created wheel for python-docx: filename=python_docx-0.8.11-py3-none-any.whl size=184519 sha256=a880380d67818e6527f04cf25e097af6a369c9e9674477b0d79ab23111b72205 2023-07-12 02:31:47.829 | TRACE | utils:run_command:128 - Stored in directory: c:\users\peiqi\appdata\local\pip\cache\wheels\fd\70\d7\1936a0a8ff7442eb0f886c048bc3f541c7cd24ee67bd9804e4 2023-07-12 02:31:47.834 | TRACE | utils:run_command:128 - Building wheel for pymsgbox (pyproject.toml): started 2023-07-12 02:31:48.133 | TRACE | utils:run_command:128 - Building wheel for pymsgbox (pyproject.toml): finished with status 'done' 2023-07-12 02:31:48.143 | TRACE | utils:run_command:128 - Created wheel for pymsgbox: filename=PyMsgBox-1.0.9-py3-none-any.whl size=7417 sha256=8e1d8b2133e40ee798befa59dea5bd7207708c8395f9c8101c8c0376c01a1482 2023-07-12 02:31:48.143 | TRACE | utils:run_command:128 - Stored in directory: c:\users\peiqi\appdata\local\pip\cache\wheels\34\d3\d6\aa72be9d73d312a2adf71c7b616e5804d6cfdb08b45a3f9f5f 2023-07-12 02:31:48.148 | TRACE | utils:run_command:128 - Building wheel for pyperclip (setup.py): started 2023-07-12 02:31:48.455 | TRACE | utils:run_command:128 - Building wheel for pyperclip (setup.py): finished with status 'done' 2023-07-12 02:31:48.462 | TRACE | utils:run_command:128 - Created wheel for pyperclip: filename=pyperclip-1.8.2-py3-none-any.whl size=11137 sha256=4218af49628a05f0cd8fe59fd5798254ec11ecb5a1c5658e21ae5a52bfcebb79 2023-07-12 02:31:48.462 | TRACE | utils:run_command:128 - Stored in directory: c:\users\peiqi\appdata\local\pip\cache\wheels\2b\36\71\d822f5d5b79d4729d1adf8d48d320b57a8a34cfb5864572156 2023-07-12 02:31:48.465 | TRACE | utils:run_command:128 - Building wheel for pyrect (setup.py): started 2023-07-12 02:31:48.759 | TRACE | utils:run_command:128 - Building wheel for pyrect (setup.py): finished with status 'done' 2023-07-12 02:31:48.767 | TRACE | utils:run_command:128 - Created wheel for pyrect: filename=PyRect-0.2.0-py2.py3-none-any.whl size=11204 sha256=b29cba3945c33ff170f0501212667db4a33ab30fcc0ce23271a1429acd6d6b46 2023-07-12 02:31:48.767 | TRACE | utils:run_command:128 - Stored in directory: c:\users\peiqi\appdata\local\pip\cache\wheels\9d\4c\e7\7d2b9c7f2874ff0d16785507bd39565c55b0cff72645fa5b12 2023-07-12 02:31:48.769 | TRACE | utils:run_command:128 - Successfully built pytweening PyAutoGUI apkutils2 fire progress pygetwindow pyscreeze mouseinfo python-docx pymsgbox pyperclip pyrect 2023-07-12 02:31:48.769 | TRACE | utils:run_command:128 - Failed to build pywebio 2023-07-12 02:31:50.025 | INFO | logger:hr:70 - +----------------------------------------------------------------------------------------------------+ 2023-07-12 02:31:50.028 | INFO | logger:hr:71 - | SUCCESSFULLY INSTALL. ACTIVATING PYTHON-GIT-PROGRAM-LAUNCHER | 2023-07-12 02:31:50.029 | INFO | logger:hr:72 - +----------------------------------------------------------------------------------------------------+

satsgsda commented 1 year ago

相同的问题,使用1.0.1版本还是不行 缺失pywebio依赖库

infstellar commented 1 year ago

https://github.com/infstellar/genshin_impact_assistant/releases/download/v0.6.0-beta.542/GIA_Launcher_v0.6.0.7z 先用老版本的吧

guo998877 commented 1 year ago

老版本也报错了几次 找不到模块 不过重打开了几次就成功了