Hi guys! Does anyone know update on that one?
# general
c
Hi guys! Does anyone know update on that one?
i saw some moves 2 weeks ago
h
we're working on that pex 2.x upgrade, hope to have it in very soon
👍 1
I am personally working on it right now
🙏 1
c
great 😉 thanks
r
awesome @happy-kitchen-89482, also @chilly-carpet-91912 I've been using
pants_version: 1.24.0.dev2
which has
pex==2.0.0
(before the revert was done), if you just want to get something started, it's stable enough I believe as I didn't encounter any errors yet 🤷‍♂️
👍 1
c
yep it works pretty well! thanks @rapid-crayon-8232
👍 1
@rapid-crayon-8232 do u observe problems with pytest?
Copy code
...
                         from werkzeug import cached_property
                     E   ImportError: cannot import name 'cached_property'
...
r
nope, it seems you have missing/wrong dependencies in your
python_test
?
c
by switching to pants==1.23.0 it works fine surprisingly that error occurs only in jenkins pipeline 😉 locally is fine - need to investigate