ysh329 commented on issue #18392:
URL: https://github.com/apache/tvm/issues/18392#issuecomment-3446059935

   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'
   >>>
   ```


-- 
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]

Reply via email to