Skip to content

Python generate-lockfiles not completing #18381

Answered by benjyw
pranav-kunapuli asked this question in Q&A
Discussion options

You must be logged in to vote

Hi! One thing that stands out to me is the interpreter constraints. interpreter_constraints = [">=3.10.*"] is open-ended, which means Pants is trying to generate a lockfile compatible with 3.10, 3.11 and the 3.12 alphas. I recommend locking down to ==3.10.* and seeing if that helps.

Replies: 2 comments 25 replies

Comment options

You must be logged in to vote
1 reply
@pranav-kunapuli
Comment options

Comment options

benjyw
Feb 28, 2023
Maintainer Sponsor

You must be logged in to vote
24 replies
@jsirois
Comment options

@pranav-kunapuli
Comment options

@jsirois
Comment options

@pranav-kunapuli
Comment options

@jsirois
Comment options

Answer selected by pranav-kunapuli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants