12 lines
219 B
Markdown
12 lines
219 B
Markdown
|
|
onnx Cannot build wheel
|
||
|
|
|
||
|
|
fix command:
|
||
|
|
|
||
|
|
```bash
|
||
|
|
git clone https://github.com/onnx/onnx.git
|
||
|
|
cd onnx
|
||
|
|
git submodule update --init --recursive
|
||
|
|
# prefer lite proto
|
||
|
|
set CMAKE_ARGS=-DONNX_USE_LITE_PROTO=ON
|
||
|
|
pip install -e .
|
||
|
|
```
|