fix: add requests pkg in tdgpt install.sh
This commit is contained in:
parent
69b46c62c1
commit
523b7003a4
|
@ -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!"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue