13
ImportError khi nhập từ sklearn: không thể nhập tên check_build
Tôi gặp lỗi sau khi cố gắng nhập từ sklearn: >>> from sklearn import svm Traceback (most recent call last): File "<pyshell#17>", line 1, in <module> from sklearn import svm File "C:\Python27\lib\site-packages\sklearn\__init__.py", line 16, in <module> from . import check_build ImportError: cannot import name check_build Tôi đang sử dụng python …
117
python
numpy
scipy
scikit-learn