vscode ne reconnaissant pas l'importation de python
# In .vscode/settings.json
"python.autoComplete.extraPaths": ["./path-to-your-code"],
Uninterested Unicorn
# In .vscode/settings.json
"python.autoComplete.extraPaths": ["./path-to-your-code"],
# I use pylance now. I added this. Problem solved.
"python.analysis.extraPaths": ["./path-to-code/"],
# I tried this before, but not working.
"python.autoComplete.extraPaths": ["./path-to-your-code"],
#do pip install ______ and wahtever
#module you want to import
#it will be installed
face_recognition