leinardi / pylint-pycharm

A plugin providing both real-time and on-demand scanning of Python files with PyLint from within PyCharm/IDEA.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Executable cannot be found in anaconda env

JCCPort opened this issue · comments

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.13.1
  • PyCharm/IDEA version: #IU-212.55285.40 IDEA 2021.2.2 Ultimate Edition
  • Pylint version: 2.12.2

Step 3: Describe the problem:

Steps to reproduce:

  1. Install pylint on conda env
  2. Install pylint plugin on IntelliJ IDEA
  3. Try testing plugin

Observed Results:

  • Pylint Plugin: Failure: executable "C:\Users\Josh\Anaconda3\envs\MyProj\Scripts\pylint.exe" not found

Expected Results:

  • It to work :P

Relevant Code:

System.out.println("Hello, world!");
java.lang.RuntimeException: This is an example Exception log
    at com.leinardi.HelloWorld
    at com.leinardi.HelloWorld$ThisIsNotARealLog
    at bigcorporate.app.Instrumentation.callActivityOnResume(Instrumentation.kt)