fredericjs/surfalize

Bug: ModuleNotFoundError: No module named 'sklearn' after installing

chriscrossr opened this issue · 2 comments

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.

Thanks that worked, I mistakenly tried to install the outdated sklearn instead of scikit-learn.