Bug: ModuleNotFoundError: No module named 'sklearn' after installing
chriscrossr opened this issue · 2 comments
chriscrossr commented
Hey, I wanted to try out the library, but unfortunately I can't get past the installation process.
When importing into my Python notebook I get the error " ModuleNotFoundError: No module named 'sklearn' "
I am using python 3.11. Installing sklearn does not fix the error.
fredericjs commented
I recently added functionality that depends on sklearn but it seems I
forgot to add it as a dependency. Will fix this. In the meantime simply
install sklearn through: pip install scikit-learn.
chriscrossr ***@***.***> schrieb am So., 10. März 2024, 22:04:
… Hey, I wanted to try out the library, but unfortunately I can't get past
the installation process.
When importing into my Python notebook I get the error "
ModuleNotFoundError: No module named 'sklearn' "
I am using python 3.11. Installing sklearn does not fix the error.
—
Reply to this email directly, view it on GitHub
<#4>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APCUHTC2JREBO33VPRWJ47TYXTDFJAVCNFSM6AAAAABEPIKDM6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGE3TOOJQGQ2TKNA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
chriscrossr commented
Thanks that worked, I mistakenly tried to install the outdated sklearn instead of scikit-learn.