chatterbot on windows (No module named 'chatterbot_corpus' error)
chatterbot환경 setup ModuleNotFoundError: No module named 'chatterbot_corpus' error가 발생할 경우의 대처 1. 환경준비 Centos 7.x Anaconda Python 3.7 version 2. 에러 화면 PS C:\work\python\test> pip install -U PyYAML Collecting PyYAML Using cached https://files.pythonhosted.org/packages/f5/93/b5ebdabc7e450418c26a1395d995d878a59bc4272d6ac63d2ada922126ad/PyYAML-5.1.1-cp37-cp37m-win_amd64.whl Installing collected packages: PyYAML Found existing installation: PyYAML 5.1 Cannot uninstall 'PyYAML'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall. PS C:\work\python> cd 'c:\work\python'; ${env:PYTHONIOENCODING}='UTF-8'; ${env:PYTHONUNBUFFERED}='1'; & 'C:\Users\sungm\Anaconda3\python.exe' 'c:\Users\sungm\.vscode\extensions\ms-python.python-2019.6.24221\pythonFiles\ptvsd_launcher.py' '--default' '--clien...