rasa core installation existing package found

*爱你&永不变心* 提交于 2019-12-02 11:06:29

Either remove the package manually or overwrite it:

pip install pyparsing --ignore-installed

If you want to uninstall python package which is part of distutils, you can manually remove the folder from 'site-packages' folder. If it is Anaconda distribution, it will be in following folder. I suggest to cut the folder and paste it somewhere else for backup purpose.

   C:\Users\<WindowsUser>\AppData\Local\Continuum\Anaconda3\Lib\site-packages

Following 2 items needs to be removed.

  1. Folder [package version no.]
  2. File - [package>.egg-info]
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!