Skip to Main Content

Cloud Platform

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

oci-cli install error

3605287Apr 13 2018 — edited Apr 16 2018

Hi - I am trying to install oci-cli and i am encountering the below error when i try to install....

bash -c "$(curl -L https://raw.githubusercontent.com/oracle/oci-cli/master/scripts/install/install.sh)"

Output

  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 1197, in do_open

    raise URLError(err)

urllib2.URLError: <urlopen error [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590)>

Environment

OS: macOS Sierra - 10.12.6

bash-3.2$ python --version

Python 2.7.10

bash-3.2$

pip version

bash-3.2$ pip --version

pip 9.0.1 from /Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg (python 2.7)

bash-3.2$

Regds

Rajesh

Comments
Post Details
Added on Apr 13 2018
2 comments
2,429 views