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

xonsh uses pip internal API ... and it's gone now #2637

Closed
Achimh3011 opened this issue May 6, 2018 · 2 comments
Closed

xonsh uses pip internal API ... and it's gone now #2637

Achimh3011 opened this issue May 6, 2018 · 2 comments

Comments

@Achimh3011
Copy link
Contributor

Hi,
with Version 10 pip has removed internal APIs from export (as previously announced).

Starting xonsh with a current pip (≥10.0) now yields

pip removed `get_installed_distributions`

Workaround is downgrade to 9.0.3:

xpip install pip==9.0.3

(but it comes back after each upgrade of course...)

Happens to other packages as well:

@Achimh3011
Copy link
Contributor Author

Just found out culprit is xonsh-click-tabcomplete, so closing it here.

@scopatz
Copy link
Member

scopatz commented May 6, 2018

Thanks for letting us know @Achimh3011!

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