Skip to content

Is it possible to make this extension work with Python 3.7? #187

Closed Answered by karthiknadig
abceleung asked this question in Q&A
Discussion options

You must be logged in to vote

@abceleung Yes. You have two options:

  1. You can use older version of the extension 2023.2.0
  2. If you have your project cannot be upgraded, but you have newer python in your machine then you can do this. mypy-type-checker.interpreter to python-3.8 or greater, and set mypy-type-checker.path to ["python3.7", "-m", "mypy"]. This will allow you to use newer version of the extension with older mypy versions.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by abceleung
Comment options

You must be logged in to vote
2 replies
@karthiknadig
Comment options

@abceleung
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants