Thank you for responding. I also think its a path issue. But Im not really understanding. “print(sys.path)” prints out the following:
‘/Users/nat/opt/anaconda3/lib/python37.zip’, ‘/Users/nat/opt/anaconda3/lib/python3.7’, ‘/Users/nat/opt/anaconda3/lib/python3.7/lib-dynload’, ‘/Users/nat/.local/lib/python3.7/site-packages’, ‘/Users/nat/opt/anaconda3/lib/python3.7/site-packages’, ‘/Users/nat/opt/anaconda3/lib/python3.7/site-packages/pip-21.2.2-py3.7.egg’
Im sorry, Im not sure how to check if request is there. When I try to install requests via pip it says the following (maybe this can help):
already satisfied: requests in ./opt/anaconda3/envs/thesis/lib/python3.7/site-packages (2.23.0)