-
-
Notifications
You must be signed in to change notification settings - Fork 470
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
rye sync failed: ImportError: cannot import name 'DEV_PKGS' from 'pip._internal.commands.freeze' #368
Comments
This seems to happen since today. My daily build worked fine yesterday: https://github.com/eifinger/hass-fressnapf-tracker/actions/workflows/ci.yaml |
fixed in jazzband/pip-tools#1906 you need to update it. |
how is it updated? |
how to update and fix it? |
After upgrading pip-tools to 7.0.0, another error occurred.
|
After deleting |
Maybe pip should be pinned when it is installed/upgrade during bootstrapping here: https://github.com/mitsuhiko/rye/blob/d36890c6ecd84a2f5e7ba882e8c1ee3399a3a83e/rye/src/bootstrap.rs#L146 |
An easy and hacky way to fix for this : |
@light4 Thank you so much, I was able to solve my problem with it! |
Sorry for the lack of update here. I'm a bit conflicted what to do. 7.0.0 has a bunch of bugs from my testing so I'm considering just downpinning pip for now :-/ |
Upgrades of pip and pip-compile broke the CI pipeline More info can be found here: astral-sh/rye#368
Upgrades of pip and pip-compile broke the CI pipeline More info can be found here: astral-sh/rye#368
Upgrades of pip and pip-compile broke the CI pipeline More info can be found here: astral-sh/rye#368
you dropped support for python 3.7 .... this does not work for me |
|
you must not move at the "speed of enterprise" - we still have python 2.7 in our repo that people are active with. 💩 |
Yep 3.7 is officially end-of-life, I certainly support tools like rye only supporting python versions that are officially supported upstream! For any users continuing to use unsupported / deprecated / end-of-life platforms like old python, well they also need to stick with old versions of the tools! |
I believe this issue should be resolved by pinning pip tools. |
Also adds a workaround for astral-sh/rye#368
Also adds a workaround for astral-sh/rye#368
Also adds a workaround for astral-sh/rye#368
Steps to Reproduce
I couldn't execute
rye sync
as follows:Expected Result
I assumed that
rye sync
would succeeded.Actual Result
Please see above
Steps to Reproduce
Version Info
Stacktrace
The text was updated successfully, but these errors were encountered: