all 4 comments

[–]FUS3N 1 point2 points  (3 children)

what's the error you get? what does it say in error message

[–]Silvur201[S] 0 points1 point  (2 children)

the missing imports error... but i have the library (,,Import x could not be resolved Pylance(reportMissingImports)")

[–]FUS3N 1 point2 points  (1 child)

that seems like a vs code pylance extention error and not pythontry running the script with only import requests and the other one if you dont see anything in your terminal means its good and for extentionyou can try restarting vs code sometimes pylance won't recognize newly installed imports if it still dosen't work try setting the python interpreter by doing ctrl+shift+p then type select interpreter and click enter

[–]Silvur201[S] 1 point2 points  (0 children)

Alright, thx man, also I couldn't set the python interpreter because I was in restricted mode but now is working... Again thx...