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

Failing installation with pip #26

Open
rodrigogadea opened this issue Apr 25, 2016 · 1 comment
Open

Failing installation with pip #26

rodrigogadea opened this issue Apr 25, 2016 · 1 comment

Comments

@rodrigogadea
Copy link

Installing mezzanine-blocks with pip as suggested in docs is failing:

> pip install git+git://github.com/renyi/mezzanine-blocks.git
Collecting git+git://github.com/renyi/mezzanine-blocks.git
  Cloning git://github.com/renyi/mezzanine-blocks.git to ./pip-_uDggH-build
Requirement already satisfied (use --upgrade to upgrade): pip in /home/rodrigo/.virtualenvs/dartel/lib/python2.7/site-packages
Collecting install
  Could not find a version that satisfies the requirement install (from versions: )
No matching distribution found for install

@petedermott
Copy link

I also had this issue, it looks like pip is not up to date with the latest version.

Changing my requirements.txt file from mezzanine-blocks==0.9.4 to git+git://github.com/renyi/mezzanine-blocks fixed this issue.

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