Uploaded image for project: 'Couchbase Python Client Library'
  1. Couchbase Python Client Library
  2. PYCBC-48

Fatal warning during client installation

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 0.7.1
    • 0.7
    • library
    • Security Level: Public
    • None
    • virtualenv --no-site-packages -p python2.7 test_install_2.7
      virtualenv --no-site-packages -p python2.6 test_install_2.6

    Description

      > Steps to reproduce:
      pip install couchbase

      > Expected output:

      Downloading/unpacking couchbase
      Downloading couchbase-0.7.0.tar.gz
      Running setup.py egg_info for package couchbase

      > Actual output:

      Downloading/unpacking couchbase
      Downloading couchbase-0.7.0.tar.gz
      Running setup.py egg_info for package couchbase
      fatal: Not a git repository (or any of the parent directories): .git

      > Tip:
      def get_version():
      try:
      p = subprocess.Popen('git describe', stdout=subprocess.PIPE,
      shell=True)
      version = p.communicate()[0].strip()
      except:
      version = ''
      return version

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            BigBlueHat Benjamin Young
            pavelpaulau Pavel Paulau (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty