kanzure / python-requestions

Serialization for python-requests based on JSON.
14 stars 1 forks source link

'pip install requestions' fails #1

Closed adamlwgriffiths closed 11 years ago

adamlwgriffiths commented 11 years ago

The package is expecting README.md, but it doesn't appear to be part of the package.

(sitebuilder)adamgriffiths@flask-dev:sitebuilder$ pip install requestions
Downloading/unpacking requestions
  Downloading requestions-0.0.4.tar.gz
  Running setup.py egg_info for package requestions
    Traceback (most recent call last):
      File "<string>", line 16, in <module>
      File "/media/sf_workspace/VirtualEnvs/sitebuilder/build/requestions/setup.py", line 12, in <module>
        long_description=open("README.md", "r").read(),
    IOError: [Errno 2] No such file or directory: 'README.md'
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "<string>", line 16, in <module>

  File "/media/sf_workspace/VirtualEnvs/sitebuilder/build/requestions/setup.py", line 12, in <module>

    long_description=open("README.md", "r").read(),

IOError: [Errno 2] No such file or directory: 'README.md'

----------------------------------------
Command python setup.py egg_info failed with error code 1 in /media/sf_workspace/VirtualEnvs/sitebuilder/build/requestions
kanzure commented 11 years ago

Hey, can you try again now? 37b1bfc38ee4953c014c2437737c4a5594548419 should fix your problem. I have also pushed v0.0.5 to pypi. Thank you.

adamlwgriffiths commented 11 years ago

Ah you beat me to it =P Can confirm that this fixes the issue. Cheers for the insanely swift fix!

Adam

On Mon, Aug 5, 2013 at 1:55 PM, Bryan Bishop notifications@github.comwrote:

Hey, can you again try now? 37b1bfchttps://github.com/kanzure/python-requestions/commit/37b1bfc38ee4953c014c2437737c4a5594548419should fix your problem. I have also pushed v0.0.5 to pypi. Thank you.

— Reply to this email directly or view it on GitHubhttps://github.com/kanzure/python-requestions/issues/1#issuecomment-22085964 .