When importing any modules, VS Code gives the error "unresolved import"

json.settings:

{ "window.zoomLevel": 1, "python.linting.pylintEnabled": true, "python.analysis.logLevel": "Trace", "editor.multiCursorModifier": "ctrlCmd", "editor.suggestSelection": "first", "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", "editor.minimap.enabled": false, "python.pythonPath": "\\Programs\\Python\\Python37-32\\python.exe", "python.linting.enabled": true, "[python]": { }, "python.jediEnabled": false } 

What should I do to VS Code began to "see" modules?

  • pip install <модуль> ? - gil9red
  • The error occurs with absolutely all modules, even with standard ones - Aleksei Grabor

0