From 9d2bbd086c44a1a716f601b85223e1483cdcbc70 Mon Sep 17 00:00:00 2001 From: wifisky-feilian <75872345+wifisky-feilian@users.noreply.github.com> Date: Tue, 21 Jan 2025 18:59:10 +0800 Subject: [PATCH] Update jd_indeps.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit pip3安装地址更新为国内可用 原地址:https://pypi.tuna.tsinghua.edu.cn/simple/ 更新为:https://pypi.doubanio.com/simple/ --- jd_indeps.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jd_indeps.sh b/jd_indeps.sh index 32a0b73..1da1f9a 100644 --- a/jd_indeps.sh +++ b/jd_indeps.sh @@ -56,8 +56,8 @@ pnpm i -g cheerio@1.0.0 pnpm i -g tunnel # pnpm install -g tough-cookie@4.1.4 pnpm i -g https-proxy-agent@7.0.5 -pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple/ jieba -pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple/ requests +pip3 install -i https://pypi.doubanio.com/simple/ jieba +pip3 install -i https://pypi.doubanio.com/simple/ requests rm -rf /usr/local/pnpm-global/5/node_modules/.pnpm/canvas* rm -rf /root/.local/share/pnpm/global/5/.pnpm/canvas* pnpm i -g sharp@0.32.0