ysh329 left a comment (apache/tvm#18392)
Hi guys, I verfied package (uploaded package and `rc0` tag) but found something
wrong when `import tvm`:
```shell
# below is rc0 tag
@ysh329 ➜ /workspaces/test/github-git-22-local (9dbf3f22f) $ export
TVM_HOME=$(pwd)
@ysh329 ➜ /workspaces/test/github-git-22-local (9dbf3f22f) $ echo $TVM_HOME
/workspaces/test/github-git-22-local
@ysh329 ➜ /workspaces/test/github-git-22-local (9dbf3f22f) $ export
PYTHONPATH=${TVM_HOME}/python
@ysh329 ➜ /workspaces/test/github-git-22-local (9dbf3f22f) $ echo $PYTHONPATH
/workspaces/test/github-git-22-local/python
@ysh329 ➜ /workspaces/test/github-git-22-local (9dbf3f22f) $ python3
Python 3.12.1 (main, Jul 10 2025, 11:57:50) [GCC 13.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import tvm
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/workspaces/test/github-git-22-local/python/tvm/__init__.py", line 24,
in <module>
from tvm_ffi import register_object, register_global_func, get_global_func
ModuleNotFoundError: No module named 'tvm_ffi'
>>>
```
--
Reply to this email directly or view it on GitHub:
https://github.com/apache/tvm/issues/18392#issuecomment-3446059935
You are receiving this because you are subscribed to this thread.
Message ID: <apache/tvm/issues/18392/[email protected]>