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

Hi

Please try installing each component manually, like first python, then PIP

1) Install PIP and Python3 

2) Install Virtual Environment using pip pip3 install virtualenv

3) Install OCL- CLI

below link provide information on how to install each component manually

https://docs.us-phoenix-1.oraclecloud.com/Content/API/SDKDocs/cliinstall.htm

3605287

thanks..I was able to install.

1 - 2

Post Details

Added on Apr 13 2018
2 comments
2,470 views