0

我尝试导入 Kerastuner 但它显示

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.

然后我运行python setup.py install 它说没有名为 setup.py 的文件我安装了 scikit-learn 和 kerastuner。我被困在这里任何建议都会很棒

4

2 回答 2

1

So try using upgrading python version to 3.9.1 64-bit and then try to install using pip install scikit-learn. I have tried and it worked for me...

enter image description here

This is how it worked for me.

于 2021-01-06T15:00:40.883 回答
0

尝试使用蟒蛇...

conda install scikit-learn
于 2021-01-06T14:47:44.940 回答