Open eunjiinkim opened 2 years ago
I cannot import pairwise explainer, while other explainers are imported well. My python version is 3.6.8
What can I do?
Hi @eunjiinkim, can you confirm the version you are using of the package? I would specifically try installing the package with no cache flag passed so pip install transformers-interpret --no-cache-dir
pip install transformers-interpret --no-cache-dir
I cannot import pairwise explainer, while other explainers are imported well. My python version is 3.6.8
What can I do?