Dependency issue after an update
Hi everyone,
After updating to the latest helm chart (Feb 12), Python scripts are failing with
- Python scripts failing with
- Generating new metadata causes previously working scripts to fail
- Affects both dev (privileged: false) and prod (privileged: true) environments
- Issue started after helm chart update on Feb 12
Are there known issues with the latest helm chart affecting Python dependency installation?
Any guidance would be appreciated!
After updating to the latest helm chart (Feb 12), Python scripts are failing with
ModuleNotFoundError even though dependencies are in lockfiles. Generating new metadata makes it worse - other scripts start failing too.- Python scripts failing with
ModuleNotFoundError for packages that ARE in lockfiles- Generating new metadata causes previously working scripts to fail
- Affects both dev (privileged: false) and prod (privileged: true) environments
- Issue started after helm chart update on Feb 12
Are there known issues with the latest helm chart affecting Python dependency installation?
Any guidance would be appreciated!