So strange, I was able to install cloudant python module in OpenSuse 12.2..
zypper install python-pip zypper install python-xml pip install cloudant Downloading/unpacking cloudant Downloading cloudant-0.5.6.tar.gz Running setup.py egg_info for package cloudant Downloading/unpacking requests-futures==0.9.4 (from cloudant) Downloading requests-futures-0.9.4.tar.gz Running setup.py egg_info for package requests-futures Downloading/unpacking requests>=1.2.0 (from requests-futures==0.9.4->cloudant) Downloading requests-2.2.1.tar.gz (421Kb): 421Kb downloaded Running setup.py egg_info for package requests ................. 2014-03-04 17:22 GMT-06:00 Ramanadham, Radhika <[email protected]>: > Hi, > Here is what I get when I try to install cloudant on suse linux sp3. Can > anyone help? > > lglat253:~/cloudant-0.5.6 # pip install cloudant > Downloading/unpacking cloudant > Could not fetch URL https://pypi.python.org/simple/cloudant/: There was > a problem confirming the ssl certificate: <urlopen error [Errno 1] > _ssl.c:517: error:14090086:SSL > routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed> > Will skip URL https://pypi.python.org/simple/cloudant/ when looking for > download links for cloudant > Could not fetch URL https://pypi.python.org/simple/: There was a > problem confirming the ssl certificate: <urlopen error [Errno 1] > _ssl.c:517: error:14090086:SSL > routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed> > Will skip URL https://pypi.python.org/simple/ when looking for download > links for cloudant > Cannot fetch index base URL https://pypi.python.org/simple/ > Could not fetch URL https://pypi.python.org/simple/cloudant/: There was > a problem confirming the ssl certificate: <urlopen error [Errno 1] > _ssl.c:517: error:14090086:SSL > routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed> > Will skip URL https://pypi.python.org/simple/cloudant/ when looking for > download links for cloudant > Could not find any downloads that satisfy the requirement cloudant > Cleaning up... > No distributions at all found for cloudant > Storing complete log in /root/.pip/pip.log > lglat253:~/cloudant-0.5.6 # > > Thanks, > Radhika >
