Answers for "unresolved import 'pymongo'Python(unresolved-import) vs code"

10

vscode not recognizing python import

# In .vscode/settings.json
"python.autoComplete.extraPaths": ["./path-to-your-code"],
Posted by: Guest on April-27-2020

Code answers related to "unresolved import 'pymongo'Python(unresolved-import) vs code"

Python Answers by Framework

Browse Popular Code Answers by Language