barrucadu / markov

Markov chain text generator, as used for KingJamesProgramming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImportError: No module named 'docopt'

IonicaBizau opened this issue · comments

Any idea why I'm getting ImportError: No module named 'docopt', on Ubuntu 16.10?

Yes, it uses docopt to parse input in the repl (which is perhaps not the best way, but it's how it is...). You can install it with pip: https://github.com/barrucadu/markov#getting-started

@barrucadu I did follow the exact instructions and everything worked well. I also did pip install docopt manually, and it still shows that error...

Then I'm afraid I don't know, the virtualenv should put the module into scope