Before installing scikit-learn, you should install its dependencies.
Installing Pandas
Pandas installs fine with pip install pandas. However, when I tried to import it in my Jupyter Lab notebook, it crashed with this error:
ValueError Traceback (most recent call last)
in
----> 1 import pandas as pd
~/miniforge3/envs/tf25/