When I am using the python backend I can't find the newer releases. Are they going to still be available via Pypi? |
Answered by
kaos
Jul 11, 2024
Replies: 1 comment 1 reply
|
Hi, Are you using the See https://www.pantsbuild.org/2.21/docs/getting-started/installing-pants for instructions on how to install and start using the replacement bootstrapper for that script, called "scie-pants". (saved as |
1 reply
Answer selected by
damienrj
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Are you using the
./pantsscript to run pants?If so, that'll will only work up to pants v2.18.0a0 which was the last release published to PyPI.
See https://www.pantsbuild.org/2.21/docs/getting-started/installing-pants for instructions on how to install and start using the replacement bootstrapper for that script, called "scie-pants". (saved as
pantsexecutable binary.)