wangzy0327 commented on issue #13666:
URL: https://github.com/apache/tvm/issues/13666#issuecomment-1495285831
> [mvermeulen](/mvermeulen)
@mvermeulen hello,I tried to run the docker mevermeulen/rocm-tvm:5.4.2
with the python(anaconda conda virtual on host OS), but I get the error.
```
root@a67fdbf3dda4:/src/tvm/build# /home/wzy/anaconda3/envs/tvm/bin/python
/home/wzy/tvm-sycl/onnx_rocm.py
Traceback (most recent call last):
File "/home/wzy/tvm-sycl/onnx_rocm.py", line 5, in <module>
import tvm
File "/src/tvm/python/tvm/__init__.py", line 26, in <module>
from ._ffi.base import TVMError, __version__, _RUNTIME_ONLY
File "/src/tvm/python/tvm/_ffi/__init__.py", line 28, in <module>
from .base import register_error
File "/src/tvm/python/tvm/_ffi/base.py", line 71, in <module>
_LIB, _LIB_NAME = _load_lib()
File "/src/tvm/python/tvm/_ffi/base.py", line 57, in _load_lib
lib = ctypes.CDLL(lib_path[0], ctypes.RTLD_GLOBAL)
File "/home/wzy/anaconda3/envs/tvm/lib/python3.7/ctypes/__init__.py", line
364, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /home/wzy/anaconda3/envs/tvm/bin/../lib/libstdc++.so.6: version
`GLIBCXX_3.4.29' not found (required by /src/tvm/build/libtvm.so)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]