Hey, I ran successfully ```rm -rf .cache .pants.d ...
# general
s
Hey, I ran successfully
Copy code
rm -rf .cache .pants.d ~/.cache/pants .pids && ./pants clean-all
 ./pants fmt lint compile :: && ./pants test src/:: test/::
from the command line. However, when I import the same project into IntelliJ, I keep getting the error
Copy code
FAILURE: Unable to detect a suitable interpreter for compatibilities:  (Conflicting targets: )
We ran the pants server to try to find more details, and it seems that IntelliJ's invocations are failing on the export step.
Copy code
./pants --no-quiet export --formatted ./::
works locally but it fails when being invoked by IntelliJ, for some reason.
m
perhaps #intellij
👍 1