#33365 [Bug]: LiteLLM cannot be installed in air-gapped environment
### Check for existing issues
- [x] I have searched the existing issues and checked that my issue is not a duplicate.
### What happened?
Similar to 4915, when using 1.90.3 to deploy LiteLLM, met with the error below
### Log output
``` socket.gaierror: [Errno -2] Name or service not known ... urllib.error.URLError: <urlopen error [Errno -2] Name or service not known ... raise CalledProcessError(retcode, process.args, output=stdout, stderr=stderr) subprocess.CalledProcessError: Command '['/app/.venv/bin/python', '-m', 'nodeenv', '/.cache/prisma-python/nodeenv']' returned non-zero exit status 1 ... raise errors.NotConnectedError('Not connected to the query engine') ```
Supposedly solved but I faced the same issue again
### Steps to Reproduce
1. helm install litellm-values.yaml
### Relevant log output
```shell
```
### What part of LiteLLM is this about?
_No response_
### What LiteLLM version are you on ?
v1.90.3
### Twitter / LinkedIn details
_No response_