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

Show when a new version of an existing package is installed #43

Open
billallen256 opened this issue Sep 28, 2020 · 0 comments
Open

Show when a new version of an existing package is installed #43

billallen256 opened this issue Sep 28, 2020 · 0 comments

Comments

@billallen256
Copy link
Collaborator

If a user installs something like requests, but then later installs an older version of requests, then no message is displayed.

ipydeps.pip('requests')
New packages installed: requests

Later

ipydeps.pip('requests==0.0.1')
No new packages installed

This is because ipydeps discards version information when it uses pip freeze to get the the old and new lists of installed packages.

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

1 participant