Details
-
Bug
-
Resolution: Fixed
-
Major
-
6.6.0
-
Local
Description
Installation of Couchbase Python 3 SDK fails on MacOs with the below error -
"Failed building wheel for Couchbase".
It appears that the below command lacks privileges.
"python3 -m pip install couchbase
When the same command is executed with sudo -H then the execution completes successfully.
Please update the docs to reflect the same.