Dependabot can't resolve your Python dependency file #14351
Replies: 2 comments
-
|
Ok, so we don't have any There was yet another error which we solved by grouping dependencies together which was again far from an intuitive solution looking at the error message we saw. Just FYI if you are looking into improving that side of things. Thanks! |
Beta Was this translation helpful? Give feedback.
-
|
This 'cannot resolve' error usually occurs if you're using a private PyPI index or if your |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We get the following error. There is no .python_version file in our repository.
I'd upgrade the Python version to the latest one everywhere and hope this will fix the issue.
However it would be great to understand why this happens in the first place and how it can be prevented from happening in the future.
I didn't set up dependabot so I don't quite know where it runs so any insight on how this works is appreciated.
If I read the error message correctly it is running with a specific Python version and that is a different one from what we have in our pyproject.toml
requires_pythonconfigurations.I'd like it to work even if that version is different of course, but I guess there is some reason why this doesn't work?
Beta Was this translation helpful? Give feedback.
All reactions