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

No sdist available in PyPI #5

Closed
srid opened this issue Nov 23, 2010 · 4 comments
Closed

No sdist available in PyPI #5

srid opened this issue Nov 23, 2010 · 4 comments

Comments

@srid
Copy link

srid commented Nov 23, 2010

$ pip install bson
Downloading/unpacking bson
  Could not find any downloads that satisfy the requirement bson
No distributions at all found for bson
@martinkou
Copy link

What's your Python version? I've only compiled an .egg for Python v2.6

@srid
Copy link
Author

srid commented Nov 23, 2010

2.6 - but pip doesn't support .egg files. Pure Python packages need not release .egg files, and not everyone uses easy_install. What is absolutely essential, generally, is a sdist release at the least.

@martinkou
Copy link

Hmm.. ok. I wasn't aware of that. I'm actually writing another test case before I release v0.2 - should be done within today. I'll add the sdist to PyPI for v0.2 then.

@martinkou
Copy link

Uploaded v0.2 with v2.6 egg and sdist at http://pypi.python.org/pypi/bson/0.2

This issue was closed.
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