Error with Scikit-learn version

Please can anyone help me understand this. I got this error message and I followed the instructions to download the scikit-learn library in the code and replace sklearn with scikit-learn but I still experience the same error. Linked is the web app url and its github repository

Collecting sklearn
Downloading sklearn-0.0.post11.tar.gz (3.6 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status ‘error’
error: subprocess-exited-with-error

Webapp - https://augusta02-web-app-for-developer-salary-prediction--app-ehvdnv.streamlit.app/
GithuB repo: GitHub - Augusta02/Web-App-for-Developer-Salary-Prediction-: Built a web app displaying Developer Salaries using Stackoverflow survey

numpy
pandas 
scikit-learn

… and do a reboot of the app.

1 Like

Hey Hi there ! you can refer this docs

also check your requirement.txt in your project
check all sci-kit dependencies

1 Like