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.
