Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 Windows 10,我使用“py -m pip install textblob”安装了 textblob。我可以导入 textblob,或者从 textblob 导入 blob,word 但我不能:从 textblob 导入 Textblob。我得到的错误是: Traceback(最近一次调用最后一次):文件“”,第 1 行,从 textblob 导入 Textblob ImportError:无法导入名称'Textblob'
谢谢。
你可以试试这个:
from textblob import TextBlob