Closed stschroe closed 5 years ago
Unfortunately, this is a known limitation. Also mypy daemon itself doesn't work on Windows yet. Windows support is definitely planned, but it is hard to give any estimates.
Would be nice if this could be solved. One problem is that MypyRunner.java has hardcoded /bin/bash
and /dev/null
paths which do not exist under Windows. The mypy daemon issue is here: https://github.com/python/mypy/issues/5019
another pycharm on windows user looking forward to this enhancement.
Please add Windows support as we are looking forward for static-typing checking in Pycharm IDE in Windows OS.
The was some progress with supporting Windows in mypy daemon, as soon as the mypy PR will land I will update paths here to be platform specific.
A Plugin Exeption was raised after hitting the Run button: Cannot run program "/bin/bash" (in directory "...my project directory..."): \dev\null (The system cannot find the specified path.)
My System: Windows 7 PyCharm Professional 2018.1 Python 3.6 (Anaconda)