I am having trouble getting requests to work in PyCharm.
requests is installed under /Users/hb/opt/anaconda3/lib/python3.8/site-packages, and it appears the list of installed packages in my interpreter (Python 3.8 (base) ~opt/anaconda3/bin/python3.8. It is up to date. The interpreter path to /Users/hb/opt/anaconda3/lib/python3.8/site-packages is listed also.
It does not, however, seem to recognize 'import requests'.
I have tried uninstalling and reinstalling anaconda, pip, requests, PyCharm and nothing has worked. It is worthwhile noting that it did briefly work, but I cannot recall what has changed since it stopped.