when i use pip list
in vscode i found it in modules lis
requests 2.32.3
once try to use it i get
ModuleNotFoundError: No module named ‘requests’
i tried to install it again using cmd
in windows and it installed but got the same error
tried to upgrade it using pip install requests --upgrade
it didn’t work
closed vscode and reopend it and also same error
New contributor
mostafa youssry is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.