leinardi/pylint-pycharm

Plugin can't find python interpreter when there are multiple SDKs defined

Open

#31 opened on Oct 12, 2018

 (15 comments) (2 reactions) (0 assignees)Java (38 forks)github user discovery
Priority: HighStatus: AcceptedStatus: StaleType: Bughelp wanted

Repository metrics

Stars
 (202 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Step 1: Are you in the right place?

  • I have verified there are no duplicate active or recent bugs, questions, or requests
  • I have verified that I am using the latest version of the plugin.

Step 2: Describe your environment

  • Plugin version: 0.10.2
  • PyCharm/IDEA version: 2018.02.4 on Mac
  • Pylint version: 1.7.4

Step 3: Describe the problem:

Steps to reproduce:

  1. On IntelliJ, make two SDKs (one Java and one Python)
  2. Try running Pylint

Observed Results:

  • The interpreter configuration is returning a weird path for the interpreter. Pylint crashes.

Expected Results:

  • The interpreter configuration should be set correctly, and pylint should not crash.

idea.log

Contributor guide