https://pantsbuild.org/ logo
s

some-zebra-26929

09/27/2018, 9:05 PM
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

mysterious-farmer-45668

09/27/2018, 9:14 PM
perhaps #intellij
👍 1
9 Views