We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eba26b commit 68eb00fCopy full SHA for 68eb00f
sparse/mlir_backend/__init__.py
@@ -4,9 +4,7 @@
4
del mlir_finch
5
except ModuleNotFoundError as e:
6
raise ImportError(
7
- "MLIR Python bindings not installed. Run "
8
- "`conda install conda-forge::mlir-python-bindings` "
9
- "to enable MLIR backend."
+ "MLIR Python bindings not installed. Run `pip install finch-mlir` to enable the MLIR backend."
10
) from e
11
12
from . import formats
0 commit comments