-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Pip warns about non-standard dependency specifier #18563
Comments
This was fixed in later releases. Is there a specific reason you need to use this old version and can't jump to a newer one? The only other was trying to make one more/pst release with this fix... Just checking, and 1.8 shall have it fixed |
In my case, I need to use an older version because of the restrictions of other libraries: pyannote.audio==0.0.1 requires pytorch_lightning<1.7 |
Would conda distribution be an option? |
not really :c |
Closing since this was fixed in all the recent versions. For the older versions that see this deprecation, we can't really make any new releases. The workaround will be either ignore the warning or downgrade pip to an earlier version that didn't warn. |
Bug description
When I used pip install copy lighting=1.7.7 on ubuntu20.04, the following problem occurred:
DEPRECATION: pytorch-lightning 1.7.7 has a non-standard dependency specifier torch>=1.9.*. pip 23.3 will enforce this behaviour change. A possible replacement is to upgrade to a newer version of pytorch-lightning or contact the author to suggest that they release a version with a conforming dependency specifiers. Discussion can be found at pypa/pip#12063
What version are you seeing the problem on?
v1.7
How to reproduce the bug
No response
Error messages and logs
Environment
Current environment
More info
No response
cc @Borda
The text was updated successfully, but these errors were encountered: