You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I add some deps in python-requirements.txt and set PIP_MIRROR_URL = xxxxx. Docker run failed with following error: 2024-11-18 2024/11/18 18:84:45 server.go:47:[INFO]installing python dependencies... 2024-11-18 2024/1/18 18:84:46 setup.go:148: [INFO]Looking in indexes: xxxxxxxx 2024-11-18 2024/11/18 18:84:46 setup.go:146: [ERROR]failed to wait for the comand to complete 2024-11-18 2024/11/18 18:84:46 server.go:51: [PANIC]failed to install python dependencies: exit status 1 2824-11-18 panic:
But in the container I can successfully execute 'pip3 install -r python-requirements.txt -i xxxxx' and status code 0 is returned with 'echo $?'.
The text was updated successfully, but these errors were encountered:
I add some deps in python-requirements.txt and set PIP_MIRROR_URL = xxxxx. Docker run failed with following error:
2024-11-18 2024/11/18 18:84:45 server.go:47:[INFO]installing python dependencies... 2024-11-18 2024/1/18 18:84:46 setup.go:148: [INFO]Looking in indexes: xxxxxxxx 2024-11-18 2024/11/18 18:84:46 setup.go:146: [ERROR]failed to wait for the comand to complete 2024-11-18 2024/11/18 18:84:46 server.go:51: [PANIC]failed to install python dependencies: exit status 1 2824-11-18 panic:
But in the container I can successfully execute 'pip3 install -r python-requirements.txt -i xxxxx' and status code 0 is returned with 'echo $?'.
The text was updated successfully, but these errors were encountered: