Can’t install mypy using pip

If installation fails, you’ve probably hit one of these issues:

  • Mypy needs Python 3.5 or later to run.
  • You may have to run pip like this:python3 -m pip install mypy.