Package Details: python-anthropic 0.65.0-1

Git Clone URL: https://aur.archlinux.org/python-anthropic.git (read-only, click to copy)
Package Base: python-anthropic
Description: Python library that provides convenient access to the Anthropic REST API
Upstream URL: https://github.com/anthropics/anthropic-sdk-python
Licenses: MIT
Submitter: carsme
Maintainer: envolution
Last Packager: envolution
Votes: 2
Popularity: 0.20
First Submitted: 2024-03-23 18:05 (UTC)
Last Updated: 2025-09-02 17:05 (UTC)

Latest Comments

envolution commented on 2025-07-18 01:01 (UTC)

@techmanwalker uninstall python-pytest-benchmark or makepkg with --nocheck

techmanwalker commented on 2025-07-17 21:32 (UTC)

==> Iniciando check()...
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR>   File "/usr/lib/python3.13/site-packages/_pytest/main.py", line 285, in wrap_session
INTERNALERROR>     config._do_configure()
INTERNALERROR>     ~~~~~~~~~~~~~~~~~~~~^^
INTERNALERROR>   File "/usr/lib/python3.13/site-packages/_pytest/config/__init__.py", line 1119, in _do_configure
INTERNALERROR>     self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR>     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
INTERNALERROR>   File "/usr/lib/python3.13/site-packages/pluggy/_hooks.py", line 534, in call_historic
INTERNALERROR>     res = self._hookexec(self.name, self._hookimpls.copy(), kwargs, False)
INTERNALERROR>   File "/usr/lib/python3.13/site-packages/pluggy/_manager.py", line 120, in _hookexec
INTERNALERROR>     return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
INTERNALERROR>            ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
INTERNALERROR>   File "/usr/lib/python3.13/site-packages/pluggy/_callers.py", line 167, in _multicall
INTERNALERROR>     raise exception
INTERNALERROR>   File "/usr/lib/python3.13/site-packages/pluggy/_callers.py", line 121, in _multicall
INTERNALERROR>     res = hook_impl.function(*args)
INTERNALERROR>   File "/usr/lib/python3.13/site-packages/pytest_benchmark/plugin.py", line 448, in pytest_configure
INTERNALERROR>     bs = config._benchmarksession = BenchmarkSession(config)
INTERNALERROR>                                     ~~~~~~~~~~~~~~~~^^^^^^^^
INTERNALERROR>   File "/usr/lib/python3.13/site-packages/pytest_benchmark/session.py", line 65, in __init__
INTERNALERROR>     self.logger.warn(
INTERNALERROR>     ~~~~~~~~~~~~~~~~^
INTERNALERROR>         "Benchmarks are automatically disabled because xdist plugin is active."
INTERNALERROR>         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
INTERNALERROR>         "Benchmarks cannot be performed reliably in a parallelized environment.",
INTERNALERROR>         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
INTERNALERROR>     )
INTERNALERROR>     ^
INTERNALERROR>   File "/usr/lib/python3.13/site-packages/pytest_benchmark/logger.py", line 46, in warn
INTERNALERROR>     warner(PytestBenchmarkWarning(text))
INTERNALERROR>     ~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
INTERNALERROR> pytest_benchmark.logger.PytestBenchmarkWarning: Benchmarks are automatically disabled because xdist plugin is active.Benchmarks cannot be performed reliably in a parallelized environment.
==> ERROR: Se produjo un fallo en check().
    Cancelando...
-> Ha fallado al instalar la capa, rodando hacia la siguiente capa error:error compilando: python-anthropic - exit status 4

gwuensch commented on 2025-06-26 12:53 (UTC)

Hi, this packages requires python-pytest-xdist as checkdepends since this upstream commit that added the -n auto flag.