Answers for "vs python unresolved import"

2

python unresolved import vscode

# 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"],
Posted by: Guest on September-25-2020
0

unresolved import requests python

cd "C:Program Files (x86)Python36_64Scripts"
"pip install lxml" 
"pip install requests"
Posted by: Guest on December-10-2020

Code answers related to "vs python unresolved import"

Python Answers by Framework

Browse Popular Code Answers by Language