Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lastversion 3.5.0 requires cachecontrol<=0.12.11 but you have cachecontrol 0.14.0 which is incompatible, breaks lastversion when upgrading pip packages. #149

Open
nizmogtr opened this issue Feb 29, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@nizmogtr
Copy link

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
lastversion 3.5.0 requires cachecontrol<=0.12.11, but you have cachecontrol 0.14.0 which is incompatible.

@nizmogtr nizmogtr added the bug Something isn't working label Feb 29, 2024
@nizmogtr nizmogtr changed the title lastversion 3.5.0 requires cachecontrol<=0.12.11 but you have cachecontrol 0.14.0 which is incompatible, breaks last version on upgrading pip packages. lastversion 3.5.0 requires cachecontrol<=0.12.11 but you have cachecontrol 0.14.0 which is incompatible, breaks lastversion when upgrading pip packages. Feb 29, 2024
@dvershinin
Copy link
Owner

lastversion indeed required cachecontrol<=0.12.11. Please install it from packages or in a virtualenv (e.g. via pip-safe)

@dvershinin dvershinin reopened this Jul 6, 2024
dvershinin added a commit that referenced this issue Jul 28, 2024
Replaced "cachecontrol<=0.12.11" and "lockfile" with "cachecontrol[filecache]" in `install_requires` #149. Reformatted various sections for better readability. Minor fixes to ensure consistency in quotations and syntax.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants