Error Installing on Arch Linux
/usr/lib/python3.11/site-packages/setuptools/dist.py:745: 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) running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. /usr/lib/python3.11/site-packages/setuptools/command/test.py:194: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !!
********************************************************************************
Requirements should be satisfied by a PEP 517 installer.
If you are using pip, you can try `pip install --use-pep517`.
********************************************************************************
!! ir_d = dist.fetch_build_eggs(dist.install_requires) /usr/lib/python3.11/site-packages/setuptools/command/test.py:195: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !!
********************************************************************************
Requirements should be satisfied by a PEP 517 installer.
If you are using pip, you can try `pip install --use-pep517`.
********************************************************************************
!! tr_d = dist.fetch_build_eggs(dist.tests_require or []) /usr/lib/python3.11/site-packages/setuptools/command/test.py:196: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !!
********************************************************************************
Requirements should be satisfied by a PEP 517 installer.
If you are using pip, you can try `pip install --use-pep517`.
********************************************************************************
!!
er_d = dist.fetch_build_eggs(
running egg_info
writing cyaron.egg-info/PKG-INFO
writing dependency_links to cyaron.egg-info/dependency_links.txt
writing requirements to cyaron.egg-info/requires.txt
writing top-level names to cyaron.egg-info/top_level.txt
reading manifest file 'cyaron.egg-info/SOURCES.txt'
adding license file 'LICENSE'
writing manifest file 'cyaron.egg-info/SOURCES.txt'
running build_ext
Traceback (most recent call last):
File "/home/wxt/.cache/yay/python-cyaron/src/python-cyaron/setup.py", line 4, in
系统:Arch Linux on x86-64 Python:3.11.3
没人吗
Maybe that's cause by pacman, On Arch Linux, packages on python in managed by pacman, and it can't be installed. I try to use vitural enviroument and it works.