pteichman / cobe

A Markov chain based text generation library and MegaHAL style chatbot
http://teichman.org/blog/
MIT License
242 stars 51 forks source link

AttributeError: module 'irc' has no attribute 'buffer' #36

Closed Fudster closed 3 years ago

Fudster commented 4 years ago

When running the IRC client I get the following


  File "/usr/local/bin/cobe", line 11, in <module>
    load_entry_point('cobe==3.0.0', 'console_scripts', 'cobe')()
  File "/usr/local/lib/python3.7/dist-packages/cobe-3.0.0-py3.7.egg/cobe/control.py", line 41, in main
  File "/usr/local/lib/python3.7/dist-packages/cobe-3.0.0-py3.7.egg/cobe/commands.py", line 249, in run
  File "/usr/local/lib/python3.7/dist-packages/cobe-3.0.0-py3.7.egg/cobe/bot.py", line 111, in run
  File "/usr/local/lib/python3.7/dist-packages/cobe-3.0.0-py3.7.egg/cobe/bot.py", line 16, in __init__
AttributeError: module 'irc' has no attribute 'buffer'``
`