You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
isdir() should be there. Maybe you are using an old version of the wrapper?
Try installing libnfs from current master
and try installing libnfs-python from current master.
I just pushed a small change to libnfs-python to switch it to python3
and using current master of both libnfs and libnfs-python the nfs.isdir() method works for me in testing.
I verified that these instructions worked:
This module depends on and provides bindings for libnfs, a userspace NFS
library hosted at https://github.com/sahlberg/libnfs
Before you can build this module you must first install the latest version
of libnfs.
Building and installing
cd libnfs
make
cd ..
sudo python3 setup.py install
The text was updated successfully, but these errors were encountered: