No module named 'featuretools.features' error pip install in Jupyter notebook

Viewed 1598

When I try to install anything from featuretools.features using pip in a Jupyter notebook, I get this error:

ModuleNotFoundError: No module named 'featuretools.features'

Everything else I'm importing from featuretools is working, so I'm not sure why this is the case. Any help would be great, thanks!

1 Answers
Related