Ping about this issue with the `LegacyVersion` war...
# general
f
Ping about this issue with the
LegacyVersion
warning, in case anyone has any idea! https://pantsbuild.slack.com/archives/C046T6T9U/p1692963495697859
h
Hi, we'd need a lot more detail... What warning are you seeing, and when?
f
literally just this
Copy code
DeprecationWarning: Creating a LegacyVersion has been deprecated and will be removed in the next major release
whenever I run anything -
pants test
,
pants package
...
using 2.16.0
h
And if you google that message?
Looks like that is a warning from pip
And upgrading to a later version of pip will get rid of it
There are options in 2.16 to do so, or you can upgrade Pants itself to 2.17, which uses a new underlying pip
f
googling I had seen recommendations to fix entries in
requirements.txt
in several ways, but nothing that really applied to us
but yeah we're planning to upgrade to 2.17 in a while anyway, I'll see if that solves 👍