featuretools-tsfresh-primitives icon indicating copy to clipboard operation
featuretools-tsfresh-primitives copied to clipboard

ModuleNotFoundError: No module named 'featuretools.tsfresh'

Open avinashbarnwal opened this issue 4 years ago • 1 comments

Hi,

I have installed the latest library using - pip install 'featuretools[tsfresh]'

I am getting the below error:- 2021-04-02 21:40:46,303 featuretools - WARNING Featuretools failed to load plugin tsfresh from library featuretools_tsfresh_primitives.init. For a full stack trace, set logging to debug.

Please help in resolving the above error.

avinashbarnwal avatar Apr 02 '21 21:04 avinashbarnwal

Hello @avinashbarnwal, sorry about the slow reply. A common cause for this issue is if a version conflict occurred during the pip installation. If you run pip check, does it report any issues?

What code did you run to produce this error?

rwedge avatar Apr 16 '21 21:04 rwedge