I installed the library like so: "pip install onnxruntime-extensions" Then the following import failed for me: "from onnxruntime_extensions import pnp" ImportError: cannot import name 'pnp' from 'onnxruntime_extensions'
I installed the library like so:
"pip install onnxruntime-extensions"
Then the following import failed for me:
"from onnxruntime_extensions import pnp"
ImportError: cannot import name 'pnp' from 'onnxruntime_extensions'