-
Notifications
You must be signed in to change notification settings - Fork 100
Description
Issue type
Build/Install
Have you reproduced the bug with TensorFlow Nightly?
Yes
Source
binary
TensorFlow version
2.19.0
Custom code
Yes
OS platform and distribution
Arch Linux 64 bits
Mobile device
No response
Python version
3.13.5
Bazel version
No response
GCC/compiler version
No response
CUDA/cuDNN version
No response
GPU model and memory
No response
Current behavior?
I use Arch Linux 64 bits,
the python version provided with Arch Linux is 3.13.5,
I can not install tensorflow-rocm with pip, as the current most recent tensorflow-rocm package has no compatibility with python 3.13.5 :
tf_nightly_rocm-2.19.0.dev20250408-cp312-cp312-manylinux_2_28_x86_64.whl
The repo I use is :
https://repo.radeon.com/rocm/manylinux/rocm-rel-6.4/
The error message I have when I try to install tensorflow-rocm with pip :
ERROR: tf_nightly_rocm-2.19.0.dev20250408-cp312-cp312-manylinux_2_28_x86_64.whl is not a supported wheel on this platform.
Can you please create a tensorflow-rocm package with compatibility for python 3.13.5 ?
Thanks
Standalone code to reproduce the issue
pip install tensorflow-rocm
or
pip3 install wheel /tmp/tf_nightly_rocm-2.19.0.dev20250408-cp312-cp312-manylinux_2_28_x86_64.whl
Relevant log output
ERROR: tf_nightly_rocm-2.19.0.dev20250408-cp312-cp312-manylinux_2_28_x86_64.whl is not a supported wheel on this platform.