Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sys.excepthook related warning? #54

Closed
ThomasWaldmann opened this issue Feb 24, 2022 · 3 comments
Closed

sys.excepthook related warning? #54

ThomasWaldmann opened this issue Feb 24, 2022 · 3 comments

Comments

@ThomasWaldmann
Copy link
Collaborator

borgbackup/borg#6352 any idea what exactly is causing this?

in borgbackup, we do not use sys.excepthook and users are confused by the warning.

@Nikratio
Copy link
Contributor

According to grep, there is no mention of excepthook anywhere in the pyfuse3 sources. So I don't think this is caused by pyfuse3. Perhaps just try to print sys(excepthook) at some point to see where it is defined?

@ThomasWaldmann
Copy link
Collaborator Author

Ah, ok, we'll try. Thanks!

@RenWal
Copy link

RenWal commented Jun 29, 2022

Apparently this is caused by libfuse3's dependency on trio (and borg then depends on libfuse3). There's a comment in https://github.com/borgbackup/borg/issues/6352 that states that updating to trio 0.20.0 fixes the warning. Any possibility to bump trio in libfuse3?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants