hundreds-father-404
06/10/2020, 11:03 PMaloof-angle-91616
06/10/2020, 11:03 PMrapid-crayon-8232
06/11/2020, 10:48 PMuser
06/12/2020, 5:00 AMcreamy-twilight-68578
06/12/2020, 8:19 AMnow()
even in case of unmodified jar.
Do you have any clue for me ?crooked-gpu-88495
06/12/2020, 1:44 PMfancy-motherboard-24956
06/12/2020, 1:52 PMfancy-motherboard-24956
06/12/2020, 1:52 PMwitty-crayon-22786
06/12/2020, 4:54 PMhappy-kitchen-89482
06/12/2020, 5:02 PMcuddly-window-48195
06/12/2020, 5:18 PMModuleNotFoundError
with v2 when I try to ./pants run
a particular Python target (the module not found is a package in our repo). It seems that the pex files are layed out differently between v1 and v2 (or else I’ve misconfigured things?), but the v1 puts the dependency package (“ns_python_logger”) in the root directory while v2 puts it under a path that mirrors our repo (“lib/python_logger/src/ns_python_logger”).flat-zoo-31952
06/12/2020, 6:01 PMcalm-alarm-89082
06/13/2020, 8:08 PMcalm-alarm-89082
06/13/2020, 8:13 PMhappy-kitchen-89482
06/15/2020, 6:50 PM./pants binary path/to/main.py
we know what you mean even if there is no `python_binary`target).
See https://bit.ly/3d3wHq1 for more detail.
How valuable would you find such a feature on a scale of 1 (not at all valuable) to 5 (extremely valuable)?user
06/15/2020, 6:51 PMhappy-kitchen-89482
06/16/2020, 1:46 AMwitty-crayon-22786
06/16/2020, 6:03 PMdependencies
issuewonderful-iron-54019
06/17/2020, 5:38 PMwonderful-iron-54019
06/18/2020, 1:24 PM--changed-include-dependees
flag?better-nail-12700
06/18/2020, 1:38 PMbetter-nail-12700
06/18/2020, 7:03 PMpython:3.7-buster
container. While building wheels gcc throws fatal error: Python.h: No such file or directory
. Python.h is indeed available under the following path: /usr/local/includes/python3.7m/
, however, from the gcc call that fails I can see that only /usr/includes/python3.7m/
is included. Any idea what the cause of this could be? Shouldn't it use the includes from the ~/.cache/pants/setup
directory anyway?user
06/19/2020, 6:04 AMnarrow-cpu-25326
06/19/2020, 9:48 AM./pants binary examples/src/python/example/hello/main
I get FAILURE: Problem locating a java distribution: Failed to locate a JDK distribution with minimum_version None, maximum_version None
I'm running Ubuntu 18 and have OpenJDK installed. The only related issue I could find is https://github.com/pantsbuild/pants/issues/3815, but this was closed as fixed. Did I miss something?witty-crayon-22786
06/19/2020, 4:28 PMhappy-kitchen-89482
06/20/2020, 5:34 PMhappy-kitchen-89482
06/20/2020, 5:37 PMfancy-queen-20734
06/22/2020, 5:41 PMjolly-midnight-72759
06/23/2020, 2:37 AM./pants
(as downloaded from https://pantsbuild.github.io/setup/pants) with a pants.ini
with version 1.18.0 I got an error that took a while to fix. The error message is Exception message: Unrecognized command line flags on global scope: --pants-bin-name.
I resolved it by using the ./v1
pattern instead.
It should be possible to give a hint that someone is using an older engine instead of giving a cryptic error message. Would it be helpful for me to make in issue/feature request around this?jolly-midnight-72759
06/23/2020, 2:45 AM.pants --v1 --no-v2
did not resolve the problem.