If I am trying to install requests it is showing requirement already satisfied but If I am trying to import then it is throwing error.
Traceback (most recent call last):
File "", line 1, in
ModuleNotFoundError: No module named 'requests'.
I am running the command pip3 list then it is showing requests 2.23.0. but not able to import.