raimon49 / pip-licenses

Dump the license list of packages installed with pip.
MIT License
307 stars 43 forks source link

cannot print already installed PTable #111

Closed dd-jy closed 3 years ago

dd-jy commented 3 years ago

If one of the project's dependencies is the PTable, it cannot be printed in the result of pip-licenses. Please fix it.

raimon49 commented 3 years ago

Yes, pip-licenses itself depends on PTable, so it is intentionally not outputting.

Could you try the --with-system option?

dd-jy commented 3 years ago

I thought the option was meant to not output only setuptools and pip. It prints the pip-licenses and PTable also. Thank you.