Upgrading the MapR-ES Python Client

This section describes how to upgrade the MapR-ES Python Client without the MapR Installer.

About this task

To install the MapR-ES Python Client using the Python Software Foundation, run the following command as root or using sudo:

pip install -upgrade --global-option=build_ext --global-option="--library-dirs=/opt/mapr/lib" --global-option="--include-dirs=/opt/mapr/include/" mapr-streams-python

OR:

pip install -U --global-option=build_ext --global-option="--library-dirs=/opt/mapr/lib" --global-option="--include-dirs=/opt/mapr/include/" mapr-streams-python
Alternatively, you can install the MapR-ES Python Client via the MapR package repository:
https://package.mapr.com/releases/MEP/<MEP version>/mac/mapr-streams-python-<version>.tar.gz