-
Notifications
You must be signed in to change notification settings - Fork 1
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
Installing on macOS #96
Comments
I am developing this on macOS, and it just works. both x86_64 and arm64. However, I'm not sure what fuse implementation it used. might be that it used osxfuse even I had fuse-t installed. on x86_64 system I have:
if you're able to reproduce building wheel on github actions, libfuse maintainer maybe accepts adding it to pypi: |
and in any case, if you want to fix compilation errors, then it's this project: |
No problem, thanks. I appreciate the reply. If I do manage to get python-fuse to work for me I'll reply here. |
I relealized i could just share wheel built on my system, and I already did that for linux:
|
Hi,
Thanks for this project. I'm excited to try it as an alternative to sshfs or an sftp server.
I am already using
fuse-t
as I am on macOS. When trying to installplex-fuse
withpipx
I get the following compilation errors:Do you have any experience or pointers for overcoming this issue?
The text was updated successfully, but these errors were encountered: