``` # ... trashed .cache/pants and ran ./pants lin...
# general
d
Copy code
# ... trashed .cache/pants and ran ./pants lint --changed-since=HEAD^

13:50:32 00:00 [main]
              (To run a reporting server: ./pants server)
13:52:06 01:34   [setup]
13:52:06 01:34     [parse]
              Executing tasks in goals: gen -> pyprep -> lint
13:52:06 01:34   [gen]
13:52:06 01:34     [thrift-py]
13:52:06 01:34   [pyprep]
13:52:06 01:34     [interpreter]
13:52:06 01:34     [build-local-dists]
13:52:06 01:34     [requirements]
13:52:06 01:34     [sources]
13:52:06 01:34   [lint]
13:52:06 01:34     [python-eval]
13:52:07 01:35       [cache]
                  No cached artifacts for 7 targets.
                  Invalidated 7 targets..
13:52:07 01:35         [src/python/path/common/test_data:test_data]
13:52:07 01:35       [eval-targets]
FAILURE: Unable to detect a suitable interpreter for compatibilities:  (Conflicting targets: )


              Waiting for background workers to finish.
13:52:07 01:35   [complete]
              FAILURE
e
@dazzling-florist-39383 what target type is
src/python/path/common/test_data
- is that a
resources
or
files
target?
d
python_library actually
commenting out interpreter search paths completely seems to have just fixed it
I had used +[ … ]
but i’ll still need to figure out how to manage that for dev vs deploy
but can set that aside for now