0
我剛剛在python中安裝了textblob包。一切正常。然而,當我進入:pycharm中的導入器錯誤
from textblob import TextBlob as tb
我pycharm編輯仍然給一個ImportError:
ImportError: No module named textblob
但在命令屏幕我:
"Succesfully installed TextBlob ..."
什麼可以去錯在這裏有什麼想法?
Follow this link:它可能會幫助你http://textblob.readthedocs.io/en/dev/install.html#installing-upgrading-from-the-pypi – Sam
你必須確保,你使用正確和在cmd模式和pycharm中使用相同的python解釋器 – bierschi
要添加到@bierschi,請在preferences> project:>項目解釋器下添加它 –
Harpal