I have just installed pandas_datareader using pip install pandas-datareader which ran successfully.
pandas_datareader
pip install pandas-datareader
Now I am trying to use it for a tutorial an
I had the same issue installing through my terminal. Since I'm using Anaconda Navigator, I tried the CMD.exe Prompt and inputted "conda install -c conda-forge pandas-datareader".
Jupyter notebook now works like a charm.