- Now it builds only for python 2.7 or higher. Check your python version python --version
- Check that you have installed pip by running "pip -V".
If you have not installed pip, see https://packaging.python.org/guides/installing-using-linux-tools/.
For example, to install pip on CentOS, run:
sudo yum install python-pip - Create a
pip.conf. Config file path depends from your OS, you can find instruction here. For centos its/etc/pip.conf - Modify the
pip.conffile.
- CV repo
[global] extra-index-url = http://cv:[email protected]/artifactory/api/pypi/pypi-mapr-local/simple trusted-host = 34.197.167.22 - MapR repo
extra-index-url = http://artifactory.devops.lab/artifactory/list/pypi-mapr-local/simple trusted-host = artifactory.devops.lab
- Execute in terminal
pip install maprdb-python-client
Now you can use MapR-DB python client as a library.