You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.
It shows an error:
ModuleNotFoundError: No module named 'sklearn'
When I'm trying to install sklearn it says this:
Requirement already satisfied: sklearn in c:\users\codreanu\appdata\local\programs\python\python38\lib\site-packages (0.0.post1)
The text was updated successfully, but these errors were encountered:
@manxiaoyu hi, the library is no longer maintened, and there is probably several errors related to dependencies. If you are interested in the library, I encourage you to fork the repository.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to run code exaple
------code--------
It shows an error:
ModuleNotFoundError: No module named 'sklearn'
When I'm trying to install sklearn it says this:
Requirement already satisfied: sklearn in c:\users\codreanu\appdata\local\programs\python\python38\lib\site-packages (0.0.post1)
The text was updated successfully, but these errors were encountered: