-
Notifications
You must be signed in to change notification settings - Fork 15
Cannot run Program under Windows #10
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
Comments
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 |
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. |
Fixes #10 The fix is a bit ad-hoc, but I didn't find anything nicer. On the other hand, it turns out to be really simple.
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)
The text was updated successfully, but these errors were encountered: