SOLO-5052
DependencyInstallFailedSoloError — System
DependencyInstallFailedSoloError
| Code | SOLO-5052 |
| Category | System |
| Ownership | Infrastructure |
| Retryable | No |
Description
Thrown when solo cannot install a managed dependency; the message names the executable and wraps the underlying failure in cause. solo installs tools like kubectl, helm, and kind when they are missing, so this means installation failed — for example the download failed, the archive was invalid, or the target directory was not writable.
Troubleshooting Steps
- Check solo logs: tail -n 100 ~/.solo/logs/solo.log
- Verify network connectivity for downloading the dependency
- Check available disk space
- Re-run initialization: solo init