Hi,
Sometimes we get this error after deployment which means that the requirements weren't installed correctly.
When we redeploy, it usually resolves.
We have only 1 requirements file in the root which is requirements.txt and yet in yml we have this:
requirementsFile: 'requirements.txt'
globalRequirements:
- ./requirements.txt
Now, I read that these configs are optional so maybe putting them is causing some issues?
My next step would be to remove these lines but since it's inconsistent, I wonder if anyone got that as well.
Thanks.
Hi,
Sometimes we get this error after deployment which means that the requirements weren't installed correctly.
When we redeploy, it usually resolves.
We have only 1 requirements file in the root which is
requirements.txtand yet in yml we have this:Now, I read that these configs are optional so maybe putting them is causing some issues?
My next step would be to remove these lines but since it's inconsistent, I wonder if anyone got that as well.
Thanks.