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
Had the same issue. This resolved it for me:
after activating the env, run:
pip install pip --upgrade pip install pandas-datareader pip install jupyter (as i was using a jupyter notebook)
However, if you are running anaconda, use:
conda install -c anaconda pandas-datareader