Skip to content

Instantly share code, notes, and snippets.

@deshmukhrajvardhan
Last active May 2, 2023 09:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deshmukhrajvardhan/cb1a14e90b397554c45205c86d90f18a to your computer and use it in GitHub Desktop.
Save deshmukhrajvardhan/cb1a14e90b397554c45205c86d90f18a to your computer and use it in GitHub Desktop.
Install pandas_datareader

GNU/LINUX

  1. update to pycharm's pip version 18

  2. open the Terminal in pycharm and run: pip install pandas_datareader

(If it doesn't work try pip install pandas-datareader)

(If you can't see the terminal install pycharm community edition)

(If you are unable to install packages run pycharm as administrator(sudo) and re-try)

Windows

  1. update to pycharm's pip version 18

  2. open the Terminal in pycharm and run: py -m pip install pandas_datareader

(If it doesn't work try py -m pip install pandas-datareader)

(If you can't see the terminal install pycharm community edition)

(If you are unable to install packages run pycharm as administrator and re-try)

MacOS

  1. update to pycharm's pip version 18

  2. open the Terminal in pycharm and run: pip install pandas_datareader

(If it doesn't work try pip install pandas-datareader)

(If you can't see the terminal install pycharm community edition)

(If you are unable to install packages run pycharm as administrator and re-try)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment