iree-org / iree

A retargetable MLIR-based machine learning compiler and runtime toolkit.

Home Page:http://iree.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iree-compiler python package leaves directory artifact after pip uninstall

dan-garvey opened this issue · comments

What happened?

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

  1. install iree python wheels
  2. pip uninstall iree
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