neuralmagic / sparsify

ML model optimization product to accelerate inference.
Apache License 2.0
320 stars 29 forks source link

Wrap sparsifyml import error with information about python3-dev requirement #255

Closed bfineran closed 1 year ago

bfineran commented 1 year ago

if python3-dev is not installed, sparsifyml will raise an import error over not finding the libpython binaries, this PR adds a bit more information to help the user out

test plan: login pathway covered by GHA