esdalmaijer / markovbot

Library to generate text with a Markov chain, with support to read and post updates to Twitter accounts.
http://www.pygaze.org/2016/03/how-to-code-twitter-bot/
GNU General Public License v3.0
141 stars 64 forks source link

from markovbot import MarkovBot fails #10

Closed mikeportanova closed 7 years ago

mikeportanova commented 7 years ago

As the subject says, after installing with pip, markovbot indicates it lacks MarkovBot in python 3.5

mikeportanova commented 7 years ago

image

This should not fail, but does. I have tried importing the class directly and that also fails.

alanbaumgartner commented 7 years ago

@mikeportanova I am having this issue as well, did you ever find a fix?