keiffster / program-y

Python 3.x based AIML 2.0 Chatbot interpreter, framework, related programs and knowledge files
https://keiffster.github.io/program-y/
Other
349 stars 136 forks source link

Switched to slixmpp instead of sleekmpp #309

Closed Ghoul072 closed 1 year ago

Ghoul072 commented 1 year ago

Sleekmpp is outdated and attempting to install it gives an error as it attempts to get MutableSet object from collections. MutableSet is now moved to collections.abc.MutableSet