awsm-research / PyExplainer

PyExplainer: A Local Rule-Based Model-Agnostic Technique (Explainable AI)
MIT License
29 stars 9 forks source link

Cannot import pyexplainer #6

Closed oathaha closed 3 years ago

oathaha commented 3 years ago

After I install pyexplainer by this command pip install pyexplainer

I cannot import pyexplainer because of this error: "ModuleNotFoundError: No module named 'pyexplainer'"

Could you help me fix this issue? I have to create replication package.

MichaelFu1998-create commented 3 years ago

Did you use the same or similar environment to the #1? May I have a complete screenshot of your error message? Thanks!

oathaha commented 3 years ago

Actually after I create conda environemnt and run pip install pyexplainer, I forgot to use this conda environment in Jupyter notebook so I encountered this error.