truenas / py-libzfs

Python libzfs bindings
GNU Lesser General Public License v3.0
79 stars 24 forks source link

pip package #128

Open blackliner opened 3 years ago

blackliner commented 3 years ago

can you create a pip package?

william-gr commented 3 years ago

Not really, it depends on the openzfs version you're using/running. It should be a package on the Linux distro.

blackliner commented 3 years ago

How does it depend on the installed ZFS version? All it does is looking for zfs.h and compile some stuff? It worked with 0.8 yesterday 🤷

Or do you mean it needs an installed ZFS version, and one would collect those dependencies manually, and thats not piply?