Search Criteria
Package Details: python-ray 2.53.0-1
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-12-22 03:02 (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-zstdAUR, unzip_pAUR, unzip-natspecAUR) (make)
- py-spyAUR (py-spy-binAUR) (optional) – for ray[default, serve]
- python-aiohttp (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-binAUR, python-scipy-mklAUR, python-scipy-mkl-tbbAUR) (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 »
carlosal1015 commented on 2026-01-13 20:31 (UTC)
Let's await to the next version. Python 3.14 is not supported yet.
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:unzipis missing inmakedependsbecause one script calls it during the building. So my guess is that you haveunzipinstalled 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
1 2 3 Next › Last »