-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to import blivet with "minimal dependencies" #894
Comments
Pykickstart is no longer needed, we've removed this dependency in 3.0 (together with moving installer-specific code to Anaconda). You are also missing libbytesize and its python bindings.
libblockdev is a C library and we use GObject Introspection to build Python bindings for it. The Also make sure you have the |
@RaitoBezarius were you able to get this working? Is there something else we can help you with or can we close this issue? |
I assume you were able to fix the issue and I'm closing this now, feel free to reopen the issue or report a new one if you need additional help. |
Hi Vojtech, thanks for your message. Indeed, I had a working version at
some point so it is fine, thanks a lot!
…On Wed, Jan 6, 2021, 14:09 Vojtech Trefny ***@***.***> wrote:
I assume you were able to fix the issue and I'm closing this now, feel
free to reopen the issue or report a new one if you need additional help.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#894 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACMZRAXBWFINXWAZK7WS63SYROHHANCNFSM4QRDBCRQ>
.
|
I am trying to package the latest version of
blivet
for NixOS in order to use it with https://github.com/NixOS/nixpart ; but I'm running in a lot of issues and I'm not really accustomed to the whole project.As far as I understand it, this project requires:
What I don't understand is especially, how versions are locked for these dependencies.
But, even if I try to bump everything to their latest version, I'm running in the following issue:
ValueError: Namespace BlockDev not available
related to GObject, so I can only guess it is due tolibblockdev
, but unsure why.I can only infer that GObject has some automatic discovery somewhere, it would be interesting to know how/why.
Do you have any idea regarding all those points?
Thanks in advance :)
The text was updated successfully, but these errors were encountered: