Error importing scikit-learn modules

后端 未结 9 887
盖世英雄少女心
盖世英雄少女心 2020-11-28 13:07

I\'m trying to call a function from the cluster module, like so:

import sklearn
db = sklearn.cluster.DBSCAN()

and I get the following error

9条回答
  •  广开言路
    2020-11-28 13:45

    download microsoft visual c++ distribution

    link : https://www.microsoft.com/en-in/download/details.aspx?id=53840

    vc_redist.x64.exe

    install and run this .exe file in your computer.. the DLL import module error will not appear after this

    now it will work fine enjoy :)

提交回复
热议问题