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

"pip-licenses" is missing in output of "pip-licenses --with-system" #135

Closed
philer-jambit opened this issue Nov 14, 2022 · 2 comments · Fixed by #136
Closed

"pip-licenses" is missing in output of "pip-licenses --with-system" #135

philer-jambit opened this issue Nov 14, 2022 · 2 comments · Fixed by #136

Comments

@philer-jambit
Copy link

I've made sure that pip-licenses is installed in the same environment that I'm running the command in. It is the only package missing in the output despite using the --with-system flag – prettytable and wcwidth are included.
I believe this happens since version 4.0.0.

$ pip --version
pip 22.3.1 from /home/***/.virtualenvs/***/lib/python3.10/site-packages/pip (python 3.10)

$ pip freeze | grep pip-licenses
pip-licenses==4.0.0

$ which pip-licenses
/home/***/.virtualenvs/***/bin/pip-licenses

$ pip-licenses --with-system | grep pip-licenses

(The final command produces no output)

@philer-jambit philer-jambit changed the title "pip-licenses" missing in output of "pip-licenses --with-system" "pip-licenses" is missing in output of "pip-licenses --with-system" Nov 14, 2022
@raimon49
Copy link
Owner

@philer-jambit Thanks for the detailed report.

This bug is due to my lack of review during the v 4.0.0 release process.

I just uploaded v 4.0.1 to PyPI. can you try it?
https://pypi.org/project/pip-licenses/4.0.1/

@philer-jambit
Copy link
Author

Hey, I gave it a try, looks like it's working correctly now.

Thanks for the quick response & fix!

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 a pull request may close this issue.

2 participants