Merge pull request #30380 from taosdata/fix/mergegpt
fix(gpt): install taospy by default.
This commit is contained in:
parent
e4df17cb00
commit
2e94e13a53
|
@ -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!"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue