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

How to handle broken packages that have been manually installed #158

Open
johntyree opened this issue Mar 15, 2016 · 2 comments
Open

How to handle broken packages that have been manually installed #158

johntyree opened this issue Mar 15, 2016 · 2 comments

Comments

@johntyree
Copy link
Contributor

We don't currently tolerate totally broken packages in the system.

For example if you install ipython-3.0.0-1 on Windows, then the solver will try to uninstall it and install a working version as soon as it runs, even if you do nothing else.

$ egginst ipython-3.0.0-1
$ jaguar install
<tries to update ipython>
@cournape
Copy link
Contributor

Handling the case where we do nothing else is straightforward, but a jaguar issue.

Without pinning, I think it is ok to change the package ? What do you think ?

@johntyree
Copy link
Contributor Author

Even with pinning, this will fail because we create a "don't install the broken package" rule. We might have to rethink that.

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