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

Add verbose option to install and uninstall #60

Merged
merged 13 commits into from
Apr 26, 2023

Conversation

ryanking13
Copy link
Member

@ryanking13 ryanking13 commented Apr 14, 2023

This adds verbose parameter to micropip.install and micropip.uninstall.

Setting verbose=True will print the installation/uninstallation process.

image

A known issue is that it does not show dependencies of packages in repodata.json (as it is handled by loadPackage)

image

  • changelog

Copy link
Member

@rth rth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great thanks a lot @ryanking13 ! Overall LGTM.

micropip/_utils.py Outdated Show resolved Hide resolved
micropip/transaction.py Show resolved Hide resolved
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

Successfully merging this pull request may close these issues.

2 participants