Hello, I would try to run the following lines in a Terminal (cmd.exe), one line at a time.
1. `pip uninstall sklearn` 2. `pip install numpy scipy` 3. `pip install scikit-learn` Kind regards yfprojects [email protected] schrieb am Montag, 17. Mai 2021 um 18:38:56 UTC: > ImportError: No module named 'sklearn.__check_build._check_build' > ___________________________________________________________________________ > Contents of C:\Python 3.8\Lib\site-packages\sklearn\__check_build: > setup.py _check_build.cp38-win_amd64.pyd__init__.py > __pycache__ > ___________________________________________________________________________ > It seems that scikit-learn has not been built correctly. > > If you have installed scikit-learn from source, please do not forget > to build the package before using it: run `python setup.py install` or > `make` in the source directory. > > If you have used an installer, please check that it is suited for your > Python version, your operating system and your platform. > -------------- > What need to be done to solve this error > > -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/spyderlib/38051ad7-8610-424a-b238-e30759ea62acn%40googlegroups.com.
