libfuse / pyfuse3

Python 3 bindings for libfuse 3 with asynchronous API (Trio compatible)
https://pyfuse3.readthedocs.io/
Other
167 stars 48 forks source link

Can't install pyfuse3 on colab #62

Closed Mistobaan closed 1 year ago

Mistobaan commented 1 year ago

Trying to debug why it fails, see the following link

GOOGLE COLAB

image

Nikratio commented 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.

Mistobaan commented 1 year ago

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.

ThomasWaldmann commented 1 year ago

@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.

Mistobaan commented 1 year ago

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