msabramo / requests-unixsocket

Use requests to talk HTTP via a UNIX domain socket
Apache License 2.0
207 stars 29 forks source link

Installation fails #20

Closed BrunoMSantos closed 8 years ago

BrunoMSantos commented 8 years ago

I do have git installed, but installation fails with following message:

$ python setup.py build
[...]
Exception: Versioning for this project requires either an sdist tarball, or access to an upstream git repository. Are you sure that git is installed?
error in setup command: Error parsing /tmp/yaourt-tmp-bruno/aur-python-requests-unixsocket/src/requests-unixsocket-0.1.5/setup.cfg: Exception: Versioning for this project
 requires either an sdist tarball, or access to an upstream git repository. Are you sure that git is installed?

It installs correctly through pip though..

This is on an Arch x86_64 machine.

msabramo commented 8 years ago

What version of git do you have? And what does git log -n 1 say?

msabramo commented 8 years ago

Going to close for now; will reopen if we can reproduce this.

msabramo commented 7 years ago

@BrunoMSantos: Is this still happening to you?

BrunoMSantos commented 7 years ago

Sorry for neglecting this, I never really used this package and somehow must have missed notification of your other post. I quickly checked just now and it works fine.

msabramo commented 7 years ago

Oh no worries as I also took a long time to respond. I'm glad it's working!