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
Is there any limitation on the dependency tools version for build from source setup?
I tried to use commands like
pip install .
python setup.py install
cmake .
but none of them works.
CMake Error at CMakeLists.txt:45 (add_subdirectory):
The source directory
/home/onnx-simplifier/third_party/onnx-optimizer
does not contain a CMakeLists.txt file.
CMake Error at CMakeLists.txt:73 (add_subdirectory):
The source directory
/home/onnx-simplifier/third_party/pybind11
does not contain a CMakeLists.txt file.
CMake Error at CMakeLists.txt:75 (pybind11_add_module):
Unknown CMake command "pybind11_add_module".
Any simple instructions and requirements on how to build this repo for development debug?
BTW, I have installed all tools in requirements.txt, and use pip install onnx-simplifier elsewhere also works for my environment.
The text was updated successfully, but these errors were encountered:
vera121
changed the title
Install from source code
Install from source code errors and limitations
Aug 6, 2024
Is there any limitation on the dependency tools version for build from source setup?
I tried to use commands like
but none of them works.
Any simple instructions and requirements on how to build this repo for development debug?
BTW, I have installed all tools in requirements.txt, and use
pip install onnx-simplifier
elsewhere also works for my environment.The text was updated successfully, but these errors were encountered: