Package Details: python-simple_parsing 0.1.4-2

Git Clone URL: https://aur.archlinux.org/python-simple_parsing.git (read-only, click to copy)
Package Base: python-simple_parsing
Description: Simple, Elegant, Typed Argument Parsing with argparse
Upstream URL: https://github.com/lebrice/SimpleParsing
Licenses: MIT
Submitter: naetherm
Maintainer: naetherm
Last Packager: naetherm
Votes: 0
Popularity: 0.000000
First Submitted: 2023-05-09 11:06 (UTC)
Last Updated: 2023-09-11 16:41 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

carlosal1015 commented on 2023-06-09 04:58 (UTC)

Hi, I have the following message error

==> Extracting sources...
  -> Extracting python-simple_parsing-0.1.2.tar.gz with bsdtar
==> Sources are ready.
==> Making package: python-simple_parsing 0.1.2-1 (Thu Jun  8 23:46:12 2023)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Entering fakeroot environment...
==> Starting package()...
PACKAGES FOUND: ['simple_parsing', 'simple_parsing.annotation_utils', 'simple_parsing.helpers', 'simple_parsing.wrappers', 'simple_parsing.helpers.hparams', 'simple_parsing.helpers.serialization']
sys.version_info(major=3, minor=11, micro=3, releaselevel='final', serial=0)
/usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg`
!!

        ********************************************************************************
        The license_file parameter is deprecated, use license_files instead.

        By 2023-Oct-30, 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.
        ********************************************************************************

!!
  parsed = self.parsers.get(option_name, lambda x: x)(value)
/usr/lib/python3.11/site-packages/setuptools/__init__.py:84: _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`.
        ********************************************************************************

!!
  dist.fetch_build_eggs(dist.setup_requires)
WARNING: The wheel package is not available.
/usr/sbin/python: No module named pip
Traceback (most recent call last):
  File "/usr/lib/python3.11/site-packages/setuptools/installer.py", line 96, in _fetch_build_egg_no_warn
    subprocess.check_call(cmd)
  File "/usr/lib/python3.11/subprocess.py", line 413, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/usr/sbin/python', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmprbrmu_xd', '--quiet', 'pre-commit']' returned non-zero exit status 1.

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/tmp/makepkg/python-simple_parsing/src/SimpleParsing-0.1.2.post1/setup.py", line 29, in <module>
    setuptools.setup(
  File "/usr/lib/python3.11/site-packages/setuptools/__init__.py", line 106, in setup
    _install_setup_requires(attrs)
  File "/usr/lib/python3.11/site-packages/setuptools/__init__.py", line 79, in _install_setup_requires
    _fetch_build_eggs(dist)
  File "/usr/lib/python3.11/site-packages/setuptools/__init__.py", line 84, in _fetch_build_eggs
    dist.fetch_build_eggs(dist.setup_requires)
  File "/usr/lib/python3.11/site-packages/setuptools/dist.py", line 917, in fetch_build_eggs
    return _fetch_build_eggs(self, requires)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/setuptools/installer.py", line 38, in _fetch_build_eggs
    resolved_dists = pkg_resources.working_set.resolve(
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/pkg_resources/__init__.py", line 827, in resolve
    dist = self._resolve_dist(
           ^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/pkg_resources/__init__.py", line 863, in _resolve_dist
    dist = best[req.key] = env.best_match(
                           ^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/pkg_resources/__init__.py", line 1133, in best_match
    return self.obtain(req, installer)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/pkg_resources/__init__.py", line 1145, in obtain
    return installer(requirement)
           ^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/setuptools/installer.py", line 98, in _fetch_build_egg_no_warn
    raise DistutilsError(str(e)) from e
distutils.errors.DistutilsError: Command '['/usr/sbin/python', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmprbrmu_xd', '--quiet', 'pre-commit']' returned non-zero exit status 1.
==> ERROR: A failure occurred in package().
    Aborting...
 -> error making: python-simple_parsing-exit status 4