oracle/oci-python-sdk

No module named 'six'

Chandrak1907 opened this issue · 1 comments

I'm using 'oci' 2.112.4 version on my mac and I get below error
ModuleNotFoundError: No module named 'six'

I see that 'six==1.16.0' is installed in my conda env. Could you please advise how to resolve this?
Thanks

'brew install six' on mac resolved the issue