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

[Bug] When installing via pip, receive error "SetuptoolsDeprecationWarning: Invalid dash-separated options" #191

Closed
ipurton opened this issue Dec 13, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@ipurton
Copy link

ipurton commented Dec 13, 2024

Describe the Bug

After running installation command for the QMK CLI, I receive the following error message. Full log is provided in context and system info is provided below.

System:
Kernel: 5.15.0-126-generic x86_64 bits: 64 compiler: gcc v: 11.4.0
Desktop: Cinnamon 6.0.4 tk: GTK 3.24.33 wm: muffin vt: 7 dm: LightDM 1.30.0
Distro: Linux Mint 21.3 Virginia base: Ubuntu 22.04 jammy

Python 3.10.12, pip 24.3.1

/home/ruby/.local/lib/python3.10/site-packages/setuptools/dist.py:452: SetuptoolsDeprecationWarning: Invalid dash-separated options
      !!
      
              ********************************************************************************
              Usage of dash-separated 'description-file' will not be supported in future
              versions. Please use the underscore name 'description_file' instead.
      
              This deprecation is overdue, please update your project and remove deprecated
              calls to avoid build errors in the future.
      
              See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
              ********************************************************************************
      
      !!

Additional Context?

20241212_QMK_CLI_pipinstallerror.txt

@ipurton ipurton added the bug Something isn't working label Dec 13, 2024
@fauxpark
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants