alteryx / featuretools-tsfresh-primitives

TSFresh primitives for featuretools
MIT License
36 stars 12 forks source link

ModuleNotFoundError: No module named 'featuretools.tsfresh' #70

Open avinashbarnwal opened 3 years ago

avinashbarnwal commented 3 years ago

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.

rwedge commented 3 years ago

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?