iree-org / iree

A retargetable MLIR-based machine learning compiler and runtime toolkit.
http://iree.dev/
Apache License 2.0
2.47k stars 548 forks source link

iree-compiler python package leaves directory artifact after pip uninstall #17688

Open dan-garvey opened 1 week ago

dan-garvey commented 1 week ago

What happened?

I need to repro on another system, but basically steps:

  1. install iree python wheels
  2. pip uninstall iree
  3. pip list | grep iree
    iree-compiler       20240410.859
    $ pip uninstall iree-compiler
    Found existing installation: iree-compiler 20240410.859
    Can't uninstall 'iree-compiler'. No files were found to uninstall.

Steps to reproduce your issue

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

What component(s) does this issue relate to?

No response

Version information

No response

Additional context

No response