Skip to content

Instantly share code, notes, and snippets.

@tdsmith
Created May 26, 2015 18:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tdsmith/7958b19ca46f0013e10d to your computer and use it in GitHub Desktop.
Save tdsmith/7958b19ca46f0013e10d to your computer and use it in GitHub Desktop.
tim@darkside ~/Documents/research/projects/Biactivation/tds-004-14-2 eve pilot $ pip3 install -U --force-reinstall pandas
Collecting pandas
Using cached pandas-0.16.1.tar.gz
Collecting python-dateutil>=2 (from pandas)
Using cached python_dateutil-2.4.2-py2.py3-none-any.whl
Collecting pytz>=2011k (from pandas)
Using cached pytz-2015.4-py2.py3-none-any.whl
Collecting numpy>=1.7.0 (from pandas)
Using cached numpy-1.9.2.tar.gz
Collecting six>=1.5 (from python-dateutil>=2->pandas)
Using cached six-1.9.0-py2.py3-none-any.whl
Installing collected packages: six, python-dateutil, pytz, numpy, pandas
Found existing installation: six 1.9.0
Uninstalling six-1.9.0:
Successfully uninstalled six-1.9.0
Found existing installation: python-dateutil 2.4.2
Uninstalling python-dateutil-2.4.2:
Successfully uninstalled python-dateutil-2.4.2
Found existing installation: pytz 2015.4
Uninstalling pytz-2015.4:
Successfully uninstalled pytz-2015.4
Found existing installation: numpy 1.9.2
DEPRECATION: Uninstalling a distutils installed project (numpy) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project.
Uninstalling numpy-1.9.2:
Successfully uninstalled numpy-1.9.2
Running setup.py install for numpy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment