You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ambari.apache.org by "Arindam Choudhury [ackstorm]" <ar...@ackstorm.com> on 2016/03/17 15:36:53 UTC

installation of python ambari-client on centos7

Hi,
I tried to install python ambari-client using pip. The following error
occurred:

pip search ambari
ambari_client (1.0.3-SNAPSHOT)  - Ambari python REST API client
python-ambariclient (0.5.8)     - Client library for Apache Ambari.

pip install ambari_client
Collecting ambari-client
  Could not find a version that satisfies the requirement ambari-client
(from versions: 1.0.3-SNAPSHOT)
No matching distribution found for ambari-client

Is the other way of installing python ambari-client other than from the
source?

Regards,
Arindam Choudhury