Closed hananbeer closed 10 months ago
no version info in bug report. looks fine with fuse-python 1.0.6
$ pip list | grep fuse
fuse-python 1.0.6
$ file .direnv/python-3.11/lib/python3.11/site-packages/fuseparts/_fuse.cpython-311-darwin.so
.direnv/python-3.11/lib/python3.11/site-packages/fuseparts/_fuse.cpython-311-darwin.so: Mach-O 64-bit bundle arm64
@hananbeer can you confirm 1.0.6
works for you?
this was a year ago. I don't even remember what I was trying to do 😅
anyhow I upgraded from 1.0.5 to 1.0.7 and it installs the correct lib now.
come to think about it, it may be related to arch
command. I'm not sure.
thanks.
I have mac m1 arm64.
whenever I do pip install fuse-python (which is btw reversed from this repo name) it installs the library under:
~/opt/miniconda3/lib/python3.9/site-packages/fuseparts/_fuse.cpython-39-darwin.so
however it is the wrong architecture:
I have confirmed other libs are installed properly so it seems isolated to fuse-python.