Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Executable cannot be found in anaconda env #87

Open
2 tasks done
JCCPort opened this issue Dec 17, 2021 · 1 comment
Open
2 tasks done

Executable cannot be found in anaconda env #87

JCCPort opened this issue Dec 17, 2021 · 1 comment

Comments

@JCCPort
Copy link

JCCPort commented Dec 17, 2021

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)
@leinardi
Copy link
Owner

Hi everyone,

A new developer, @szabope, has created a full rewrite of this PyLint plugin. The new plugin is actively maintained and addresses many of the issues found here.

You can find the new plugin on the JetBrains Plugin Marketplace: PyLint Plugin
The source code is available here: GitHub Repository

Please give it a try, as the old plugin will soon be archived.

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants