Hi team, im trying to setup an old project on a ne...
# general
f
Hi team, im trying to setup an old project on a new laptop and when I run
pants export ::
i get the following output. Im not sure what the problem is, so if there is any further info needed, let me know and i'll shoot it over 🙂
c
If you've upgraded Pants, the
export
goal now requires you to specify a resolve instead of targets. So if you have a resolve called "python-default", you'd use
pants export --resolve=python-default
to export the whole resolve (which is generally what you're expecting with
::
).
f
Cheers legend! looks like that worked, ive raised an issue on the python project to update the readme - https://github.com/pantsbuild/example-python/issues/132
b
Thanks for the issue! It looks like you've found the right place and the right fix, are you in a position to submit a pull request?
f
Can do, will raise it after work 😄
👍 1
❤️ 1