ImportError: No module named docopt
yosun opened this issue · 1 comments
yosun commented
$pip2 install docopt
Requirement already satisfied: docopt in /usr/local/lib/python2.7/site-packages
$ ./generator
Traceback (most recent call last):
File "./generator", line 21, in
from docopt import docopt
ImportError: No module named docopt
flavioribeiro commented
what is the OS you are trying to build? did you try the ./build
command?