vfdff commented on issue #17562:
URL: https://github.com/apache/tvm/issues/17562#issuecomment-2556663623

   oh, now it works fine.
   
   * The correct config for my machine should be following:
   ```
   export TVM_HOME=/home/zhongyunde/tvm
   export PYTHONPATH=$TVM_HOME/python:${PYTHONPATH}
   ```
   
   * PS: /home/zhongyunde/envs/py311/bin/../lib/libstdc++.so.6: version 
`GLIBCXX_3.4.30' not found (required by /home/zhongyunde/tvm/build/libtvm.so)
   ```
     rm /home/zhongyunde/envs/py311/bin/../lib/libstdc++.so.6 -rf
     ln -s /usr/lib32/libstdc++.so.6 
/home/zhongyunde/envs/py311/bin/../lib/libstdc++.so.6
   ```


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