Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error after installing in non default dirs #59

Closed
postak opened this issue Apr 19, 2018 · 2 comments
Closed

error after installing in non default dirs #59

postak opened this issue Apr 19, 2018 · 2 comments

Comments

@postak
Copy link

postak commented Apr 19, 2018

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

@mross22
Copy link
Member

mross22 commented Apr 19, 2018

Thanks for filing this issue, we are looking into it and will get back to you soon.

@mross22
Copy link
Member

mross22 commented Apr 21, 2018

This appears to be a product of the issue mentioned here:
pypa/virtualenv#845

I have submitted the following fix so the latest version of the install script should resolve this issue:
5657b83

Please re-open if you continue to encounter this issue and thanks for bringing it to our attention!

@mross22 mross22 closed this as completed Apr 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants