<https://github.com/pantsbuild/setup/pull/136> is ...
# development
b
https://github.com/pantsbuild/setup/pull/136 is only failing on Mac. Anyone able to help me debug?
šŸ‘€ 1
āœ… 1
c
as this is the pants bootstrap script, itā€™s meant for any pants based project, right? do I need to add debugpy somewhere, or have it in my current python env?
Copy code
ā•°ā”€āÆ PANTS_DEBUG=1 ./pants --no-pantsd peek 3rdparty/requirements.txt
Will launch debugpy server at '127.0.0.1:5678' waiting for client connection.
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'debugpy'
b
Nope, just run
./pants help
or
./pants --version
But also that error is alarming šŸ˜®ā€šŸ’Ø
c
yep, bootstrap issueā€¦ Iā€™ve got a morning standup in 4, but will keep looking
just pip install debugpy didnā€™t help, prob ended up in another virtualenvā€¦
b
It should've made a new venv with debugpy in it
But that's not even the error CI is getting šŸ™ˆ
c
also, adding to list of pants plugins doesnā€™t help as we donā€™t get that far
oh, unless I run normally firstā€¦ hmm
b
It should be tolerant of that
Let's sync in DM
c
ok