You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition, I have configured python to be the same. Some related screenshots:
However, it still has errors:
10:53 上午 Pylint Plugin: Failure: executable "/Users/tom/opt/anaconda3/bin/pylint" not found
or
11:02 上午 Pylint Plugin (Unable to run Pylint)
Pylint is installed inside the project environment but the plugin is not able to run it. If you just installed it try to run File -> Synchronize or restart your IDE. If the problem persists you may need to manually enter the path to the Pylint executable inside the Plugin settings.
Thanks for any suggestions!
Expected Results:
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)
The text was updated successfully, but these errors were encountered:
Step 1: Are you in the right place?
#80 and #34 does not help :(
Step 2: Describe your environment
Step 3: Describe the problem:
Steps to reproduce:
Observed Results:
Hi thanks for the plugin! But I cannot configure it to work...
I am using anaconda's base environment. I have used
pip install pylint
to install pylint to that environment. For example,In addition, I have configured python to be the same. Some related screenshots:
However, it still has errors:
Thanks for any suggestions!
Expected Results:
Relevant Code:
The text was updated successfully, but these errors were encountered: