I have installed sklearn library using pip install sklearn but while importing it it shows there is no any library called sklearn that is it gives import error and afterwars i checked again installing using same command mentioned above but it says requirement already satisfied. Why it showing like this? What may be the solution for it? Here is the problem screenshot while importing
It's in CMD
C:\Users\scann>pip install sklearn Requirement already satisfied: sklearn in c:\users\scann\appdata\local\programs\python\python310\lib\site-packages (0.0.post1)
C:\Users\scann>pip install -U sklearn Requirement already satisfied: sklearn in c:\users\scann\appdata\local\programs\python\python310\lib\site-packages (0.0.post1)
I tried many methods for installation using github and using -U But also i Didn't find any correct solution