You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have I written custom code (as opposed to using a stock example script provided in TensorFlow): No
OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Freshly Updated Arch Linux
TensorFlow installed from (source or binary): Binary from PyPi
TensorFlow version (use command below): 2.8.0
Python version: 3.10.2
GPU model and memory: Vega 56 8GB
Describe the current behavior
I can't import Tensorflow because i get the following ImportError. I use the AUR ROCM Packages with Version 5.0.2. I can use tensorflow without Problems in the rocm/tensorflow container.
Exception has occurred: ImportError
Traceback (most recent call last):
File "/home/rwo/.local/lib/python3.10/site-packages/tensorflow/python/pywrap_tensorflow.py", line 60, in <module>
from tensorflow.python._pywrap_tensorflow_internal import *
ImportError: librocm_smi64.so.5: cannot open shared object file: No such file or directory
```
**Describe the expected behavior**
Import works as usual.
**Standalone code to reproduce the issue**
```
import tensorflow as tf
```
The text was updated successfully, but these errors were encountered:
System information
Describe the current behavior
I can't import Tensorflow because i get the following ImportError. I use the AUR ROCM Packages with Version 5.0.2. I can use tensorflow without Problems in the rocm/tensorflow container.
The text was updated successfully, but these errors were encountered: