iwonbigbro/gsync

ImportError: No module named docopt

NotNullified opened this issue ยท 1 comments

from docopt import docopt

ImportError: No module named docopt

I've looked all over the internet to no avail, any help is greatly appreciated. ๐Ÿ˜ƒ

It should be possible to install it just with pip:

pip3 install docopt

since it is available in PyPI (https://pypi.org/project/docopt).