Deployment Error (sklearn)

Hello all,

Im trying to deploy my model and keep having a problem with ModuleNotFoundError. In particular, this is where the error is happening:

from sklearn.metrics.pairwise import euclidean_distances

For some reason, sklearn isn’t working with streamlit.

Here is my app: https://zuhorski-ufcproject-scriptswebsite-3b7ui4.streamlitapp.com/
Here is my github: https://github.com/zuhorski/UFCProject

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.