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

Installing pip-compile #75

Closed
josegonzalez opened this issue Feb 6, 2014 · 5 comments
Closed

Installing pip-compile #75

josegonzalez opened this issue Feb 6, 2014 · 5 comments

Comments

@josegonzalez
Copy link

Seems that the future branch hasn't been merged in, so pip-compile is still very much a WIP and not installable unless you specify a branch and install from git directly. Is that intended?

@svetlyak40wt
Copy link
Contributor

What is wrong with installation right from the git?

@josegonzalez
Copy link
Author

I'd prefer using pypi rather than git installations. One issue is that certain pip versions are pure fail at installing from git (recently fixed actually, but broken since setuptools 1.2.1).

@brutasse
Copy link
Collaborator

The issue is that the future branch isn't completely ready. pip-compile works fine (although apparently not with most recent pip versions) but pip-sync is missing.

An option would be to ship the future branch with only the pip-compile script as it's already very useful. pip-review from master can already be replaced with pip list --outdated (although there's no interactive mode). And we can always work on pip-sync for a future version.

Any toughts on this @nvie?

@josegonzalez
Copy link
Author

Which versions of pip do not currently work? (also pip is a POS, but that's a separate issue)

@nvie
Copy link
Member

nvie commented Jul 23, 2014

Yes, I'm hoping to allocate some time somewhere soonish to implement pip-sync on the future branch, merge that into master and then release pip-tools 1.0.

@nvie nvie closed this as completed Jul 23, 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