I'm facing
ModuleNotFoundError: No module named 'sklearn'
in intellij as I'm using docker and airlfow to create a machine learning project eventhough I;ve installed package in the intellij and in docker container as well. Command I used to install in container
docker exec -it project_p-webserver-1 /bin/bash
pip install scikit-learn
and I've also locally installed sklearn from my terminal.
I tried installing the sklearn library in intellij, locally, docker container but nothing worked and error is still there as I'm using airflow for my machine learning model.