Alexander Regueiro
Alexander Regueiro
You just needs to remove the quarantine attributes on it, which can be done via the command line (`xattr -c`).
@Michael-F-Bryan @CodeSandwich This sounds like something for which an RFC would really be appreciated. It probably wouldn't be an overly long or intricate one to write, even. I would support...
@CodeSandwich Don't worry, so do I! Maybe get yourself on Rust's Discord (#design channel) and we can discuss it with some people who really know the nitty gritty? You can...
Ah, well /usr/local/lib/libosxfuse_i32.2.dylib does not exist as a file, probably because I'm on a 64-bit machine & OS. Odd that it's trying to load it still though?
Incidentally, I installed the latest fusepy and these are the errors I get when running that little snippet (the loopback.py script). https://gist.github.com/4cb06ee46b54792757ef
I'm afraid that I'm on OS X 10.10, and since your software requires libfuse 2.8+, I have to use the 'master' branch of OSXFUSE, as this is the only recent...
By the way, I tried your suggested symlink fix, but now I'm getting a new error: ``` Traceback (most recent call last): File "/usr/local/Homebrew/bin/cloudfusion", line 9, in load_entry_point('CloudFusion==6.4.16', 'console_scripts', 'cloudfusion')()...
Well, the problem is the compatibility for MacFUSE is disappearing in the new version. Looks like the maintainer of pyfuse needs to update support on his end. Thanks for the...
Seems this is an issue in pyfuse, according to https://github.com/osxfuse/osxfuse/issues/183#issuecomment-64446983. Will contact its author. Thanks.
This really calls out for a proper solution. The issue is 4 years old now. Any chance of having one, please? :-)