You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing in non default dirs - On my mac I used /usr/local/lib/oracle-cli and /usr/local/bin - I got the following error when running oci command:
Traceback (most recent call last):
File "/usr/local/bin/oci", line 7, in
from oci_cli.cli import cli
ModuleNotFoundError: No module named 'oci_cli'
solved installing oci_cli manually
pip3 install oci_cli
The text was updated successfully, but these errors were encountered:
After installing in non default dirs - On my mac I used /usr/local/lib/oracle-cli and /usr/local/bin - I got the following error when running oci command:
Traceback (most recent call last):
File "/usr/local/bin/oci", line 7, in
from oci_cli.cli import cli
ModuleNotFoundError: No module named 'oci_cli'
solved installing oci_cli manually
pip3 install oci_cli
The text was updated successfully, but these errors were encountered: