-
Notifications
You must be signed in to change notification settings - Fork 615
Closed
Description
Description
Every command with 'capa' generates a warning in the command line:
PyInstaller/loader/pyimod02_importers.py:450: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
Steps to Reproduce
- Install the binary for the last version: 9.2.0
- Run: 'capa --version' on the terminal
- See the warning
Expected behavior:
No warnings should appears!
Actual behavior:
-> capa --version
PyInstaller/loader/pyimod02_importers.py:450: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
capa 9.2.0
Versions
- App Version: 9.2.0
- OS: Linux EndeavourOS 6.14.9-arch1-1 Add hooks for running linters and tests #1 SMP PREEMPT_DYNAMIC Thu, 29 May 2025 21:42:15 +0000 x86_64 GNU/Linux
- Terminal: Bash
Additional Information
The previous version (9.1.0) appears to be working fine!
Metadata
Metadata
Assignees
Labels
No labels