Search Criteria
Package Details: python-ray 2.49.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-ray.git (read-only, click to copy) |
---|---|
Package Base: | python-ray |
Description: | A fast and simple framework for building and running distributed applications |
Upstream URL: | https://github.com/ray-project/ray |
Licenses: | Apache-2.0 |
Submitter: | acxz |
Maintainer: | carlosal1015 |
Last Packager: | carlosal1015 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-03-06 04:59 (UTC) |
Last Updated: | 2025-09-04 17:07 (UTC) |
Dependencies (41)
- libxcrypt-compat
- psmisc (psmisc-selinuxAUR)
- python-click
- python-filelock
- python-jsonschema
- python-msgpack
- python-packaging
- python-protobuf (python-protobuf-gitAUR, python-protobuf-21AUR)
- python-pyaml
- python-requests
- bazelisk (bazelisk-gitAUR, bazelisk-binAUR) (make)
- cython (cython-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (make)
- python-setuptools-scm (make)
- python-wheel (make)
- unzip (unzip-natspecAUR, unzip-zstdAUR, unzip-pAUR) (make)
- py-spyAUR (py-spy-binAUR) (optional) – for ray[default, serve]
- python-aiohttp (python-aiohttp-gitAUR) (optional) – for ray[default, serve]
- python-aiohttps-cors (optional) – for ray[default, serve]
- python-colorfulAUR (optional) – for ray[default, serve]
- python-dm-treeAUR (python-dm-tree-gitAUR) (optional) – for ray[rllib]
- python-fastapi (optional) – for ray[serve]
- python-fsspec (optional) – for ray[data, tune, rllib]
- python-gymnasiumAUR (optional) – for ray[rllib]
- python-lz4 (optional) – for ray[rllib]
- python-opencensusAUR (optional) – for ray[default, serve]
- python-opentelemetry-apiAUR (optional) – for ray[observability]
- python-opentelemetry-exporter-otlpAUR (optional) – for ray[observability]
- python-opentelemetry-sdkAUR (optional) – for ray[observability]
- python-pandas (optional) – for ray[data, tune, rllib]
- python-prometheus_client (optional) – for ray[default, serve]
- python-rich (optional) – for ray[rllib]
- python-scipy (python-scipy-gitAUR, python-scipy-mkl-tbbAUR, python-scipy-mklAUR, python-scipy-mkl-binAUR) (optional) – for ray[rllib]
- python-smart-open (python-smart_openAUR) (optional) – for ray[default, serve]
- python-starlette (optional) – for ray[serve]
- python-tensorboardxAUR (python-tensorboardx-gitAUR) (optional) – for ray[tune, rllib]
- python-typer (optional) – for ray[rllib]
- python-virtualenv (optional) – for ray[default, serve]
- uvicorn (optional) – for ray[serve]
Required by (4)
- python-cotengra (optional)
- python-pandera-git (optional)
- python-rlgear-git
- python-tamu_axolotl-git
Latest Comments
1 2 3 Next › Last »
iyanmv commented on 2025-09-04 18:03 (UTC)
Hey Carlos, thanks for making me co-maintainer, but I already have a few packages on my table and I'm not familiar with ray. On top of that, upstream only supports very old versions of gcc and clang, so it looks like this will be need quite some time to keep it working in Arch. I have removed myself as co-maintainer. My only interest in making this build correctly is because it is a dependency of something else I do want to maintain.
iyanmv commented on 2025-09-04 16:31 (UTC)
Here is the PR: https://github.com/ray-project/ray/pull/56243
iyanmv commented on 2025-09-04 16:08 (UTC)
Here is a small patch if you want to test it:
iyanmv commented on 2025-09-04 16:01 (UTC)
Yeah, I think it's just a missing
#include <cstdint>
. I will create a PR upstream.iyanmv commented on 2025-09-04 15:46 (UTC)
Carlos: Okay, I see... that's unfortunate, but I guess not a lot of people are using mesa-demos anyways.
Regarding the building issues. Can you confirm that you can successfully build it locally? Can you also try with e.g.
extra-x86_64-build
. First, there is an easy issue to fix:unzip
is missing inmakedepends
because one script calls it during the building. So my guess is that you haveunzip
installed in your system and that's why you don't see that error. The next errors I get are probably related to GCC 15 not implicitly including<cstdint>
as GCC 14 used to do. Are you using a custommakepkg.conf
?carlosal1015 commented on 2025-09-04 15:45 (UTC)
Let's investigate the error or ask upstream later.
carlosal1015 commented on 2025-09-04 14:50 (UTC)
Hi, the conflict with mesa-demos is about
/usr/bin/ray exists in filesystem (owned by mesa-demos)
.iyanmv commented on 2025-09-03 21:21 (UTC)
Carlos: You are bumping version while ignoring all the comments that this is not building correctly. Please test your package in a clean chroot env. Also, why does this conflict with
mesa-demos
?oromix commented on 2025-09-02 18:38 (UTC)
unfortunately 2.49.0 still wont build for me. I get the same error as before. https://pastebin.com/v30LypS5
oromix commented on 2025-08-27 20:47 (UTC)
confirmed, the current PKGBUILD fails to build in a clean environment.
FAILED: Build did NOT complete successfully Traceback (most recent call last): File "/usr/lib/python3.13/site-packages/pyproject_hooks/_in_process/_in_process.py", line 389, in <module> main()
^^ File "/usr/lib/python3.13/site-packages/pyproject_hooks/_in_process/_in_process.py", line 373, in main json_out["return_val"] = hook(hook_input["kwargs"])^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/pyproject_hooks/_in_process/_in_process.py", line 280, in build_wheel return _build_backend().build_wheel(^ wheel_directory, config_settings, metadata_directory ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/lib/python3.13/site-packages/setuptools/build_meta.py", line 432, in build_wheel return _build(['bdist_wheel']) File "/usr/lib/python3.13/site-packages/setuptools/build_meta.py", line 423, in _build return self._build_with_temp_dir(~^ cmd, ^^^^ ...<3 lines>... self._arbitrary_args(config_settings), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/lib/python3.13/site-packages/setuptools/build_meta.py", line 404, in _build_with_temp_dir self.run_setup()^^ File "/usr/lib/python3.13/site-packages/setuptools/build_meta.py", line 512, in run_setup super().run_setup(setup_script=setup_script)~^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/setuptools/build_meta.py", line 317, in run_setup exec(code, locals())~~^^^^^^^^^^^^^^^^ File "<string>", line 740, in <module> File "/usr/lib/python3.13/site-packages/setuptools/init.py", line 115, in setup return distutils.core.setup(attrs)^^^^^^^^^ File "/usr/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 186, in setup return run_commands(dist) File "/usr/lib/python3.13/site-packages/setuptools/_distutils/core.py", line 202, in run_commands dist.run_commands()~^^ File "/usr/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 1002, in run_commands self.run_command(cmd)^^^^^ File "/usr/lib/python3.13/site-packages/setuptools/dist.py", line 1102, in run_command super().run_command(command)~^^^^^^^^^ File "/usr/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 1021, in run_command cmd_obj.run()~^^ File "/usr/lib/python3.13/site-packages/setuptools/command/bdist_wheel.py", line 370, in run self.run_command("build")^^^^^^^^^ File "/usr/lib/python3.13/site-packages/setuptools/_distutils/cmd.py", line 357, in run_command self.distribution.run_command(command)~^^^^^^^^^ File "/usr/lib/python3.13/site-packages/setuptools/dist.py", line 1102, in run_command super().run_command(command)~^^^^^^^^^ File "/usr/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 1021, in run_command cmd_obj.run()~^^ File "/usr/lib/python3.13/site-packages/setuptools/_distutils/command/build.py", line 135, in run self.run_command(cmd_name)^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/setuptools/_distutils/cmd.py", line 357, in run_command self.distribution.run_command(command)~^^^^^^^^^ File "/usr/lib/python3.13/site-packages/setuptools/dist.py", line 1102, in run_command super().run_command(command)~^^^^^^^^^ File "/usr/lib/python3.13/site-packages/setuptools/_distutils/dist.py", line 1021, in run_command cmd_obj.run()~^^1 2 3 Next › Last »