cbalint13 commented on issue #17550: URL: https://github.com/apache/tvm/issues/17550#issuecomment-2520353929
@JWXiang-404 , I tried to reproduce steps (official doc) with latest head, and it works fine. Please note that we fix a similar issue (library loading) few days ago. ``` $ git log | grep -b3 commit | head -3 0:commit 513c2be0c3b853a3b77de729f0ea75d448ee3c37 48-Author: Renat Idrisov <[email protected]> 117-Date: Mon Dec 2 14:24:00 2024 -0800 $ python -c "import tvm; print(tvm.__file__)" /home/cbalint/work/GITHUB/tvm/python/tvm/__init__.py (tvm-build-venv) [cbalint@yoda tvm]$ python Python 3.11.10 | packaged by conda-forge | (main, Oct 16 2024, 01:27:36) [GCC 13.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import tvm >>> print(tvm.__file__) /home/cbalint/work/GITHUB/tvm/python/tvm/__init__.py >>> print(tvm.__version__) 0.19.dev0 >>> print(tvm.target.codegen.llvm_version_major()) 19 ``` If the problem persists with latest head checkout , could give some more detail of your environment ? -- 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]
