Merhabalar 1-2 gündür python da pygame öğrenmeye çalışıyorum.
Küçük bir buton koymak istiyorum.
Bunun içinde tabii button kütüphanesine ihtiyacım var.
Bende doğal olarak pip install button yazıyorum ve bir hata veriyor.
bu hatayı alıyorum yardım etcek var mı
Küçük bir buton koymak istiyorum.
Bunun içinde tabii button kütüphanesine ihtiyacım var.
Bende doğal olarak pip install button yazıyorum ve bir hata veriyor.
Collecting button
Using cached button-0.0.3.post3.tar.gz (3.1 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... error
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [16 lines of output]
C:\Users\***************\AppData\Local\Temp\pip-build-env-wfveo5n7\overlay\Lib\site-packages\setuptools\dist.py:510: 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.
By 2023-Sep-26, you need to update your project and remove deprecated calls
or your builds will no longer be supported.
See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
********************************************************************************
!!
opt = self.warn_dash_deprecation(opt, section)
error in button setup command: 'python_requires' must be a string containing valid version specifiers; Invalid specifier: '>=3.*'
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
bu hatayı alıyorum yardım etcek var mı


