You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMake Error at /usr/local/lib/python3.10/dist-packages/cmake/data/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find Python3 (missing: Python3_INCLUDE_DIRS Python3_LIBRARIES
Development Development.Module Development.Embed) (found suitable version
"3.10.13", minimum required is "3.10")
Call Stack (most recent call first):
/usr/local/lib/python3.10/dist-packages/cmake/data/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE)
/usr/local/lib/python3.10/dist-packages/cmake/data/share/cmake-3.28/Modules/FindPython/Support.cmake:3867 (find_package_handle_standard_args)
/usr/local/lib/python3.10/dist-packages/cmake/data/share/cmake-3.28/Modules/FindPython3.cmake:545 (include)
CMakeLists.txt:216 (find_package)
However, in the continer(with the python3.10 version image), the python3 could work normally. Because we would like to use the buddy.compiler module, the python binding seems to be necessary.
Could you please give me some guide of building buddy-mlir or more help? Thank you very much!!!
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When I building the buddy-mlir using command as below, we meet the problem.
the error log:
However, in the continer(with the python3.10 version image), the python3 could work normally. Because we would like to use the buddy.compiler module, the python binding seems to be necessary.
Could you please give me some guide of building buddy-mlir or more help? Thank you very much!!!
The text was updated successfully, but these errors were encountered: