Merge pull request #30345 from taosdata/tomchon-patch-14
fix: add requests pkg in tdgpt install.sh
This commit is contained in:
commit
05fd1cd12d
|
@ -400,6 +400,8 @@ function install_anode_venv() {
|
||||||
${csudo}${venvDir}/bin/pip3 install uwsgi
|
${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 torch --index-url https://download.pytorch.org/whl/cpu
|
||||||
${csudo}${venvDir}/bin/pip3 install --upgrade keras
|
${csudo}${venvDir}/bin/pip3 install --upgrade keras
|
||||||
|
${csudo}${venvDir}/bin/pip3 install requests
|
||||||
|
|
||||||
|
|
||||||
echo -e "Install python library for venv completed!"
|
echo -e "Install python library for venv completed!"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue