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

remove dep on _internal function from pip module (broken w/ pip 21.3 posted 2 days ago) #10

Merged
merged 2 commits into from
Oct 15, 2021

Conversation

Pack3tL0ss
Copy link
Contributor

resolves #9

pip 21.2.4 (previous release) does not have the issue

pip 21.3 posted 10/11 results in
`from pip._internal.utils.misc import get_installed_distributions` as the function was removed.

changed logic to attempt import of colorlog via try/except.
vs. verifying the pkg is installed.

Tested and working on my system.
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.

None yet

2 participants