When I try to 'import requests' in my views.py, why is Visual Code Studio throwing this error:
import "requests" could not be resolved from source Pylance
A screenshot of the configuration is here. Any help is greatly appreciated, thank you!
I've checked my interpreter, I've restarted VS code, and I've ensured 'requests' is indeed installed. Yet the VS code error persists.