mypy-pycharm
mypy-pycharm copied to clipboard
PyCharm error report
java.lang.Throwable: Mypy path detect process.exitValue: 1 at com.intellij.openapi.diagnostic.Logger.error(Logger.java:145) at com.leinardi.pycharm.mypy.mpapi.MypyRunner.detectSystemMypyPath(MypyRunner.java:219) at com.leinardi.pycharm.mypy.mpapi.MypyRunner.getMypyPath(MypyRunner.java:147) at com.leinardi.pycharm.mypy.mpapi.MypyRunner.getMypyPath(MypyRunner.java:125) at com.leinardi.pycharm.mypy.mpapi.MypyRunner.checkMypyAvailable(MypyRunner.java:179) at com.leinardi.pycharm.mypy.mpapi.MypyRunner.checkMypyAvailable(MypyRunner.java:153) at com.leinardi.pycharm.mypy.MypyInspection.inspectFile(MypyInspection.java:76) at com.leinardi.pycharm.mypy.MypyInspection.lambda$checkFile$0(MypyInspection.java:65) at com.intellij.openapi.application.impl.ApplicationImpl$2.call(ApplicationImpl.java:322) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834)
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:
?
- PyCharm/IDEA version:
?
- Mypy version:
?
Step 3: Describe the problem:
Steps to reproduce:
Observed Results:
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)
This issue has been automatically marked as stale because it has not had activity in the last 60 days.