From 3b0b2a851fb6c793be376ecad17eed14ee0d0774 Mon Sep 17 00:00:00 2001 From: 2024 Date: Tue, 3 Sep 2024 22:24:20 +0800 Subject: [PATCH] 1 --- jd_indeps.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jd_indeps.sh b/jd_indeps.sh index c0a3337..c400258 100644 --- a/jd_indeps.sh +++ b/jd_indeps.sh @@ -55,8 +55,8 @@ pnpm i -g moment@2.30.1 pnpm i -g cheerio@1.0.0 # pnpm install -g tough-cookie@4.1.4 pnpm i -g https-proxy-agent@7.0.5 -pip3 i -i https://pypi.tuna.tsinghua.edu.cn/simple/ jieba -pip3 i -i https://pypi.tuna.tsinghua.edu.cn/simple/ requests +pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple/ jieba +pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple/ requests rm -rf /usr/local/pnpm-global/5/node_modules/.pnpm/canvas* rm -rf /root/.local/share/pnpm/global/5/.pnpm/canvas* echo -e "\n所需依赖安装完成,请检查有没有报错,可尝试再次运行"