vfdff commented on issue #17556: URL: https://github.com/apache/tvm/issues/17556#issuecomment-2536188196
Oh, I Fixed the issue * the error because I have a script named **pytest.py** , which is same to the python's import module name. ``` (venv) [root@huawei-pc source]# ls __pycache__ fuseOp.py osdi22_artifact pytest.py test.py tvm venv (venv) [root@huawei-pc source]# mv pytest.py pytest1.py ``` * After rename it to pytest1.py, then I can get expected result refer https://blog.csdn.net/eebaicai/article/details/83759037 -- 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]
