Problem while installing Comcare-export for Copying Data from Dimagi to mySQL Database

I have a requirement to get data from Dimagi in mySql Database, for this I
am using the Commcare-Export API.

COMMAND used for installing commcare-export through pip is below

"pip install commcare-export"

While Installing the Commcare-export API, I get the following error:

" Collecting commcare-export
Could not fetch URL https://pypi.python.org/simple/commcare-export/:
There was
a problem confirming the ssl certificate: [SSL: CERTIFICATE_VERIFY_FAILED]
cert
ificate verify failed (_ssl.c:749) - skipping
Could not find a version that satisfies the requirement commcare-export
(from
versions: )
No matching distribution found for commcare-export"

I have also used the following command for Installing the Client
Certificates:

--cert Path to alternate CA bundle.
--client-cert Path to SSL client certificate, a single file
containing the private key and the certificate
in PEM format.
And also used the folloing Command for Trusting the Client Host:

--trusted-host Mark this host as trusted, even though it does
not have valid or any HTTPS.
Due to this reason, I am unable to Run the Commcare-export API.

Need help for the above problem and steps for installing the
commcare-export API.