pycontribs / pyrax

The Python SDK for the Rackspace Cloud
developer.rackspace.com
Apache License 2.0
237 stars 208 forks source link

Building eggs for scrapinghub #554

Closed harikt closed 7 years ago

harikt commented 9 years ago

Hi,

Was trying to setup eggs for pyrax for http://scrapinghub.com/ . As there were some dependencies for pyrax, I wanted to run python setup.py bdist_egg on pyrax, then python-nova-client, pbr etc.

The problem currently I am facing is the pbr ( 0.10.8 ) egg throws

File "/tmp/eggs-F7QOl2/pbr.egg/pbr/packaging.py", line 567, in get_version
        raise Exception("Versioning for this project requires either an sdist"
    exceptions.Exception: Versioning for this project requires either an sdist tarball, or access to an upstream git repository. Are you sure that git is installed?

Do you guys have any idea how to fix and build eggs easily ? They only supports adding eggs.

Thank you