onnx / onnxmltools

ONNXMLTools enables conversion of models to ONNX
https://onnx.ai
Apache License 2.0
1.02k stars 182 forks source link

compatibility issue between onnxmltools and winmltools #306

Closed lgongmsft closed 5 years ago

lgongmsft commented 5 years ago

I got the following error when trying to update the onnxmltools to its latest version (i.e., 1.4.1).

root@master-0:~# pip3 install -U onnxmltools
…
ERROR: winmltools 1.4.1 has requirement onnxmltools==1.4.0, but you'll have onnxmltools 1.4.1 which is incompatible.
vinitra-zz commented 5 years ago

Hi @lgongmsft! WinMLTools is an extension of ONNXMLTools for use with Windows ML.

At the moment, WinMLTools supports version 1.4.0 of onnxmltools. If you want to use the newest version of onnxmltools outside of winmltools, you can simply force the upgrade with the --force flag.