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