fix: add requests pkg in tdgpt install.sh

This commit is contained in:
haoranchen 2025-03-22 15:31:16 +08:00 committed by GitHub
parent 69b46c62c1
commit 523b7003a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -400,6 +400,7 @@ function install_anode_venv() {
${csudo}${venvDir}/bin/pip3 install uwsgi
${csudo}${venvDir}/bin/pip3 install torch --index-url https://download.pytorch.org/whl/cpu
${csudo}${venvDir}/bin/pip3 install --upgrade keras
${csudo}${venvDir}/bin/pip3 install requests
echo -e "Install python library for venv completed!"
}