GalMoore commented on issue #4412: URL: https://github.com/apache/incubator-tvm/issues/4412#issuecomment-638884194
For me the issue was that the tvm I built was not in PYTHONPATH. Solution from [here:](https://docs.tvm.ai/install/from_source.html) ``` export TVM_HOME=/path/to/tvm export PYTHONPATH=$TVM_HOME/python:$TVM_HOME/topi/python:${PYTHONPATH} ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
