Installing pandas on python2.6

For some reason, I decided to install pandas on old system-level Python. I didn't even have pip ...

$ su
# yum install python-pip
# pip install --upgrade pip
# wget https://bootstrap.pypa.io/ez_setup.py -O - | python  #Upgraded setuptools
# pip install importlib
# pip install numpy==1.7.0
# pip install matplotlib==1.0.1
# pip install pandas==0.16.2
# pip install xlsxwriter

--I feel like I didn't pip properly without upgrading setuptools ... ――I installed it by specifying the version, but I feel that it will be installed in a higher version. In particular, matplotlib has an old one for various reasons. -=> After all, re-install the final version 1.4.3 for 2.6 series [^ 1]. --xlsxwriter does not need to be included if you do not intend to output Excel with pandas.

[^ 1]: The explanation is here

Recommended Posts

Installing pandas on python2.6
Installing Python 3.4.3.
Install pandas 0.14 on python3.4 [on Mac]
Notes on installing Python on Mac
Notes on installing Python on CentOS
Installing Kivy on Windows10 64bit Python3.5
Support when installing pillow on python3.9
Installing Kivy-Designer on Windows10 64bit Python3.5
Notes on installing Python using PyEnv
twitter on python3
python on mac
Python on Windbg
python pandas notes
Installing Anaconda Python on an ECS instance
Use without installing python 2.x on Windows
Installing PIL with Python 3.x on macOS
Python conda on cygwin
Install python on WSL
PyOpenGL setup on Python 3
Install Python3, numpy, pandas, matplotlib, etc. on Windows
Install Python on Pidora.
Install Scrapy on python3
Notes on installing Python3 and using pip on Windows7
Install Python on Mac
Install Python 3 on Mac
Install Python3.4 on CentOS 6.6
Notes on installing PycURL
python basic on windows ②
Install python on windows
Install Python 2.7.3 on CentOS 5.4
(Note) Basic statistics on Python & Pandas on IBM DSX
build Python on Ubuntu
Install Python 3.3 on Ubuntu 12.04
Install Python 3.4 on Mac
Installing pyenv on ubuntu 16.04
[Note] Installing Python 3.6 + α on Windows and RHEL
Installing TensorFlow on Windows Easy for Python beginners
Python application: Pandas # 3: Dataframe
Install Python 3.6 on Docker
Python Basic --Pandas, Numpy-
Installing Python 3 on Mac and checking basic operation Part 1
Set-enable Python virtualenv on Windows
Set up Python 3.4 on Ubuntu
Run Openpose on Python (Windows)
Read csv with python pandas
Python application: Pandas Part 2: Series
Install Python 3.8 on RHEL 8 (AppStream)
Use matplotlib on Ubuntu 12 & Python
Python on Ruby and angry Ruby on Python
[Python] Convert list to Pandas [Pandas]
Notes on installing dlib on mac
Python pandas strip header space
Install pygame on python3.4 on mac
Python + Kivy development on Windows
Install Python 3.8 on CentOS 7 (SCL)
Real-time graphs on Plotly (Python)
Made python available on macOS
Sphinx-autobuild (0.5.2) on Windows7, Python 3.5.1, Sphinx 1.3.5
Put Python 3.x on Ubuntu
[Python] Notes on data analysis
[Python] Change dtype with pandas