Error importing sklearn

前端 未结 3 1766
孤独总比滥情好
孤独总比滥情好 2021-01-07 15:41

Python version : 3.5.2
I getting started with machine learning and things... So I installed sklearn and some other packages form pip. All of them were able to be instal

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-07 15:44

    Various things need to be checked:

    1. Check numpy, scipy installation versions.
    2. If they are correct then try to import numpy and scipy.
    3. If they getting imported correctly, then clear your temp(c:/users/username/Appdata/local/temp)folder. Restart the machine and try again.
    4. Still if doesn't work, then uninstall scipy, numpy , sklearn and reinstall the proper wheel files

提交回复
热议问题