-
When I But when it's run with the Renovate Bot https://github.com/renovatebot/renovate, I see this "ResolutionFailure" error. Any thoughts on what I can do to resolve this issue? I assume it's an environment thing, but I've tried to make sure the version of Python and of Pyenv are exactly the same.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I have an idea. My deps include |
Beta Was this translation helpful? Give feedback.
-
I solved this by making sure the renovate cron jobs run on an image with the C library dependency installed. Instead of using the renovate image directly, I build and image with this simple wrapper:
And configure renovate to run on that instead. Pipenv then works as expected. |
Beta Was this translation helpful? Give feedback.
I solved this by making sure the renovate cron jobs run on an image with the C library dependency installed. Instead of using the renovate image directly, I build and image with this simple wrapper:
And configure renovate to run on that instead. Pipenv then works as expected.