I cant import textblob package

后端 未结 1 1814
太阳男子
太阳男子 2021-01-27 13:08

I installed textblob using the command pip install. But now I am trying to import it and I get the following error:

ModuleNotFoundError: No m

1条回答
  •  自闭症患者
    2021-01-27 13:55

    I dont know why but the solution was to install textblob from the spyder console using:

    !pip install textblob
    

    0 讨论(0)
提交回复
热议问题