Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pip install raises IOError #9

Open
hidde-jan opened this issue Apr 11, 2011 · 1 comment
Open

Pip install raises IOError #9

hidde-jan opened this issue Apr 11, 2011 · 1 comment

Comments

@hidde-jan
Copy link

Hi,

When trying to install django-native-tags using pip, the line long_description=open('README.rst').read() in setup.py raises an IOError (on Mac OS X). Changing it to long_description=open('./README.rst').read() solved the problem for me.

I'm not completely sure if it is a real issue or something local.

Thanks,
Hidde-Jan

@acdha
Copy link

acdha commented Apr 28, 2011

I just encountered the same problem. Looks like the archive on PyPI lacks README.rst (see https://gist.github.com/9dff88d63a7a096a702e) because there isn't a MANIFEST.in explicitly including it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants