一开始选择的scipy的安装包是scipy-0.17.1-cp34-cp34m-win32.whl
但是当我运行 from sklearn.cross_validation import train_test_split 时,却总是报错:ImportError: cannot import name __check_buil
上网看了下论坛的回答,发现scipy官方:“Windows does not have any package manager analogous to that in Linux, so installing one of the scientific Python distributions mentioned above is preferred.”.
然后根据 http://stackoverflow.com/questions/22496493/error-while-installing-scipy-on-windows 这个网址的回答者给出的连接:
https://sourceforge.net/projects/scipy/files/scipy/
进入这个连接下载并安装最新版本的scipy,就没有报错了。