The "self contained" builds are missing the llfuse dependency
arthur@a:~$ attic mount foo bar attic: the "llfuse" module is required to use this feature attic: Exiting with failure status due to previous errors
This happens even if llfuse is installed system wide.
Attic-0.13-linux-x86_64
I have exactly the same issue, also using compiled binary(Attic-0.13-linux-x86_64) as I couldn't use any of the other install methods.
Which os are you using?
Ubuntu server 14.04
I have the same issue when installing attic via pip-3.2 install attic on Debian 7 (wheezy).
pip didn't try to pull in llfuse as a dependency when I installed it, but I tried to install it manually via pip-3.2 install llfuse but got errors until I installed the following packages:
python3-dev libattr1-dev libfuse-dev fuse
(Before that, I did try apt-get install python3-llfuse but that didn't work.)
Personally, I'd like it if this all worked in one virtualenv so I can keep all my dependencies nicely silo'ed.
FWIW, prior to installing attic, I did a apt-get install uuid-dev libacl1-dev liblzo2-dev python3-dev python3 python3-pip.
I use "Debian Wheezy" and installed the program attic from the Debian repository of Debian Jessie. When I try to mount the archive, then I get the error message
attic: the "llfuse" module is required to use this feature`
attic: Exiting with failure status due to previous errors`
I installed the same as BrianPuccio, but the error is the same. The only way I've found is, this:
apt-get install uuid-dev libacl1-dev liblzo2-dev python3-dev python3 python3-pip
pip-3.2 install llfuse --upgrade
The "default" version of llfuse in debian wheezy is 0.37.1. After the manual upgrade the version is llfuse 0.40. The mount function works now without problems.
See also #237.
Same here: Ubuntu 14.04.2 LTS