I have installed requests but I cannot use it
If I type pip install requests I get Requirement already satisfied: urllib3<1.27,>=1.21.1 in /Users/myname/Library/Python/3.8/lib/python/site-packages (from requests) (1.26.7)
However if I run a file with
import requests I get ImportError: No module named requests
What's going on here?