Closed mozesa closed 4 years ago
I think you just need to configure your PATH suffix
as explained in README
I have done but it didn't help.
Interesting because it works from PyCharm local Terminal.
(venv) C:\Users\mozesa\PycharmProjects\V316-Production-Line>mypy C:\Users\mozesa\PycharmProjects\V316-Production-Line\v316_production_line\codereader\handheld.py
That's wrong path, as mentioned there, it should be the Scripts
directory of your project virtual environment, in your case probably C:\...\V316-Production-Line\venv\Scripts
.
Ohh, Thanks. Now it works like a charm.
Hello,
I would like to ask for your kind support.
My problem is that:
'dmypy' is not recognized as an internal or external command, operable program or batch file.
I have Windows10 and Python 3.8, PyCharm with mypy-PyCharm-plugin installed from Marketplace.
Thanks for your help in advance.