guillaume

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by guillaume

  1. I've tried to install pip pip install --upgrade pip pip install setuptools pip install llfuse I get an error : Collecting llfuse Using cached https://files.pythonhosted.org/packages/fc/9f/074ba23d32b961cb4b43c22c70d49f2db2484f7b60777897a87726e2648f/llfuse-1.3.4.tar.bz2 Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-install-Zn3zuR/llfuse/setup.py", line 283, in <module> main() File "/tmp/pip-install-Zn3zuR/llfuse/setup.py", line 76, in main compile_args = pkg_config('fuse', cflags=True, ldflags=False, min_ver='2.8.0') File "/tmp/pip-install-Zn3zuR/llfuse/setup.py", line 175, in pkg_config if subprocess.call(cmd) != 0: File "/usr/lib64/python2.7/subprocess.py", line 168, in call return Popen(*popenargs, **kwargs).wait() File "/usr/lib64/python2.7/subprocess.py", line 390, in __init__ errread, errwrite) File "/usr/lib64/python2.7/subprocess.py", line 1025, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory ---------------------------------------- Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-Zn3zuR/llfuse/
  2. Hello, In order to use borg mount would it be possible to add 'llfuse' ? When I try command I get this error : # borg mount /mnt/user/backup /tmp/test # borg mount not available: loading FUSE support failed [ImportError: No module named 'llfuse'] Best regards Guillaume