-
Notifications
You must be signed in to change notification settings - Fork 29
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
llfuse is broken on python 3.9 due to 2019 llfuse.c #24
Comments
|
I've recompiled with Cython 0.29.21 and released a new version. I wasn't able to upload to pypi though: |
|
I've invited you as a contributor to this project. If you have time available to work on this, this would be more than welcome. Also happy to give you access to PyPi uploads, just let me know what exactly I need to do. |
|
Thanks, I guess I can add twine / use twine to upload the release. My pypi user name is |
see there: borgbackup/borg#5372
@Nikratio I know llfuse is not maintained any more, but guess the fix to this issue would be to just cythonize llfuse.c with a more recent cython.
Would you do that and release it as 1.3.7 (or would you enable me to do that, alternatively)?
A lot of borgbackup users like
borg mountwhich depends on this and was not yet ported to the pyfuse3 lib.For our stable branch, such a big change is not advised anyway, but a lot of people use it on bleeding edge linuxes and likely will have a problem on python 3.9 soon.
The text was updated successfully, but these errors were encountered: