jolly-midnight-72759
10/02/2020, 5:57 PMrepl
on our 3rdparty libraries:
% ./pants --no-pantsd repl 3rdparty/python:zipp cb/chartbeat (mybranch ⚡) beathound
Python 2.7.17 (default, Aug 19 2020, 23:21:01)
Type "copyright", "credits" or "license" for more information.
IPython 5.10.0 -- An enhanced Interactive Python.
? -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help -> Python's own help system.
object? -> Details about 'object', use 'object??' for extra details.
In [1]: import zipp
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-1-eb867d7051d0> in <module>()
----> 1 import zipp
ImportError: No module named zipp
In [2]:
This works on our main branch using 1.27. Did something change with how pants
works with python_requirement_library
target types? I am still upgrading our pants.toml
file so it might be something there.witty-crayon-22786
10/02/2020, 6:15 PMwitty-crayon-22786
10/02/2020, 6:15 PMjolly-midnight-72759
10/02/2020, 6:15 PMwitty-crayon-22786
10/02/2020, 6:16 PMjolly-midnight-72759
10/02/2020, 6:16 PMwitty-crayon-22786
10/02/2020, 6:16 PMjolly-midnight-72759
10/02/2020, 6:17 PMjolly-midnight-72759
10/02/2020, 6:19 PMjolly-midnight-72759
10/02/2020, 6:19 PM./v1 --no-pantsd repl 3rdparty/python:click
works
./v2 --no-pantsd repl 3rdparty/python:click
does not work.witty-crayon-22786
10/02/2020, 6:20 PMjolly-midnight-72759
10/02/2020, 6:20 PM./v2
has ./pants --no-v1 --v2 "$@"
in itjolly-midnight-72759
10/02/2020, 6:20 PMwitty-crayon-22786
10/02/2020, 6:20 PMwitty-crayon-22786
10/02/2020, 6:20 PMjolly-midnight-72759
10/02/2020, 6:20 PMjolly-midnight-72759
10/02/2020, 6:21 PMpants.toml
.witty-crayon-22786
10/02/2020, 6:21 PMipython
, although that might not be relevant.witty-crayon-22786
10/02/2020, 6:23 PMwitty-crayon-22786
10/02/2020, 6:24 PMjolly-midnight-72759
10/02/2020, 6:25 PMjolly-midnight-72759
10/02/2020, 6:25 PMwitty-crayon-22786
10/02/2020, 6:25 PMwitty-crayon-22786
10/02/2020, 6:26 PMjolly-midnight-72759
10/02/2020, 6:27 PMwitty-crayon-22786
10/02/2020, 6:28 PMwitty-crayon-22786
10/02/2020, 6:29 PMjolly-midnight-72759
10/02/2020, 6:30 PMwitty-crayon-22786
10/02/2020, 6:32 PM