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

Krakenw warns about difference between .kraken.lock and .kraken.py when default interpreter_constraint is different because of different krakenw versions #249

Open
NiklasRosenstein opened this issue Jun 12, 2024 · 0 comments
Labels
only: kraken-wrapper This issue affects only kraken-wrapper. type: bug Something isn't working

Comments

@NiklasRosenstein
Copy link
Contributor

If you use an older krakenw version which has as a default interpreter_constraint = >=3.10,3.11 to create a lock file and then upgrade krakenw to the latest version (which has the default interpreter_constraint = >=3.10), krakenw will report that the .kraken.lock and is out of sync with the .kraken.py, even though that's not entirely true.

[06/12/24 13:58:25] WARNING  Lock file ".kraken.lock" is outdated compared to requirements in ".kraken.py". Consider updating the lock file with "krakenw --upgrade lock"
@NiklasRosenstein NiklasRosenstein added type: bug Something isn't working only: kraken-wrapper This issue affects only kraken-wrapper. labels Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
only: kraken-wrapper This issue affects only kraken-wrapper. type: bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

1 participant