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 djedi-cms is not working #3

Closed
antonagestam opened this issue Dec 13, 2013 · 4 comments
Closed

pip install djedi-cms is not working #3

antonagestam opened this issue Dec 13, 2013 · 4 comments

Comments

@antonagestam
Copy link

I think because there are only beta versions, pip install is not working. Maybe consider using semver?

$ pip install djedi-cms
Downloading/unpacking djedi-cms
  Could not find a version that satisfies the requirement djedi-cms (from versions: 1.0b6, 1.0b7, 1.0b8)
Cleaning up...
No distributions matching the version for djedi-cms
@lundberg
Copy link
Contributor

You're right, you have to pass --pre argument to pip or define specific version. This is explained in the docs, not in the readme though. Version 1.0 stable will be released later this month.

@aztrock
Copy link

aztrock commented Feb 19, 2014

pip install djedi-cms
Downloading/unpacking djedi-cms
Could not find a version that satisfies the requirement djedi-cms (from versions: 1.0b6, 1.0b7, 1.0b8)

for django 1.6 and python 3.3

@andreif
Copy link
Contributor

andreif commented Mar 22, 2014

There is no final version on PyPI yet, so as Jonas mentioned you need to run

pip install --pre djedi-cms

@andreif
Copy link
Contributor

andreif commented Mar 22, 2014

I have updated the readme.

@andreif andreif closed this as completed Mar 22, 2014
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

4 participants