Commit 7895d5c
committed
RHAIENG-2189: build(codeserver): add back pypi index
```
+ uv pip install /wheelsdir/pillow-11.3.0-cp312-cp312-manylinux_2_34_ppc64le.whl /wheelsdir/pyarrow-17.0.0-cp312-cp312-linux_ppc64le.whl
Using Python 3.12.9 environment at: /opt/app-root
× No solution found when resolving dependencies:
╰─▶ Because only numpy==2.3.4 is available and numpy==2.3.4 has no wheels
with a matching platform tag (e.g., `manylinux_2_34_ppc64le`), we can
conclude that numpy==2.3.4 cannot be used.
And because pyarrow==17.0.0 depends on numpy==2.3.4, we can conclude
that pyarrow==17.0.0 cannot be used.
And because only pyarrow==17.0.0 is available and you require pyarrow,
we can conclude that your requirements are unsatisfiable.
hint: Wheels are available for `numpy` (v2.3.4) on the following
platforms: `linux_aarch64`, `linux_x86_64`
subprocess exited with status 1
```1 parent a734379 commit 7895d5c
File tree
2 files changed
+8
-0
lines changed- codeserver/ubi9-python-3.12
2 files changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
75 | 79 | | |
76 | 80 | | |
77 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
85 | 89 | | |
86 | 90 | | |
87 | 91 | | |
| |||
0 commit comments