Mr. Walls
Mr. Walls
# DUPLICATE with PR [#2497](https://github.com/actions/starter-workflows/pull/2497) > [!CAUTION] > This PR conflicts with PR [#2497](https://github.com/actions/starter-workflows/pull/2497) which also bumps the version number to `v4` @aegilops, I request you please coordinate this change...
> Isn't `prettytable` already a dependency of the package, while `wcwidth` is a dependency of `prettytable`? Yup! :100: --- ## Closing as 'Not Planned' Rationale: `pip-licenses` depends directly on `prettytable`...
@mbrossard, 🤔 ok some things have changed in openssl and gcc 🙊 Of note: - GHA CI/CD runners need a gcc version between 10 and 12 (caveat: macOS can find...
@mbrossard, In my spare time, I've made a little bit of progress on this, and wanted to make a note of the status on this: I have the ubuntu builds...
## Issue is still available for new contributors: https://github.com/raimon49/pip-licenses/blob/b480c39bee431d934664df5775f6b6cdc929a814/README.md?plain=1#L614-L619 Hint/Suggested fix Consider: ```diff - [tool.pip-licences] + [tool.pip-licenses] from = "classifier" ignore-packages = [ "scipy" ] fail-on = "MIT;" ``` This...
Closing as Superseded by PR #238
🙊 I like the idea too, but what happens regarding incompatibilities logic? Is there a known solution? EDIT: Possibly: https://github.com/pilosus/pip-license-checker - does an apache 2.0 licensed dependency in a GPLv3...
> [!IMPORTANT] > Disclaimer: I am a fellow user on GitHub and not affiliated with this project. My comments are based on my own experiences and understanding. @qiuxiaomu, Regarding your...
Closing as Included-in and Superseded-by PR #238
:+1: I think @PepijnB is on the right track. :information_source: Additional edge-cases: There is a related or variant or this issue, "KeyError" is thrown in the same way due to...