iwonbigbro / gsync

RSync for Google Drive - GSync
Other
238 stars 50 forks source link

ImportError: No module named docopt #110

Open NotNullified opened 3 years ago

NotNullified commented 3 years ago
from docopt import docopt

ImportError: No module named docopt

I've looked all over the internet to no avail, any help is greatly appreciated. 😃

molinav commented 3 years ago

It should be possible to install it just with pip:

pip3 install docopt

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