loewenm

Results 5 comments of loewenm

Have the same error as well... Just tagging-in in the hopes we find an answer... The error is being thrown in the getfile() def in the inspect.py file. ``` def...

Hello all - I've figured out the issue here; at least from my standpoint... I thought the wrapper was a bit more flexible in terms of its parameter inputs when...

I have the same error. ``` File \AppData\Local\miniconda3\envs\devops\Lib\site-packages\future\standard_library\__init__.py:65 [63](file:///miniconda3/envs/devops/Lib/site-packages/future/standard_library/__init__.py:63) import sys [64](file:///miniconda3/envs/devops/Lib/site-packages/future/standard_library/__init__.py:64) import logging ---> [65](file:///miniconda3/envs/devops/Lib/site-packages/future/standard_library/__init__.py:65) import imp [66](file:///miniconda3/envs/devops/Lib/site-packages/future/standard_library/__init__.py:66) import contextlib [67](file:///miniconda3/envs/devops/Lib/site-packages/future/standard_library/__init__.py:67) import types ModuleNotFoundError: No module named 'imp' ```...

I no longer have this issue. Solution is found here: https://github.com/slundberg/shap/issues/1551#issuecomment-851623882