Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Before installing Pandas and NumPy, you should have pip on your Centos CentOS 7.

Installing Pandas by pip on

...

CentOS 7

If you have pip installed on your Centos 7, you can simply install Pandas like below:

...

Installing NumPy by pip on Centos CentOS 7

Code Block
# pip install numpy
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
Requirement already satisfied: numpy in /usr/lib64/python2.7/site-packages (1.16.5)

...