Rasa Core Installation Existing Package Found
I am downloading rasa core and the NLU. But installing rasa core is presenting a frustrating error I do not understand. pip install rasa_core Results in an error Installing coll
Solution 1:
Either remove the package manually or overwrite it:
pip install pyparsing --ignore-installed
Solution 2:
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.
- Folder [package version no.]
- File - [package>.egg-info]
Post a Comment for "Rasa Core Installation Existing Package Found"