ModuleNotFoundError

My app is returning an error of no module named sklearn despite the fact that it was already listed under the requirements, Is there any way to work around this.

Stress detection using text data

have you found the solution?

Maybe it’s just that he was listing the library as “sklearn” instead of “scikit-learn” in the requirements.txt file (based on this commit from the repo, because the file is not there anymore).

1 Like