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
Hello.
I tried to use your cockpit plugin on Arch Linux, but encountered dependency issues.
Problem is that the repositories lack the required libzfs package. It is also impossible to build from AUR.
As reported in this topic truenas/py-libzfs#249 it cannot be compiled with the current python version 3.13 and Cython3.
Without this component I get error messages
And I can’t even get a list of pool
Is it possible to publish a binary build of this plugin with dependencies now or in the future ? Or at least publish the required python libraries
This would give the ability to extract libraries and use it.
I tried to get them out of here https://packages.debian.org/sid/python3-libzfs , but the package seems too old.
Thanks.
The text was updated successfully, but these errors were encountered:
in theory yes. I tried to unpack a package from Stable Release to /usr/lib/ or /usr/lib/python3.13/site-packages/libzfs or /home/d/.local/lib/python3.13/site-packages/ This did not give any result.
When trying to compile it from source, he argues that there is no zfs-header.
They are in AUR, but trying to install them conflicts with zfs-dkms.
While I have no time to figure it out.
Hello.
I tried to use your cockpit plugin on Arch Linux, but encountered dependency issues.
Problem is that the repositories lack the required libzfs package. It is also impossible to build from AUR.
As reported in this topic truenas/py-libzfs#249 it cannot be compiled with the current python version 3.13 and Cython3.
Without this component I get error messages
And I can’t even get a list of pool
Is it possible to publish a binary build of this plugin with dependencies now or in the future ? Or at least publish the required python libraries
This would give the ability to extract libraries and use it.
I tried to get them out of here https://packages.debian.org/sid/python3-libzfs , but the package seems too old.
Thanks.
The text was updated successfully, but these errors were encountered: