stash
stash copied to clipboard
mypy
Hi,
Installed mypy via pip command but when I try and run mypy on a file I get:
<class 'ModuleNotFoundError'>: No module named 'mypy_extensions'
Anyone know what is going wrong?
Thanks for any advise,
— Howard.
Sounds like mypy has c extensions. Of course those cannot work in pythonista.