Hello Adam, install all dependencies – including "optional" ones – from http://www.rath.org/s3ql-docs/installation.html#dependencies
google-auth-oauthlib is technically optional (when you do not use GS it is never imported) but not marked as such (I do not know, if that's even possible in setup.py). That's propably why Nikolaus is patching the dependency away in the Debian sid package ( see https://salsa.debian.org/python-team/applications/s3ql/blob/master/debian/patches/drop_oauthlib_dep.diff ) / Daniel PS: You should use the list address to answer to posts. Otherwise only I get your messages and nobody else can chime in. > Ok now test is ok. But if I want object container creating: "mkfs.s3ql > swiftks://auth.cloud.ovh.net/DE1:constainer1" have errors: > > Traceback (most recent call last): > File "/usr/local/bin/mkfs.s3ql", line 6, in <module> > from pkg_resources import load_entry_point > File "/usr/local/lib/python3.5/dist-packages/pkg_resources/__init__.py", > line 3241, in <module> > @_call_aside > File "/usr/local/lib/python3.5/dist-packages/pkg_resources/__init__.py", > line 3225, in _call_aside > f(*args, **kwargs) > File "/usr/local/lib/python3.5/dist-packages/pkg_resources/__init__.py", > line 3254, in _initialize_master_working_set > working_set = WorkingSet._build_master() > File "/usr/local/lib/python3.5/dist-packages/pkg_resources/__init__.py", > line 583, in _build_master > ws.require(__requires__) > File "/usr/local/lib/python3.5/dist-packages/pkg_resources/__init__.py", > line 900, in require > needed = self.resolve(parse_requirements(requirements)) > File "/usr/local/lib/python3.5/dist-packages/pkg_resources/__init__.py", > line 786, in resolve > raise DistributionNotFound(req, requirers) > pkg_resources.DistributionNotFound: The 'google-auth-oauthlib' > distribution was not found and is required by s3ql > -- You received this message because you are subscribed to the Google Groups "s3ql" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
