Hello everyone! Having some issues running the `t...
# general
a
Hello everyone! Having some issues running the
test
goal on pants 2.14, arm64, python 3.11. Seems there is an issue building httptools wheel. Any help would be appreciated. Thanks!
b
Can you install
httptools
outside of pants? E.g.
python3.11 -m pip install httptools==0.1.2
a
Yeah same issue
However 0.5.0 works
Copy code
Successfully installed httptools-0.5.0
Not sure why it's trying to resolve to 0.1.2
b
Sounds like working that out would be a good first step. If I was in your position, I'd be looking in the pants lockfile for elements with
httptools
in their
requires_dists
and checking the constraints. I'm not sure if there's better ways to answer the "why do I have this particular dependency" question.
a
Yeah, i’ll start there thanks!