Closed Mistobaan closed 1 year ago
Colab probably doesn't have libfuse3 installed. In any case, this is a question about how to use pyfuse3 rather than a bug report. Could you please send your question to the FUSE mailing list (https://lists.sourceforge.net/lists/listinfo/fuse-devel), instead of using the issue tracker? I'd like to reserve use of the latter to actually track issues and not use it for discussion.
Your library doesn’t work and don’t give a meaningful message to help the user resolve the issue . You should check somewhere in the installation process if you can fin the library that you need nd say that. Not erroring out without any clue of what is going on.
@Mistobaan as a general hint, it sometimes helps debugging if you give -v
to get more verbose output. Then sometimes the root cause of an issue gets better visible.
Yes try even with -vvv you will not understand what is not working and I dont have time to patch pyfuse3 to extract that information
Trying to debug why it fails, see the following link
GOOGLE COLAB