I've just tried this on OS X 10.8.5 and not seeing this. Curious that you are having gen_version run in the first place, as it's only done when bundling a distribution.
AHA. I do have an idea. Are you running pip install from _within_ a git repository? this might be the issue.. I should probably make it explicitly search for a .git in the current dir. (Patches welcome :) ) Mark On Jan 14, 2014, at 2:20 PM, Michael Salmon <[email protected]> wrote: > I'm using brew install libcouchbase; pip install couchbase > > On Tue, Jan 14, 2014 at 2:11 PM, Mark Nunberg <[email protected]> wrote: >> Are you using a tarball bundled with git? The version script requires that >> you have your repo tagged. git fetch --tags should do it for you :). >> >> On Jan 14, 2014, at 11:46 AM, Michael Salmon <[email protected]> wrote: >> >>> I can workaround this no problem, but wanted to report gen_version >>> method on my mac (10.9) boxes keeps getting into the exception handler >>> and hence producing a bad version string. >>> >>> pip freeze | grep couch >>> couchbase==0.0.0-UNKNOWN-5000507 >>> >>> Hence it's not working with pip install -r ... >>> >>> https://github.com/couchbase/couchbase-python-client/blob/master/couchbase_version.py >>> >>> Thanks, >>> Michael >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Couchbase" group. >>> To unsubscribe from this group and stop receiving emails from it, send an >>> email to [email protected]. >>> For more options, visit https://groups.google.com/groups/opt_out. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Couchbase" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/groups/opt_out. > > -- > You received this message because you are subscribed to the Google Groups > "Couchbase" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "Couchbase" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
