muelea/shapy

ModuleNotFoundError: No module named 'attributes.attributes_betas'

WenqiangX opened this issue · 2 comments

Hi,

When I follow the installation instructions to finish the setup, and run the regressor demo. The terminal shows this error.
I think it is an issue of attributes installation.

Simply import attributes in python command environment will reproduce this error.

it seems
export PYTHONPATH=$PYTHONPATH:$(pwd)/attributes/
can resolve this.

it seems export PYTHONPATH=$PYTHONPATH:$(pwd)/attributes/ can resolve this.

Hey I am still having the same problem and the above solution is not working for me can you recommend any help?