I checked for the requests module and it is there but still VSCode gives me this error, what could be the issue?
PS C:\Users\UserName\Desktop\post-checks> python -m pip show requests
Name: requests
Version: 2.34.2
Summary: Python HTTP for Humans.
Home-page:
Author:
Author-email: Kenneth Reitz me@kennethreitz.org
License: Apache-2.0
Location: C:\Program Files\Python313\Lib\site-packages
Requires: certifi, charset_normalizer, idna, urllib3
Required-by: vmware-vapi-runtime
PS C:\Users\UserName\Desktop\post-checks> .\checks.py
Traceback (most recent call last):
File “C:\Users\UserName\Desktop\post-checks\checks.py”, line 1, in
import requests
ModuleNotFoundError: No module named ‘requests’