Hi guys, How to debug hanging "generate lockfile" ...
# general
s
Hi guys, How to debug hanging "generate lockfile" operation?
c
In case it is pip that takes a long time to resolve your dists, try running pip with your requirements directly may give you helpful output..
s
I am using multiple pyproject.toml files for different subprojects, when locking one by one with poetry all are working fine but I guess when pants tryes to combine and resolve there is issu
c
OK, not sure what that could be, then. The experts on this will likely be able to provide better feedback to you when they get online later today.
r
What do you mean by combine? Using just a single resolve for all of them?
s
Yes, singe default reslve
r
It doesn't complain if you have common dependencies e.g.
pandas
in two different
pyproject.toml
?
s
No it does not complain
I managed to find the issue with the dump brute force approch by disabling different groups of dependencies
🙌 1
Thanks for the support
👍 1
c
Thanks for jumping in @refined-addition-53644 🙏
👍 1
h
Which version of Pants is this? And are you using poetry lockfiles or pex lockfiles?