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

Deprecation warning in imreg_dft, will become fatal with pip 25.0 #432

Open
markmac99 opened this issue Sep 29, 2024 · 0 comments
Open

Deprecation warning in imreg_dft, will become fatal with pip 25.0 #432

markmac99 opened this issue Sep 29, 2024 · 0 comments
Labels

Comments

@markmac99
Copy link
Contributor

markmac99 commented Sep 29, 2024

During installation / daily refresh of the code, pip emits a warning that imreg_dft relies on an old-style egg. Eggs are deprecated and will be disabled when pip 25.0 is released in Q1 2025, and at that point i believe the installation will start to fail.
We therefore need to find a non-egg-based version of the module.
More on this issue here https://ichard26.github.io/blog/2024/08/whats-new-in-pip-24.2/

DEPRECATION: git+https://github.com/matejak/imreg_dft@master#egg=imreg_dft>'2.0.0' contains an egg fragment with a non-PEP 508 name pip 25.0 will enforce this behaviour change. A possible replacement is to use the req @ url syntax, and remove the egg fragment. Discussion can be found at https://github.com/pypa/pip/issues/11617
@markmac99 markmac99 added the bug label Sep 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant