ModuleNotFoundError: No module named 'sklearn'

前端 未结 10 1395
天涯浪人
天涯浪人 2020-12-29 17:37

I want to import sklearn but there is no module apparently:

ModuleNotFoundError: No module named \'sklearn\'

I am using Anaconda and

10条回答
  •  余生分开走
    2020-12-29 18:30

    If you are using Ubuntu 18.04 or higher with python3.xxx then try this command

    $ sudo apt install python3-sklearn 
    

    then try your command. hope it will work

提交回复
热议问题