|
From: Guido G. <gg...@st...> - 2018-03-24 11:02:17
|
Hi, I am trying to install sshsf, which requires fuse. While running
'pytest test/' I encounter the problem reported below that I am not able
to solve. Can you please help me?
=================================================== FAILURES
====================================================
___________________________________________________ test_cuse
___________________________________________________
Traceback (most recent call last):
File "/fuse/fuse-3.2.1/build/test/test_examples.py", line 296, in
test_cuse
test_fn=os.path.exists)
File "/fuse/fuse-3.2.1/build/test/util.py", line 41, in wait_for_mount
pytest.fail('file system process terminated prematurely')
File "/anaconda3/lib/python3.6/site-packages/_pytest/outcomes.py",
line 92, in fail
raise Failed(msg=msg, pytrace=pytrace)
Failed: file system process terminated prematurely
--------------------------------------------- Captured stderr call
----------------------------------------------
cuse: device not found, try 'modprobe cuse' first
===================================== 1 failed, 27 passed in 35.35
seconds ======================================
Sincerely,
Guido Gandus
|