I did pip freeze, and found requests, therefore I have requests, but I am getting an error saying
ModuleNotFoundError: No module named 'requests'
I just installed Python 3.9.2, and Python 3.8 is still on my computer. (Stating this in case it's a contributing factor to my problem.)
Please help!