-
Dear Pants community, I cannot generate lockfiles when I use the
When running
For other Python dependencies, the lockfile generation works just fine. The OS is Ubuntu 20.04. Any ideas? Thank you for your help. |
Beta Was this translation helpful? Give feedback.
Answered by
jsirois
Apr 19, 2023
Replies: 1 comment 7 replies
-
Hi, what's the |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
An interpreter constraint broader than Pants own would go boom. So if the ICs for this resolve stray outside of the range
>=3.7,<3.10
(i.e.: say your ICs include Python 3.10), that's the problem.