Skip to content

Commit 68eb00f

Browse files
committed
Update MLIR import error message to show the correct package.
1 parent 9eba26b commit 68eb00f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

sparse/mlir_backend/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
del mlir_finch
55
except ModuleNotFoundError as e:
66
raise ImportError(
7-
"MLIR Python bindings not installed. Run "
8-
"`conda install conda-forge::mlir-python-bindings` "
9-
"to enable MLIR backend."
7+
"MLIR Python bindings not installed. Run `pip install finch-mlir` to enable the MLIR backend."
108
) from e
119

1210
from . import formats

0 commit comments

Comments
 (0)