We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, with Version 10 pip has removed internal APIs from export (as previously announced).
Starting xonsh with xonsh-click-tabcomplete and a current pip (≥10.0) now yields
xonsh
pip
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:
(Accidentally filed xonsh/xonsh#2637 for the problem, closed it now)
The text was updated successfully, but these errors were encountered:
Is this issue creating this DepWarning when loading click_tabcomplete ?
click_tabcomplete
$ xonsh (base) <unknown>:1: DeprecationWarning: invalid escape sequence \w xonsh: For full traceback set: $XONSH_SHOW_TRACEBACK = True AttributeError: module 'pip' has no attribute 'get_installed_distributions'
Sorry, something went wrong.
Yes, that's the one.
No branches or pull requests
Hi,
with Version 10 pip has removed internal APIs from export (as previously announced).
Starting
xonsh
with xonsh-click-tabcomplete and a currentpip
(≥10.0) now yieldsWorkaround is downgrade to 9.0.3:
(but it comes back after each upgrade of course...)
Happens to other packages as well:
(Accidentally filed xonsh/xonsh#2637 for the problem, closed it now)
The text was updated successfully, but these errors were encountered: