srr p <[email protected]> writes: > Hi, > I am facing below issue while mounting s3 bucket using mount.s3ql command. > > [root@localhost ~]# mount.s3ql s3://bimarian-test/ /mnt/ > Traceback (most recent call last): > File "/usr/local/bin/mount.s3ql", line 5, in <module> > from pkg_resources import load_entry_point > File "<frozen importlib._bootstrap>", line 1565, in _find_and_load > File "<frozen importlib._bootstrap>", line 1532, in > _find_and_load_unlocked > File > "/usr/local/lib/python3.3/site-packages/setuptools-1.4.2-py3.3.egg/pkg_resources.py", > line 2793, in <module> > File > "/usr/local/lib/python3.3/site-packages/setuptools-1.4.2-py3.3.egg/pkg_resources.py", > line 673, in require > > File > "/usr/local/lib/python3.3/site-packages/setuptools-1.4.2-py3.3.egg/pkg_resources.py", > line 576, in resolve > directories. The `full_env`, if supplied, should be an ``Environment`` > pkg_resources.DistributionNotFound: llfuse>=0.39
How did you install S3QL? It looks as if you did not install all the prerequisites (in particular python-llfuse). See http://www.rath.org/s3ql-docs/installation.html Best, -Nikolaus -- Encrypted emails preferred. PGP fingerprint: 5B93 61F8 4EA2 E279 ABF6 02CF A9AD B7F8 AE4E 425C »Time flies like an arrow, fruit flies like a Banana.« -- 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.
