Replies: 2 comments
-
|
Further investigation with the required package for (1) with Python 3.9, I can do (2) With Python 3.10 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
It doesn't look there is a prebuilt wheel for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
we have been using pants with Python version 3.9, as shown below with partial settings in
pants.toml.Recently, we want to change to Python 3.10 by changing
interpreter_constraintsto==3.10.*.However, there are requirement errors when running
pants generate-lockfiles ::. Seems like the dependency forpantsbuild.pantspackage can't be found. Not sure what causes the problem. It has been working fine with Python 3.9. Did I miss configure? Or something else? Please help with some clues. Thanks!!!More info, scie-pants has been updated to the latest
Beta Was this translation helpful? Give feedback.
All reactions