Merge pull request #30380 from taosdata/fix/mergegpt

fix(gpt): install taospy by default.
This commit is contained in:
Haojun Liao 2025-03-23 21:45:11 +08:00 committed by GitHub
parent e4df17cb00
commit 2e94e13a53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -409,6 +409,7 @@ function install_anode_venv() {
${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
${csudo}${venvDir}/bin/pip3 install taospy
echo -e "Install python library for venv completed!"
}