From 28c712ceaec2bd3f1de55a9c2338c9bf0b61e878 Mon Sep 17 00:00:00 2001 From: gfdgd_xi <3025613752@qq.com> Date: Mon, 12 Feb 2024 11:22:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=9C=A8deepin23=20beta3=20p?= =?UTF-8?q?yquery=E5=BA=93=E9=94=99=E8=AF=AF=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- InstallMono.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/InstallMono.py b/InstallMono.py index 5529dc8..395fcba 100755 --- a/InstallMono.py +++ b/InstallMono.py @@ -14,7 +14,10 @@ import os import sys import updatekiller import traceback -import pyquery +try: + import pyquery +except: + os.system("python3 -m pip install --upgrade pyquery --trusted-host https://repo.huaweicloud.com -i https://repo.huaweicloud.com/repository/pypi/simple") if "--help" in sys.argv: print("作者:gfdgd xi")