Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Always downloads Django 1.6.3 #37

Closed
pmclanahan opened this issue Apr 23, 2014 · 3 comments
Closed

Always downloads Django 1.6.3 #37

pmclanahan opened this issue Apr 23, 2014 · 3 comments

Comments

@pmclanahan
Copy link
Contributor

Should be skipping it since it's installed, but it doesn't seem to be able to detect this one for some reason. It's getting Django-1.6.3-py2.py3-none-any.whl. I'll see what I can find out when I get time.

@erikrose
Copy link
Owner

The interesting lines will probably be...

        req.check_if_exists()
        if req.satisfied_by:  # This is already installed.
            satisfied_reqs.append(req)

@willkg
Copy link
Collaborator

willkg commented Nov 10, 2014

@pmclanahan Is this still happening? Can you provide a requirements file that reproduces this?

@erikrose
Copy link
Owner

erikrose commented Jan 7, 2015

If you can, please re-open.

@erikrose erikrose closed this as completed Jan 7, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants