leandron opened a new pull request #10656:
URL: https://github.com/apache/tvm/pull/10656
This is required because we migrated the default version in which
dependencies are installed, due to Python 3.6 coming to EOL.
Otherwise, when running on machines updated to use Python 3.7 by default,
you'll see:
```
-- Found PythonInterp: /usr/bin/python3.6 (found suitable version "3.6.9",
minimum required is "3.6")
Traceback (most recent call last):
File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'pyxir'
CMake Error at cmake/modules/contrib/VitisAI.cmake:36 (message):
Can't build TVM with Vitis-AI because PyXIR can't be found
Call Stack (most recent call first):
CMakeLists.txt:480 (include)
```
It needs to be merged after #10654.
cc @jtuyls @areusch @driazati
--
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]