acoustic-book-58772
03/27/2019, 9:01 PMpex: Please build pex with the subprocess32 module for more reliable requirement installation and interpreter execution
. Is this something we just pip install
locally or is there some way of putting this in a config to always download and use (e.g in pants.ini
)?aloof-angle-91616
03/27/2019, 9:11 PMwitty-crayon-22786
03/27/2019, 9:22 PMacoustic-book-58772
03/27/2019, 9:57 PMwitty-crayon-22786
03/27/2019, 10:23 PMacoustic-book-58772
03/27/2019, 10:28 PMwitty-crayon-22786
03/27/2019, 10:54 PM$ ./pants help-advanced thrift
thrift options:
--thrift-version=<str> (default: '0.10.0')
Version of the thrift binary to use
[thrift]
version: 0.10.0
in pants.ini
acoustic-book-58772
03/27/2019, 11:11 PMwitty-crayon-22786
03/27/2019, 11:11 PMacoustic-book-58772
03/27/2019, 11:12 PMwitty-crayon-22786
03/27/2019, 11:12 PM1.15.0rc1
acoustic-book-58772
03/27/2019, 11:12 PM1.14.0
and 1.15.rc1
, and both were spitting out that message still. Though this time around I was just using ./pants run
instead of building the pex then running it.witty-crayon-22786
03/28/2019, 1:32 AMpantsbuild/pants
, pantsbuild/pex
). John has been working on updating pex in pants, and it might have been reported in that context