featuretools-tsfresh-primitives
                                
                                
                                
                                    featuretools-tsfresh-primitives copied to clipboard
                            
                            
                            
                        ModuleNotFoundError: No module named 'featuretools.tsfresh'
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.
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?