-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR: Cannot uninstall 'PyYAML' #1884
Comments
This problem seems to be caused by the latest version of chatterbot using version 4.0 PyYAML, and the latest version of PyYAML is higher than this version. |
I had this same problem. I am on Windows 10, using anaconda's python3 distro.
That's definitely not the right solution to this problem, but it at least got things working for me. |
Is there any other solution to this problem? I have seen somewhere else that one could remove the package manually but I don't quite understand what that means. |
could try |
Ubuntu OS details: |
I believe I may have corrected this issue as of the latest release (1.0.8) see #2027 for details. Essentially the solution I have decided to go with is that PyYAML is no longer going to be installed as a part of ChatterBot's default installation. Fee free to let me know if this doesn't resolve your issue, or open a new ticket if you encounter any other problems. |
I have tried this and it has worked for me : |
searching related packages name and deleting .egg-info file works. |
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.
The text was updated successfully, but these errors were encountered: