Another quick question: the sderror is always trun...
# general
p
Another quick question: the sderror is always truncated, eg:
Copy code
stderr:
A distribution for pillow could not be resolved for cp310-cp310-linux_x86_64.
Found 1 distribution for pillow that do not apply:
1.) The wheel tags for Pillow 10.0.1 are cp310-cp310-manylinux_2_28_x86_64 which do not match the supported tags of cp310-cp310-linux_x86_64:
cp310-cp310-manylinux2014_x86_64
... 104 more ...
How can i see the full trace?
f
sorry, what is the command you run that produced this output? I'd normally run
pants --print-stacktrace
whenever I want to see the full traceback, but I am not sure if this is relevant in your case.
p
I tried that but it didn't show the rest of the 104 more, strange - thanks so much anyway 🙂
e
@proud-byte-81916 the remaining tags won't help you (unless you do things like hack lock files - which you should absolutely not do!). If you look in the other thread though you can find the
pip debug ...
command that generates the full tag list.
p
Sounds good, thanks a lot!